Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dmouse_location.cpp108 if (remoteSubscribers_.find(notice.networkId) != remoteSubscribers_.end()) { in OnSoftbusSessionClosed()
109 remoteSubscribers_.erase(notice.networkId); in OnSoftbusSessionClosed()
123 remoteSubscribers_.insert(notice.networkId); in OnSubscribeMouseLocation()
140 if (remoteSubscribers_.find(notice.networkId) == remoteSubscribers_.end()) { in OnUnSubscribeMouseLocation()
145 remoteSubscribers_.erase(notice.networkId); in OnUnSubscribeMouseLocation()
222 for (const auto &networkId : remoteSubscribers_) { in ProcessData()
366 return !remoteSubscribers_.empty(); in HasRemoteSubscriber()
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dmouse_location.h75 std::set<std::string> remoteSubscribers_; member in OHOS::Msdp::DeviceStatus::Cooperate::MouseLocation

Completed in 2 milliseconds