Searched refs:SetLocationPrivacyConfirmStatusV9 (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | locator_proxy.h | 101 LocationErrCode SetLocationPrivacyConfirmStatusV9(const int type, bool isConfirmed);
|
H A D | locator.h | 90 virtual LocationErrCode SetLocationPrivacyConfirmStatusV9(const int type, bool isConfirmed) = 0;
|
H A D | locator_impl.h | 487 LocationErrCode SetLocationPrivacyConfirmStatusV9(const int type, bool isConfirmed);
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | location_without_permission_test.cpp | 190 EXPECT_EQ(ERRCODE_PERMISSION_DENIED, locatorImpl->SetLocationPrivacyConfirmStatusV9(1, true));
|
H A D | locator_impl_test.cpp | 255 locatorImpl_->SetLocationPrivacyConfirmStatusV9(INVALID_PRIVACY_TYPE, true);
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_impl.cpp | 1033 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 D | locator_proxy.cpp | 731 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 D | location_napi_adapter.cpp | 562 … LocationErrCode errorCode = g_locatorClient->SetLocationPrivacyConfirmStatusV9(type, isConfirmed); in CreateReverseGeocodeAsyncContext()
|