Searched refs:LocatorAgent (Results 1 – 3 of 3) sorted by relevance
205 sptr<LocatorAgent>(new (std::nothrow) LocatorAgent(saObject));221 sptr<LocatorAgent>(new (std::nothrow) LocatorAgent(saObject));236 sptr<LocatorAgent>(new (std::nothrow) LocatorAgent(saObject));252 sptr<LocatorAgent>(new (std::nothrow) LocatorAgent(saObject));270 sptr<LocatorAgent>(new (std::nothrow) LocatorAgent(saObject));284 sptr<LocatorAgent>(new (std::nothrow) LocatorAgent(saObject));298 sptr<LocatorAgent>(new (std::nothrow) LocatorAgent(saObject));315 sptr<LocatorAgent>(new (std::nothrow) LocatorAgent(saObject));332 sptr<LocatorAgent>(new (std::nothrow) LocatorAgent(saObject));346 sptr<LocatorAgent>(new (std::nothrow) LocatorAgent(saObject));[all …]
34 class LocatorAgent : public IRemoteProxy<ILocator> {36 explicit LocatorAgent(const sptr<IRemoteObject> &impl);37 ~LocatorAgent() = default;47 static inline BrokerDelegator<LocatorAgent> delegator_;105 sptr<LocatorAgent> GetLocatorAgent();108 sptr<LocatorAgent> InitLocatorAgent(sptr<IRemoteObject>& saObject);110 sptr<LocatorAgent> client_ { nullptr };
132 sptr<LocatorAgent> LocatorAgentManager::GetLocatorAgent() in GetLocatorAgent()160 sptr<LocatorAgent> LocatorAgentManager::InitLocatorAgent(sptr<IRemoteObject>& saObject) in InitLocatorAgent()172 client_ = sptr<LocatorAgent>(new (std::nothrow) LocatorAgent(saObject)); in InitLocatorAgent()215 LocatorAgent::LocatorAgent(const sptr<IRemoteObject> &impl) in LocatorAgent() function in OHOS::Location::LocatorAgent220 LocationErrCode LocatorAgent::StartGnssLocating(sptr<ILocatorCallback>& callback) in StartGnssLocating()240 LocationErrCode LocatorAgent::StopGnssLocating(sptr<ILocatorCallback>& callback) in StopGnssLocating()254 LocationErrCode LocatorAgent::RegisterNmeaMessageCallback(const sptr<INmeaMessageCallback>& callbac… in RegisterNmeaMessageCallback()268 LocationErrCode LocatorAgent::UnregisterNmeaMessageCallback(const sptr<INmeaMessageCallback>& callb… in UnregisterNmeaMessageCallback()282 LocationErrCode LocatorAgent::RegisterGnssStatusCallback(const sptr<IGnssStatusCallback>& callback) in RegisterGnssStatusCallback()296 LocationErrCode LocatorAgent::UnregisterGnssStatusCallback(const sptr<IGnssStatusCallback>& callbac… in UnregisterGnssStatusCallback()[all …]