Home
last modified time | relevance | path

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

/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dmouse_location.cpp39 localListeners_.insert(event.pid); in AddListener()
61 localListeners_.erase(event.pid); in RemoveListener()
87 localListeners_.erase(event.pid); in OnClientDied()
214 for (auto pid : localListeners_) { in ProcessData()
372 return !localListeners_.empty(); in HasLocalListener()
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dmouse_location.h74 std::set<int32_t> localListeners_; member in OHOS::Msdp::DeviceStatus::Cooperate::MouseLocation
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp312 g_context->mouseLocation_.localListeners_.clear(); in HWTEST_F()
828 g_context->mouseLocation_.localListeners_.insert(registerEventListenerEvent1.pid); in HWTEST_F()
832 g_context->mouseLocation_.localListeners_.clear(); in HWTEST_F()

Completed in 5 milliseconds