Home
last modified time | relevance | path

Searched refs:LocatorAgent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_agent_test.cpp205 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 …]
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_agent.h34 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 };
/ohos5.0/base/location/frameworks/native/locator_agent/source/
H A Dlocator_agent.cpp132 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::LocatorAgent
220 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 …]