Home
last modified time | relevance | path

Searched refs:localListeners_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dmouse_location.cpp39 localListeners_.insert(event.pid); in AddListener()
58 localListeners_.erase(event.pid); in RemoveListener()
82 localListeners_.erase(event.pid); in OnClientDied()
194 for (auto pid : localListeners_) { in ProcessData()
352 return !localListeners_.empty(); in HasLocalListener()
/ohos5.0/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()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dmouse_location.h73 std::set<int32_t> localListeners_; variable
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dmouse_location.h74 std::set<int32_t> localListeners_; variable
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp304 g_context->mouseLocation_.localListeners_.clear();
821 g_context->mouseLocation_.localListeners_.insert(registerEventListenerEvent1.pid);
825 g_context->mouseLocation_.localListeners_.clear();