Searched refs:EnableReverseGeocodingMockV9 (Results 1 – 8 of 8) sorted by relevance
488 LocationErrCode LocatorImpl::EnableReverseGeocodingMockV9() in EnableReverseGeocodingMockV9() function in OHOS::Location::LocatorImpl491 return client_->EnableReverseGeocodingMockV9(); in EnableReverseGeocodingMockV9()
975 LocationErrCode LocatorProxy::EnableReverseGeocodingMockV9() in EnableReverseGeocodingMockV9() function in OHOS::Location::LocatorProxy
108 virtual LocationErrCode EnableReverseGeocodingMockV9() = 0;
112 LocationErrCode EnableReverseGeocodingMockV9() override;
119 LocationErrCode EnableReverseGeocodingMockV9();
305 EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->EnableReverseGeocodingMockV9());323 EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->EnableReverseGeocodingMockV9());
306 g_locatorImpl->EnableReverseGeocodingMockV9(); in TestMockFuncV9()
887 LocationErrCode errorCode = g_locatorClient->EnableReverseGeocodingMockV9(); in CreateReverseGeocodeAsyncContext()