Home
last modified time | relevance | path

Searched refs:SetDeviceMgr (Results 1 - 7 of 7) sorted by relevance

/base/msdp/device_status/intention/services/device_manager/include/
H A Denumerator.h34 void SetDeviceMgr(IDeviceMgr *devMgr);
H A Dmonitor.h41 void SetDeviceMgr(IDeviceMgr *devMgr);
/base/msdp/device_status/intention/services/device_manager/src/
H A Denumerator.cpp33 void Enumerator::SetDeviceMgr(IDeviceMgr *devMgr) in SetDeviceMgr() function in OHOS::Msdp::DeviceStatus::Enumerator
H A Dmonitor.cpp50 void Monitor::SetDeviceMgr(IDeviceMgr *devMgr) in SetDeviceMgr() function in OHOS::Msdp::DeviceStatus::Monitor
H A Ddevice_manager.cpp85 monitor_->SetDeviceMgr(&hotplug_); in OnInit()
86 enumerator_.SetDeviceMgr(&hotplug_); in OnInit()
/base/msdp/device_status/test/unittest/intention/services/src/
H A Denumerator_test.cpp76 * @tc.desc: test SetDeviceMgr and AddDevice
85 ASSERT_NO_FATAL_FAILURE(enumerator.SetDeviceMgr(deviceMgr)); in HWTEST_F()
H A Dmonitor_test.cpp136 * @tc.desc: test SetDeviceMgr
145 ASSERT_NO_FATAL_FAILURE(monitor.SetDeviceMgr(deviceMgr)); in HWTEST_F()

Completed in 3 milliseconds