Searched refs:GetRequestsInProxy (Results 1 – 2 of 2) sorted by relevance
69 const std::list<std::shared_ptr<Request>>& GetRequestsInProxy() const;
307 const std::list<std::shared_ptr<Request>>& LocatorBackgroundProxy::GetRequestsInProxy() const in GetRequestsInProxy() function in OHOS::Location::LocatorBackgroundProxy383 auto requestsList = locatorBackgroundProxy.get()->GetRequestsInProxy(); in OnLocationReport()