Home
last modified time | relevance | path

Searched refs:hotplugObserver_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_context.cpp174 hotplugObserver_ = std::make_shared<HotplugObserver>(sender_); in EnableDevMgr()
175 env_->GetDeviceManager().AddDeviceObserver(hotplugObserver_); in EnableDevMgr()
181 env_->GetDeviceManager().RemoveDeviceObserver(hotplugObserver_); in DisableDevMgr()
182 hotplugObserver_.reset(); in DisableDevMgr()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_context.cpp186 hotplugObserver_ = std::make_shared<HotplugObserver>(sender_); in EnableDevMgr()
187 env_->GetDeviceManager().AddDeviceObserver(hotplugObserver_); in EnableDevMgr()
193 env_->GetDeviceManager().RemoveDeviceObserver(hotplugObserver_); in DisableDevMgr()
194 hotplugObserver_.reset(); in DisableDevMgr()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_context.h123 std::shared_ptr<IDeviceObserver> hotplugObserver_; variable
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dcooperate_context.h123 std::shared_ptr<IDeviceObserver> hotplugObserver_; variable