Home
last modified time | relevance | path

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

/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp89 for (const auto &device : remoteDevices_[networkId]) { in AddVirtualInputDevice()
99 for (const auto &device : remoteDevices_[networkId]) { in RemoveVirtualInputDevice()
183 if (remoteDevices_.find(networkId) == remoteDevices_.end()) { in RemoveRemoteInputDevice()
188 remoteDevices_[networkId].erase(device); in RemoveRemoteInputDevice()
195 if (remoteDevices_.find(networkId) != remoteDevices_.end() && in AddRemoteInputDevice()
196 remoteDevices_[networkId].size() >= MAX_INPUT_DEV_PER_DEVICE) { in AddRemoteInputDevice()
200 remoteDevices_[networkId].insert(device); in AddRemoteInputDevice()
206 if (remoteDevices_ in RemoveAllRemoteInputDevice()
[all...]
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dinput_device_mgr.h76 std::unordered_map<std::string, std::set<std::shared_ptr<IDevice>, IDeviceCmp>> remoteDevices_; member in OHOS::Msdp::DeviceStatus::Cooperate::InputDeviceMgr

Completed in 2 milliseconds