Searched refs:IsLocationPrivacyConfirmedV9 (Results 1 – 8 of 8) sorted by relevance
/base/location/frameworks/native/source/ |
D | locator_impl.cpp | 421 LocationErrCode LocatorImpl::IsLocationPrivacyConfirmedV9(const int type, bool &isConfirmed) in IsLocationPrivacyConfirmedV9() function in OHOS::Location::LocatorImpl 424 return client_->IsLocationPrivacyConfirmedV9(type, isConfirmed); in IsLocationPrivacyConfirmedV9()
|
D | locator_proxy.cpp | 775 LocationErrCode LocatorProxy::IsLocationPrivacyConfirmedV9(const int type, bool &isConfirmed) in IsLocationPrivacyConfirmedV9() function in OHOS::Location::LocatorProxy
|
/base/location/interfaces/inner_api/include/ |
D | locator.h | 92 virtual LocationErrCode IsLocationPrivacyConfirmedV9(const int type, bool &isConfirmed) = 0;
|
D | locator_impl.h | 100 LocationErrCode IsLocationPrivacyConfirmedV9(const int type, bool &isConfirmed) override;
|
D | locator_proxy.h | 104 LocationErrCode IsLocationPrivacyConfirmedV9(const int type, bool &isConfirmed);
|
/base/location/test/location_locator/source/ |
D | locator_impl_test.cpp | 210 …EXPECT_EQ(ERRCODE_INVALID_PARAM, locatorImpl_->IsLocationPrivacyConfirmedV9(INVALID_PRIVACY_TYPE, …
|
/base/location/test/fuzztest/locator/locator_fuzzer/ |
D | locator_fuzzer.cpp | 197 g_locatorImpl->IsLocationPrivacyConfirmedV9(data[index++], isConfirmed); in LocatorImplV9FuzzerTest()
|
/base/location/frameworks/js/napi/source/ |
D | location_napi_adapter.cpp | 509 LocationErrCode errorCode = g_locatorClient->IsLocationPrivacyConfirmedV9(type, isEnabled); in CreateReverseGeocodeAsyncContext()
|