Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_switch_collect.h33 deviceSwitchCollect_(deviceSwitchCollect) {}; in SwitchEventSubscriber()
44 wptr<DeviceSwitchCollect> deviceSwitchCollect_; variable
50 : deviceSwitchCollect_(deviceSwitchCollect) {}; in CesStateListener()
54 wptr<DeviceSwitchCollect> deviceSwitchCollect_;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_switch_collect_test.cpp375 auto deviceSwitchCollect = cesStateListener->deviceSwitchCollect_.promote();
438 EXPECT_NE(deviceSwitchCollect->switchEventSubscriber_->deviceSwitchCollect_, nullptr);
460 EXPECT_NE(deviceSwitchCollect->switchEventSubscriber_->deviceSwitchCollect_, nullptr);
482 EXPECT_NE(deviceSwitchCollect->switchEventSubscriber_->deviceSwitchCollect_, nullptr);
504 EXPECT_NE(deviceSwitchCollect->switchEventSubscriber_->deviceSwitchCollect_, nullptr);
526 EXPECT_NE(deviceSwitchCollect->switchEventSubscriber_->deviceSwitchCollect_, nullptr);
548 EXPECT_NE(deviceSwitchCollect->switchEventSubscriber_->deviceSwitchCollect_, nullptr);
570 EXPECT_NE(deviceSwitchCollect->switchEventSubscriber_->deviceSwitchCollect_, nullptr);
592 EXPECT_NE(deviceSwitchCollect->switchEventSubscriber_->deviceSwitchCollect_, nullptr);
614 EXPECT_NE(deviceSwitchCollect->switchEventSubscriber_->deviceSwitchCollect_, nullptr);
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_switch_collect.cpp132 auto deviceSwitchCollect = deviceSwitchCollect_.promote(); in OnAddSystemAbility()
138 auto deviceSwitchCollect = deviceSwitchCollect_.promote(); in OnAddSystemAbility()
183 auto deviceSwitchCollect = deviceSwitchCollect_.promote(); in ReportEvent()