Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/include/
Dlocator_background_proxy.h69 const std::list<std::shared_ptr<Request>>& GetRequestsInProxy() const;
/base/location/services/location_locator/locator/source/
Dlocator_background_proxy.cpp307 const std::list<std::shared_ptr<Request>>& LocatorBackgroundProxy::GetRequestsInProxy() const in GetRequestsInProxy() function in OHOS::Location::LocatorBackgroundProxy
383 auto requestsList = locatorBackgroundProxy.get()->GetRequestsInProxy(); in OnLocationReport()