Lines Matching refs:first
67 if (data.type == iter->first) {
212 FI_HILOGI("callbacklist.size:%{public}zu", listeners_[dtTypeIter->first].size());
213 auto iter = listeners_[dtTypeIter->first].find(callback);
214 if (iter != listeners_[dtTypeIter->first].end()) {
217 if (listeners_[dtTypeIter->first].insert(callback).second) {
250 FI_HILOGI("callbacklist.size:%{public}zu", listeners_[dtTypeIter->first].size());
251 auto iter = listeners_[dtTypeIter->first].find(callback);
252 if (iter != listeners_[dtTypeIter->first].end()) {
253 if (listeners_[dtTypeIter->first].erase(callback) != 0) {
255 if (listeners_[dtTypeIter->first].empty()) {