Home
last modified time | relevance | path

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 Dbattery_stats_service.cpp77 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 Dstats_service_test.cpp102 statsService->OnAddSystemAbility(DFX_SYS_EVENT_SERVICE_ABILITY_ID, "");
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dobserver_manager.cpp75 { 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 Dsetting_observer_manager.cpp44 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 Dsystem_ability_definition.h110 DFX_SYS_EVENT_SERVICE_ABILITY_ID = 1203, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H A Dobserver_event_test.cpp951 … 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 Dhisysevent_delegate.cpp231 return sam->CheckSystemAbility(DFX_SYS_EVENT_SERVICE_ABILITY_ID); in GetSysEventService()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs104 pub const DFX_SYS_EVENT_SERVICE_ABILITY_ID: i32 = 1203; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp181 { DFX_SYS_EVENT_SERVICE_ABILITY_ID, "HiviewSysEventService" },
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_service_ohos.cpp159 int ret = samgr->AddSystemAbility(DFX_SYS_EVENT_SERVICE_ABILITY_ID, instance); in StartService()