Searched refs:ResetAllProxyV9 (Results 1 – 8 of 8) sorted by relevance
512 LocationErrCode LocatorImpl::ResetAllProxyV9() in ResetAllProxyV9() function in OHOS::Location::LocatorImpl515 return client_->ResetAllProxyV9(); in ResetAllProxyV9()
1024 LocationErrCode LocatorProxy::ResetAllProxyV9() in ResetAllProxyV9() function in OHOS::Location::LocatorProxy
118 virtual LocationErrCode ResetAllProxyV9() = 0;
116 LocationErrCode ResetAllProxyV9() override;
127 LocationErrCode ResetAllProxyV9();
229 EXPECT_EQ(ERRCODE_PERMISSION_DENIED, locatorImpl->ResetAllProxyV9());
295 EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->ResetAllProxyV9());
215 g_locatorImpl->ResetAllProxyV9(); in LocatorImplV9FuzzerTest()