Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h101 LocationErrCode SetLocationPrivacyConfirmStatusV9(const int type, bool isConfirmed);
H A Dlocator.h90 virtual LocationErrCode SetLocationPrivacyConfirmStatusV9(const int type, bool isConfirmed) = 0;
H A Dlocator_impl.h487 LocationErrCode SetLocationPrivacyConfirmStatusV9(const int type, bool isConfirmed);
/ohos5.0/base/location/test/location_locator/source/
H A Dlocation_without_permission_test.cpp190 EXPECT_EQ(ERRCODE_PERMISSION_DENIED, locatorImpl->SetLocationPrivacyConfirmStatusV9(1, true));
H A Dlocator_impl_test.cpp255 locatorImpl_->SetLocationPrivacyConfirmStatusV9(INVALID_PRIVACY_TYPE, true);
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp1033 LocationErrCode LocatorImpl::SetLocationPrivacyConfirmStatusV9(const int type, bool isConfirmed) in SetLocationPrivacyConfirmStatusV9() function in OHOS::Location::LocatorImpl
1044 LocationErrCode errCode = proxy->SetLocationPrivacyConfirmStatusV9(type, isConfirmed); in SetLocationPrivacyConfirmStatusV9()
H A Dlocator_proxy.cpp731 LocationErrCode LocatorProxy::SetLocationPrivacyConfirmStatusV9(const int type, bool isConfirmed) in SetLocationPrivacyConfirmStatusV9() function in OHOS::Location::LocatorProxy
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp562 … LocationErrCode errorCode = g_locatorClient->SetLocationPrivacyConfirmStatusV9(type, isConfirmed); in CreateReverseGeocodeAsyncContext()