Home
last modified time | relevance | path

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

/base/msdp/device_status/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()
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dmouse_location.h75 std::set<std::string> remoteSubscribers_; member in OHOS::Msdp::DeviceStatus::Cooperate::MouseLocation
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp282 g_context->mouseLocation_.remoteSubscribers_.clear(); in HWTEST_F()
829 g_context->mouseLocation_.remoteSubscribers_.insert(subscribeMouseLocation.networkId); in HWTEST_F()
833 g_context->mouseLocation_.remoteSubscribers_.clear(); in HWTEST_F()

Completed in 6 milliseconds