Home
last modified time | relevance | path

Searched refs:CesStateListener (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_switch_collect.h47 class CesStateListener : public SystemAbilityStatusChangeStub {
49 CesStateListener(const sptr<DeviceSwitchCollect>& deviceSwitchCollect) in CesStateListener() function
70 sptr<CesStateListener> cesStateListener_;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_switch_collect.cpp51 cesStateListener_ = new CesStateListener(this); in InitCommonEventSubscriber()
125 void CesStateListener::OnAddSystemAbility(int32_t systemAbilityId, const std::string& deviceId) in OnAddSystemAbility()
148 void CesStateListener::OnRemoveSystemAbility(int32_t systemAbilityId, const std::string& deviceId) in OnRemoveSystemAbility()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_switch_collect_test.cpp373 sptr<CesStateListener> cesStateListener = new CesStateListener(nullptr);