Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_context.cpp75 class HotplugObserver final : public IDeviceObserver {
77 explicit HotplugObserver(Channel<CooperateEvent>::Sender sender) : sender_(sender) {} in HotplugObserver() function in OHOS::Msdp::DeviceStatus::Cooperate::final
78 ~HotplugObserver() = default;
87 void HotplugObserver::OnDeviceAdded(std::shared_ptr<IDevice> dev) in OnDeviceAdded()
102 void HotplugObserver::OnDeviceRemoved(std::shared_ptr<IDevice> dev) in OnDeviceRemoved()
186 hotplugObserver_ = std::make_shared<HotplugObserver>(sender_); in EnableDevMgr()

Completed in 2 milliseconds