Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Denumerator.h34 void SetDeviceMgr(IDeviceMgr *devMgr);
H A Dmonitor.h41 void SetDeviceMgr(IDeviceMgr *devMgr);
/foundation/multimodalinput/input/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.cpp82 monitor_.SetDeviceMgr(&hotplug_); in OnInit()
83 enumerator_.SetDeviceMgr(&hotplug_); in OnInit()
/foundation/multimodalinput/input/intention/services/test/unittest/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