Lines Matching refs:find
386 if (windowSessionMap_.find(name) != windowSessionMap_.end()) {
469 auto iter = subWindowSessionMap_.find(parentPersistentId);
568 auto subIter = subWindowSessionMap_.find(parentPersistentId);
586 auto mainIter = subWindowSessionMap_.find(persistentId);
882 WLOGFW("Can not find main window, not app type");
2333 if (avoidAreaChangeListeners_.find(persistentId) != avoidAreaChangeListeners_.end() &&
2340 if (touchOutsideListeners_.find(persistentId) != touchOutsideListeners_.end() &&
2347 if (windowVisibilityChangeListeners_.find(persistentId) != windowVisibilityChangeListeners_.end() &&
2354 if (windowRectChangeListeners_.find(persistentId) != windowRectChangeListeners_.end() &&
2401 if (std::find(holder.begin(), holder.end(), listener) != holder.end()) {
3624 TLOGI(WmsLogTag::DEFAULT, "Try to find window %{public}s", name.c_str());
3625 auto iter = windowSessionMap_.find(name);
3627 TLOGE(WmsLogTag::DEFAULT, "Can not find window %{public}s", name.c_str());
3702 WLOGFE("Cannot find Window, id: %{public}d", winId);
3708 auto iter = subWindowSessionMap_.find(parentId);