Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/source/
Dlocator_background_proxy.cpp44 requestsList_ = std::make_shared<std::list<std::shared_ptr<Request>>>(); in LocatorBackgroundProxy()
46 requestsMap_->insert(make_pair(curUserId_, requestsList_)); in LocatorBackgroundProxy()
114 if (isLocating_ || !proxySwtich_ || requestsList_->empty()) { in StartLocatorThread()
180 if (requestsList_->empty()) { in UpdateListOnRequestChange()
199 if (requestsList_->empty()) { in OnSuspend()
216 if (enable && !requestsList_->empty()) { in OnSaStateChange()
232 auto it = find(requestsList_->begin(), requestsList_->end(), request); in OnDeleteRequestRecord()
233 if (it != requestsList_->end()) { in OnDeleteRequestRecord()
234 requestsList_->remove(request); in OnDeleteRequestRecord()
235 if (requestsList_->empty()) { in OnDeleteRequestRecord()
[all …]
/base/location/services/location_locator/locator/include/
Dlocator_background_proxy.h111 std::shared_ptr<std::list<std::shared_ptr<Request>>> requestsList_; variable
/base/location/test/location_locator/source/
Dlocator_background_proxy_test.cpp331 locatorBackgroundProxy->requestsList_->push_back(request);
350 locatorBackgroundProxy->requestsList_->push_back(request);
364 locatorBackgroundProxy->requestsList_->clear();
471 (locatorBackgroundProxy->requestsList_)->clear();