Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_agent.h38 LocationErrCode StartGnssLocating(sptr<ILocatorCallback>& callback);
61 void StartGnssLocating(const LocationCallbackIfaces& callback);
/ohos5.0/base/location/frameworks/native/locator_agent/source/
H A Dlocator_agent.cpp45 void LocatorAgentManager::StartGnssLocating(const LocationCallbackIfaces& callback) in StartGnssLocating() function in OHOS::Location::LocatorAgentManager
58 LocationErrCode ret = proxy->StartGnssLocating(locatorCallback); in StartGnssLocating()
220 LocationErrCode LocatorAgent::StartGnssLocating(sptr<ILocatorCallback>& callback) in StartGnssLocating() function in OHOS::Location::LocatorAgent
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_agent_test.cpp65 locatorAgentManager->StartGnssLocating(locationCallback);
209 locatorAgent->StartGnssLocating(locatorCallback);
223 auto errCode = locatorAgent->StartGnssLocating(locatorCallback);
H A Dlocator_impl_test.cpp607 locatorAgent->StartGnssLocating(locationCallback);