Home
last modified time | relevance | path

Searched refs:requestsList (Results 1 – 1 of 1) sorted by relevance

/base/location/services/location_locator/locator/source/
Dlocator_background_proxy.cpp271 auto requestsList = iter->second; in UpdateListOnSuspend() local
272 auto it = find(requestsList->begin(), requestsList->end(), request); in UpdateListOnSuspend()
273 if (it != requestsList->end()) { in UpdateListOnSuspend()
277 requestsList->remove(request); in UpdateListOnSuspend()
287 requestsList->push_back(request); in UpdateListOnSuspend()
382 auto requestsList = locatorBackgroundProxy.get()->GetRequestsInProxy(); in OnLocationReport() local
383 if (requestsList.empty()) { in OnLocationReport()
388 for (auto request : requestsList) { in OnLocationReport()