Home
last modified time | relevance | path

Searched refs:IsLocationPrivacyConfirmedV9 (Results 1 – 8 of 8) sorted by relevance

/base/location/frameworks/native/source/
Dlocator_impl.cpp421 LocationErrCode LocatorImpl::IsLocationPrivacyConfirmedV9(const int type, bool &isConfirmed) in IsLocationPrivacyConfirmedV9() function in OHOS::Location::LocatorImpl
424 return client_->IsLocationPrivacyConfirmedV9(type, isConfirmed); in IsLocationPrivacyConfirmedV9()
Dlocator_proxy.cpp775 LocationErrCode LocatorProxy::IsLocationPrivacyConfirmedV9(const int type, bool &isConfirmed) in IsLocationPrivacyConfirmedV9() function in OHOS::Location::LocatorProxy
/base/location/interfaces/inner_api/include/
Dlocator.h92 virtual LocationErrCode IsLocationPrivacyConfirmedV9(const int type, bool &isConfirmed) = 0;
Dlocator_impl.h100 LocationErrCode IsLocationPrivacyConfirmedV9(const int type, bool &isConfirmed) override;
Dlocator_proxy.h104 LocationErrCode IsLocationPrivacyConfirmedV9(const int type, bool &isConfirmed);
/base/location/test/location_locator/source/
Dlocator_impl_test.cpp210 …EXPECT_EQ(ERRCODE_INVALID_PARAM, locatorImpl_->IsLocationPrivacyConfirmedV9(INVALID_PRIVACY_TYPE, …
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp197 g_locatorImpl->IsLocationPrivacyConfirmedV9(data[index++], isConfirmed); in LocatorImplV9FuzzerTest()
/base/location/frameworks/js/napi/source/
Dlocation_napi_adapter.cpp509 LocationErrCode errorCode = g_locatorClient->IsLocationPrivacyConfirmedV9(type, isEnabled); in CreateReverseGeocodeAsyncContext()