pub struct PlatformDiagnosticActions;
Implementations§
§impl PlatformDiagnosticActions
impl PlatformDiagnosticActions
pub fn IsScenarioEnabled(scenarioid: GUID) -> Result<bool>
pub fn TryEscalateScenario<P0>(
scenarioid: GUID,
escalationtype: PlatformDiagnosticEscalationType,
outputdirectory: &HSTRING,
timestampoutputdirectory: bool,
forceescalationupload: bool,
triggers: P0,
) -> Result<bool>where
P0: Param<IMapView<HSTRING, HSTRING>>,
pub fn DownloadLatestSettingsForNamespace( partner: &HSTRING, feature: &HSTRING, isscenarionamespace: bool, downloadovercostednetwork: bool, downloadoverbattery: bool, ) -> Result<PlatformDiagnosticActionState>
pub fn GetActiveScenarioList() -> Result<IVectorView<GUID>>
pub fn ForceUpload( latency: PlatformDiagnosticEventBufferLatencies, uploadovercostednetwork: bool, uploadoverbattery: bool, ) -> Result<PlatformDiagnosticActionState>
pub fn IsTraceRunning( slottype: PlatformDiagnosticTraceSlotType, scenarioid: GUID, traceprofilehash: u64, ) -> Result<PlatformDiagnosticTraceSlotState>
pub fn GetActiveTraceRuntime( slottype: PlatformDiagnosticTraceSlotType, ) -> Result<PlatformDiagnosticTraceRuntimeInfo>
pub fn GetKnownTraceList( slottype: PlatformDiagnosticTraceSlotType, ) -> Result<IVectorView<PlatformDiagnosticTraceInfo>>
Auto Trait Implementations§
impl Freeze for PlatformDiagnosticActions
impl RefUnwindSafe for PlatformDiagnosticActions
impl Send for PlatformDiagnosticActions
impl Sync for PlatformDiagnosticActions
impl Unpin for PlatformDiagnosticActions
impl UnwindSafe for PlatformDiagnosticActions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more