Home
last modified time | relevance | path

Searched refs:RegisterCountryCodeCallbackV9 (Results 1 – 5 of 5) sorted by relevance

/base/location/interfaces/inner_api/include/
Dlocator.h99 virtual LocationErrCode RegisterCountryCodeCallbackV9(const sptr<IRemoteObject>& callback) = 0;
Dlocator_impl.h419 LocationErrCode RegisterCountryCodeCallbackV9(const sptr<IRemoteObject>& callback);
/base/location/test/location_locator/source/
Dlocator_impl_test.cpp332 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->RegisterCountryCodeCallbackV9(countryCodeCallbackHost->As…
/base/location/frameworks/js/napi/source/
Dlocation_napi_event.cpp267 return g_locatorProxy->RegisterCountryCodeCallbackV9(callbackPtr->AsObject()); in SubscribeCountryCodeChangeV9()
1548 g_locatorProxy->RegisterCountryCodeCallbackV9(countryCodeCallbackHost->AsObject()); in ResumeCountryCodeCallback()
/base/location/frameworks/native/source/
Dlocator_impl.cpp815 LocationErrCode LocatorImpl::RegisterCountryCodeCallbackV9(const sptr<IRemoteObject>& callback) in RegisterCountryCodeCallbackV9() function in OHOS::Location::LocatorImpl