Searched refs:StartLocatingV9 (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/web/webview/ohos_wrapper/src/ |
H A D | nweb_location_wrapper.cpp | 49 LocationErrCode ret = NWeb::g_locatorProxy->StartLocatingV9( in StartLocating()
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | locator_impl_test.cpp | 211 …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 D | location_without_permission_test.cpp | 209 … EXPECT_EQ(ERRCODE_PERMISSION_DENIED, locatorImpl->StartLocatingV9(requestConfig, callbackStub));
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | locator_proxy.h | 91 LocationErrCode StartLocatingV9(std::unique_ptr<RequestConfig>& requestConfig,
|
H A D | locator.h | 78 virtual LocationErrCode StartLocatingV9(std::unique_ptr<RequestConfig>& requestConfig,
|
H A D | locator_impl.h | 342 LocationErrCode StartLocatingV9(std::unique_ptr<RequestConfig>& requestConfig,
|
/ohos5.0/base/location/frameworks/native/location_ndk/source/ |
H A D | locator_c_impl.cpp | 76 auto errCode = g_locatorProxy->StartLocatingV9(requestConfigV9, locatorCallback); in OH_Location_StartLocating()
|
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/ |
H A D | call_earthquake_alarm_locator.cpp | 107 int code = this->locatorImpl->StartLocatingV9(this->requestConfig, callback); in RegisterLocationChange()
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_impl.cpp | 710 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 D | locator_proxy.cpp | 613 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 D | location_napi_event.cpp | 251 return g_locatorProxy->StartLocatingV9(requestConfig, locatorCallback); in SubscribeLocationChangeV9() 421 LocationErrCode errorCode = g_locatorProxy->StartLocatingV9(context->request_, callbackPtr); in GenerateExecuteContext()
|