Searched refs:DFX_SYS_HIVIEW_ABILITY_ID (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/ |
H A D | hiview_service_ability.cpp | 91 HiviewServiceAbility::HiviewServiceAbility() : SystemAbility(DFX_SYS_HIVIEW_ABILITY_ID, true) in HiviewServiceAbility() 93 HIVIEW_LOGI("begin, cmd : %d", DFX_SYS_HIVIEW_ABILITY_ID); in HiviewServiceAbility() 98 HIVIEW_LOGI("begin, cmd : %d", DFX_SYS_HIVIEW_ABILITY_ID); in ~HiviewServiceAbility() 118 …int result = serviceManager->AddSystemAbility(DFX_SYS_HIVIEW_ABILITY_ID, new HiviewServiceAbility(… in StartServiceAbility()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/service/client/src/ |
H A D | hiview_remote_service.cpp | 68 g_hiviewServiceAbilityProxy = abilityManager->CheckSystemAbility(DFX_SYS_HIVIEW_ABILITY_ID); in GetHiViewRemoteService()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/service/test/unittest/common/ |
H A D | hiview_sa_test.cpp | 45 … sptr<IRemoteObject> abilityObject = serviceManager->CheckSystemAbility(DFX_SYS_HIVIEW_ABILITY_ID); in GetHiviewRemoteObject()
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/src/ |
H A D | hiview_service_agent.cpp | 99 hiviewServiceAbilityProxy_ = abilityManager->CheckSystemAbility(DFX_SYS_HIVIEW_ABILITY_ID); in GetRemoteService()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_definition.h | 108 DFX_SYS_HIVIEW_ABILITY_ID = 1201, enumerator
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 102 pub const DFX_SYS_HIVIEW_ABILITY_ID: i32 = 1201; const
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 178 { DFX_SYS_HIVIEW_ABILITY_ID, "HiviewService" },
|
/ohos5.0/base/security/security_guard/services/data_collect/sa/ |
H A D | data_collect_manager_service.cpp | 91 AddSystemAbilityListener(DFX_SYS_HIVIEW_ABILITY_ID); in OnStart()
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | security_guard_data_collect_sa_test.cpp | 353 service.OnAddSystemAbility(DFX_SYS_HIVIEW_ABILITY_ID, "deviceId");
|