Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_background_proxy.h72 const std::list<std::shared_ptr<Request>>& GetRequestsInProxy() const;
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_background_proxy.cpp251 const std::list<std::shared_ptr<Request>>& LocatorBackgroundProxy::GetRequestsInProxy() const in GetRequestsInProxy() function in OHOS::Location::LocatorBackgroundProxy
331 auto requestsList = locatorBackgroundProxy->GetRequestsInProxy(); in OnLocationReport()