Home
last modified time | relevance | path

Searched refs:StartLocatingV9 (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/web/webview/ohos_wrapper/src/
H A Dnweb_location_wrapper.cpp49 LocationErrCode ret = NWeb::g_locatorProxy->StartLocatingV9( in StartLocating()
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp211 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StartLocatingV9(requestConfig, callbackStub_)); // startL…
453 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StartLocatingV9(requestConfig, callbackStub_)); // startL…
473 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->StartLocatingV9(requestConfig, callbackStub_)); // startL…
H A Dlocation_without_permission_test.cpp209 … EXPECT_EQ(ERRCODE_PERMISSION_DENIED, locatorImpl->StartLocatingV9(requestConfig, callbackStub));
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h91 LocationErrCode StartLocatingV9(std::unique_ptr<RequestConfig>& requestConfig,
H A Dlocator.h78 virtual LocationErrCode StartLocatingV9(std::unique_ptr<RequestConfig>& requestConfig,
H A Dlocator_impl.h342 LocationErrCode StartLocatingV9(std::unique_ptr<RequestConfig>& requestConfig,
/ohos5.0/base/location/frameworks/native/location_ndk/source/
H A Dlocator_c_impl.cpp76 auto errCode = g_locatorProxy->StartLocatingV9(requestConfigV9, locatorCallback); in OH_Location_StartLocating()
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/
H A Dcall_earthquake_alarm_locator.cpp107 int code = this->locatorImpl->StartLocatingV9(this->requestConfig, callback); in RegisterLocationChange()
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp710 LocationErrCode LocatorImpl::StartLocatingV9(std::unique_ptr<RequestConfig>& requestConfig, in StartLocatingV9() function in OHOS::Location::LocatorImpl
727 LocationErrCode errCode = proxy->StartLocatingV9(requestConfig, callback); in StartLocatingV9()
1583 proxy->StartLocatingV9(requestConfig, locatorCallback); in ResumeLocating()
H A Dlocator_proxy.cpp613 LocationErrCode LocatorProxy::StartLocatingV9(std::unique_ptr<RequestConfig>& requestConfig, in StartLocatingV9() function in OHOS::Location::LocatorProxy
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_event.cpp251 return g_locatorProxy->StartLocatingV9(requestConfig, locatorCallback); in SubscribeLocationChangeV9()
421 LocationErrCode errorCode = g_locatorProxy->StartLocatingV9(context->request_, callbackPtr); in GenerateExecuteContext()