Searched refs:DFX_SYS_EVENT_SERVICE_ABILITY_ID (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_service.cpp | 77 AddSystemAbilityListener(DFX_SYS_EVENT_SERVICE_ABILITY_ID); in OnStart() 95 RemoveSystemAbilityListener(DFX_SYS_EVENT_SERVICE_ABILITY_ID); in OnStop() 116 if (systemAbilityId == DFX_SYS_EVENT_SERVICE_ABILITY_ID) { in OnAddSystemAbility()
|
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_service_test.cpp | 102 statsService->OnAddSystemAbility(DFX_SYS_EVENT_SERVICE_ABILITY_ID, "");
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/ |
H A D | observer_manager.cpp | 75 { DFX_SYS_EVENT_SERVICE_ABILITY_ID, [](std::shared_ptr<ObserverManager> mgr) { in InitObserverCbMap() 97 { DFX_SYS_EVENT_SERVICE_ABILITY_ID, [](std::shared_ptr<ObserverManager> mgr) { in InitObserverCbMap() 143 AddItemToSysAbilityListener(DFX_SYS_EVENT_SERVICE_ABILITY_ID, systemAbilityManager); in InitSysAbilityListener()
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | setting_observer_manager.cpp | 44 sptr<IRemoteObject> remoteObj = samgr->GetSystemAbility(DFX_SYS_EVENT_SERVICE_ABILITY_ID); in CreateDataShareHelper()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_definition.h | 110 DFX_SYS_EVENT_SERVICE_ABILITY_ID = 1203, enumerator
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/ |
H A D | observer_event_test.cpp | 951 … instance->AddItemToSysAbilityListener(DFX_SYS_EVENT_SERVICE_ABILITY_ID, systemAbilityManager); 970 … instance->sysAbilityListener_->OnAddSystemAbility(DFX_SYS_EVENT_SERVICE_ABILITY_ID, deviceId); 971 … instance->sysAbilityListener_->OnRemoveSystemAbility(DFX_SYS_EVENT_SERVICE_ABILITY_ID, deviceId);
|
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
H A D | hisysevent_delegate.cpp | 231 return sam->CheckSystemAbility(DFX_SYS_EVENT_SERVICE_ABILITY_ID); in GetSysEventService()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 104 pub const DFX_SYS_EVENT_SERVICE_ABILITY_ID: i32 = 1203; const
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 181 { DFX_SYS_EVENT_SERVICE_ABILITY_ID, "HiviewSysEventService" },
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | sys_event_service_ohos.cpp | 159 int ret = samgr->AddSystemAbility(DFX_SYS_EVENT_SERVICE_ABILITY_ID, instance); in StartService()
|