Home
last modified time | relevance | path

Searched defs:deviceSwitchCollect (Results 1 – 5 of 5) sorted by relevance

/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
Ddevice_switch_collect_test.cpp82 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
101 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
135 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
151 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
168 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
185 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
206 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
223 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
242 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
258 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
[all …]
Ddevice_status_collect_manager_test.cpp205 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
801 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
860 sptr<DeviceSwitchCollect> deviceSwitchCollect = variable
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
Ddevice_switch_collect.h31 const sptr<DeviceSwitchCollect>& deviceSwitchCollect) in SwitchEventSubscriber()
49 CesStateListener(const sptr<DeviceSwitchCollect>& deviceSwitchCollect) in CesStateListener()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
Ddevice_switch_collect.cpp132 auto deviceSwitchCollect = deviceSwitchCollect_.promote(); in OnAddSystemAbility() local
138 auto deviceSwitchCollect = deviceSwitchCollect_.promote(); in OnAddSystemAbility() local
183 auto deviceSwitchCollect = deviceSwitchCollect_.promote(); in ReportEvent() local
Ddevice_status_collect_manager.cpp56 sptr<ICollectPlugin> deviceSwitchCollect = new DeviceSwitchCollect(this); in Init() local