Home
last modified time | relevance | path

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

/base/location/frameworks/native/source/
Dlocator_impl.cpp512 LocationErrCode LocatorImpl::ResetAllProxyV9() in ResetAllProxyV9() function in OHOS::Location::LocatorImpl
515 return client_->ResetAllProxyV9(); in ResetAllProxyV9()
Dlocator_proxy.cpp1024 LocationErrCode LocatorProxy::ResetAllProxyV9() in ResetAllProxyV9() function in OHOS::Location::LocatorProxy
/base/location/interfaces/inner_api/include/
Dlocator.h118 virtual LocationErrCode ResetAllProxyV9() = 0;
Dlocator_impl.h116 LocationErrCode ResetAllProxyV9() override;
Dlocator_proxy.h127 LocationErrCode ResetAllProxyV9();
/base/location/test/location_locator/source/
Dlocation_without_permission_test.cpp229 EXPECT_EQ(ERRCODE_PERMISSION_DENIED, locatorImpl->ResetAllProxyV9());
Dlocator_impl_test.cpp295 EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->ResetAllProxyV9());
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp215 g_locatorImpl->ResetAllProxyV9(); in LocatorImplV9FuzzerTest()