Home
last modified time | relevance | path

Searched refs:DFX_FAULT_LOGGER_ABILITY_ID (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
H A Dfaultlogger_client.cpp57 if (serviceManager->CheckSystemAbility(DFX_FAULT_LOGGER_ABILITY_ID) == nullptr) { in CheckFaultloggerStatus()
72 auto service = serviceManager->CheckSystemAbility(DFX_FAULT_LOGGER_ABILITY_ID); in GetFaultloggerService()
H A Dfaultlog_query_result_impl.cpp38 auto service = serviceManager->CheckSystemAbility(DFX_FAULT_LOGGER_ABILITY_ID); in ~FaultLogQueryResultImpl()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h109 DFX_FAULT_LOGGER_ABILITY_ID = 1202, enumerator
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/
H A Dfaultlogger_service_ohos.cpp89 serviceManager->AddSystemAbility(DFX_FAULT_LOGGER_ABILITY_ID, instance); in StartService()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs103 pub const DFX_FAULT_LOGGER_ABILITY_ID: i32 = 1202; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp180 { DFX_FAULT_LOGGER_ABILITY_ID, "HiviewFaultLogger" },