Searched refs:mInfos (Results 1 – 2 of 2) sorted by relevance
219 GeofenceInfo* mInfos; in addGeofencesCommand() member234 mInfos(infos) {} in addGeofencesCommand()242 if (NULL == mIds || NULL == mOptions || NULL == mInfos) { in addGeofencesCommand()247 mInfos[i], in addGeofencesCommand()250 mCount = mCount, mIds = mIds, mInfos = mInfos, errs, i] in addGeofencesCommand()257 mInfos[i]); in addGeofencesCommand()267 delete[] mInfos; in addGeofencesCommand()
1216 std::vector<std::shared_ptr<const C2Info>> result(mInfos.size()); in info()1218 mInfos.begin(), mInfos.end(), result.begin(), in info()1225 (void) mInfos.erase(info->coreIndex()); in setInfo()1226 (void) mInfos.insert({ info->coreIndex(), info }); in setInfo()1231 return mInfos.count(index.coreIndex()) > 0; in hasInfo()1235 auto it = mInfos.find(index.coreIndex()); in getInfo()1236 if (it == mInfos.end()) { in getInfo()1243 auto it = mInfos.find(index.coreIndex()); in removeInfo()1244 if (it == mInfos.end()) { in removeInfo()1248 (void) mInfos.erase(it); in removeInfo()[all …]