Home
last modified time | relevance | path

Searched refs:RemoveDeviceObserver (Results 1 - 5 of 5) sorted by relevance

/foundation/multimodalinput/input/intention/prototype/include/
H A Di_device_manager.h35 virtual void RemoveDeviceObserver(std::weak_ptr<IDeviceObserver> observer) = 0;
/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice_manager.h50 void RemoveDeviceObserver(std::weak_ptr<IDeviceObserver> observer) override;
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_context.cpp193 env_->GetDeviceManager().RemoveDeviceObserver(hotplugObserver_); in DisableDevMgr()
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice_manager.cpp381 void DeviceManager::RemoveDeviceObserver(std::weak_ptr<IDeviceObserver> observer) in RemoveDeviceObserver() function in OHOS::Msdp::DeviceStatus::DeviceManager
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp510 ASSERT_NO_FATAL_FAILURE(env->GetDeviceManager().RemoveDeviceObserver(weakObserver)); in HWTEST_F()

Completed in 3 milliseconds