Searched refs:obsList (Results 1 – 4 of 4) sorted by relevance
91 ObsListType obsList; variable92 obsList.push_back(callback);113 ObsListType obsList; variable114 obsList.push_back(callback1);153 ObsListType obsList; variable154 obsList.push_back(callback);175 ObsListType obsList; variable176 obsList.push_back(callback);177 obsList.push_back(callback2);235 ObsListType obsList; variable[all …]
91 ObsListType obsList; variable92 obsList.push_back(callback);113 ObsListType obsList; variable114 obsList.push_back(callback1);153 ObsListType obsList; variable154 obsList.push_back(callback);175 ObsListType obsList; variable176 obsList.push_back(callback);177 obsList.push_back(callback2);236 ObsListType obsList; variable[all …]
94 std::list<sptr<IDataAbilityObserver>> obsList; in HandleNotifyChange() local103 obsList = obsPair->second; in HandleNotifyChange()106 for (auto &obs : obsList) { in HandleNotifyChange()113 CommonUtils::Anonymous(uri.ToString()).c_str(), obsList.size()); in HandleNotifyChange()176 auto &obsList = iter->second; in RemoveObs() local177 for (auto it = obsList.begin(); it != obsList.end(); it++) { in RemoveObs()180 obsList.erase(it); in RemoveObs()184 if (obsList.size() == 0) { in RemoveObs()
92 std::list<sptr<IDataAbilityObserver>> obsList; in HandleNotifyChange() local109 obsList = obsPair->second; in HandleNotifyChange()112 for (auto &obs : obsList) { in HandleNotifyChange()119 CommonUtils::Anonymous(uri.ToString()).c_str(), obsList.size()); in HandleNotifyChange()182 auto &obsList = iter->second; in RemoveObs() local183 for (auto it = obsList.begin(); it != obsList.end(); it++) { in RemoveObs()186 obsList.erase(it); in RemoveObs()190 if (obsList.size() == 0) { in RemoveObs()