Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/prototype/include/
H A Di_device_manager.h34 virtual int32_t AddDeviceObserver(std::weak_ptr<IDeviceObserver> observer) = 0;
/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice_manager.h49 int32_t AddDeviceObserver(std::weak_ptr<IDeviceObserver> observer) override;
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_context.cpp187 env_->GetDeviceManager().AddDeviceObserver(hotplugObserver_); in EnableDevMgr()
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice_manager.cpp357 int32_t DeviceManager::AddDeviceObserver(std::weak_ptr<IDeviceObserver> observer) in AddDeviceObserver() function in OHOS::Msdp::DeviceStatus::DeviceManager
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp499 * @tc.desc: Test the founction AddDeviceObserver
508 int32_t ret = env->GetDeviceManager().AddDeviceObserver(weakObserver); in HWTEST_F()

Completed in 3 milliseconds