Lines Matching refs:Location
30 class LocatorCallback : public IRemoteStub<Location::ILocatorCallback> {
38 void OnLocationReport(const std::unique_ptr<Location::Location>& location) override;
68 inline std::shared_ptr<Location::Location> GetSingleLocation()
79 bool NeedSetSingleLocation(const std::unique_ptr<Location::Location>& location);
81 void SetSingleLocation(const std::unique_ptr<Location::Location>& location);
85 std::function<void(const std::unique_ptr<Location::Location>& location)> callback_ = nullptr;
88 Location::CountDownLatch* latch_;
89 std::shared_ptr<Location::Location> singleLocation_;