Searched refs:mouseLocationListeners_ (Results 1 – 2 of 2) sorted by relevance
279 mouseLocationListeners_[networkId].push_back(monitor); in AddListener()287 … if (auto iter = mouseLocationListeners_.find(networkId); iter != mouseLocationListeners_.end()) { in AddListener()301 if (mouseLocationListeners_.find(networkId) == mouseLocationListeners_.end()) { in RemoveListener()307 mouseLocationListeners_.erase(networkId); in RemoveListener()319 if (mouseLocationListeners_.find(networkId) != mouseLocationListeners_.end() && in RemoveListener()320 mouseLocationListeners_[networkId].empty()) { in RemoveListener()321 mouseLocationListeners_.erase(networkId); in RemoveListener()406 if (mouseLocationListeners_.find(networkId) == mouseLocationListeners_.end()) { in OnMouseLocationEvent()411 for (auto &item : mouseLocationListeners_[networkId]) { in OnMouseLocationEvent()806 if (mouseLocationEvent == mouseLocationListeners_.end()) { in EmitMouseLocationEvent()[all …]
84 …static std::map<std::string, std::vector<sptr<JsUtil::MouseCallbackInfo>>> mouseLocationListeners_; variable