Home
last modified time | relevance | path

Searched refs:StopGnssLocating (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_agent.h39 LocationErrCode StopGnssLocating(sptr<ILocatorCallback>& callback);
80 void StopGnssLocating();
/ohos5.0/base/location/frameworks/native/locator_agent/source/
H A Dlocator_agent.cpp62 void LocatorAgentManager::StopGnssLocating() in StopGnssLocating() function in OHOS::Location::LocatorAgentManager
70 LocationErrCode ret = proxy->StopGnssLocating(locatorCallback); in StopGnssLocating()
240 LocationErrCode LocatorAgent::StopGnssLocating(sptr<ILocatorCallback>& callback) in StopGnssLocating() function in OHOS::Location::LocatorAgent
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_agent_test.cpp75 locatorAgentManager->StopGnssLocating();
240 locatorAgent->StopGnssLocating(locatorCallback);
254 auto errCode = locatorAgent->StopGnssLocating(locatorCallback);
H A Dlocator_impl_test.cpp620 locatorAgent->StopGnssLocating();