Home
last modified time | relevance | path

Searched refs:GetCachedGnssLocationsSize (Results 1 – 24 of 24) sorted by relevance

/base/location/services/location_locator/locator/include/
Dgnss_ability_proxy.h44 LocationErrCode GetCachedGnssLocationsSize(int &size) override;
Dlocator_ability.h78 LocationErrCode GetCachedGnssLocationsSize(int& size);
/base/location/test/location_gnss/mock/include/
Dmock_gnss_ability_stub.h47 MOCK_METHOD(LocationErrCode, GetCachedGnssLocationsSize, (int &size));
/base/location/frameworks/js/napi/source/
Dlocation_napi_entry.cpp111 DECLARE_NAPI_FUNCTION("getCachedGnssLocationsSize", GetCachedGnssLocationsSize), in Init()
167 DECLARE_NAPI_FUNCTION("getCachedGnssLocationsSize", GetCachedGnssLocationsSize), in InitManager()
Dlocation_napi_adapter.cpp543 napi_value GetCachedGnssLocationsSize(napi_env env, napi_callback_info info) in CreateReverseGeocodeAsyncContext() function
579 context->locationSize = g_locatorClient->GetCachedGnssLocationsSize(); in CreateReverseGeocodeAsyncContext()
/base/location/frameworks/js/napi/include/
Dlocation_napi_adapter.h33 napi_value GetCachedGnssLocationsSize(napi_env env, napi_callback_info info);
/base/location/test/fuzztest/locator/gnss_fuzzer/
Dgnss_fuzzer.cpp67 proxy->GetCachedGnssLocationsSize(locSize); in GnssProxyFuzzTest()
/base/location/services/location_gnss/gnss/include/
Dgnss_ability_skeleton.h42 virtual LocationErrCode GetCachedGnssLocationsSize(int &size) = 0;
Dgnss_ability.h93 LocationErrCode GetCachedGnssLocationsSize(int &size) override;
/base/location/interfaces/inner_api/include/
Dlocator_proxy.h64 int GetCachedGnssLocationsSize();
Dlocator_impl.h71 int GetCachedGnssLocationsSize();
Dlocator.h64 virtual int GetCachedGnssLocationsSize() = 0;
/base/location/services/location_gnss/gnss/source/
Dgnss_ability_skeleton.cpp124 reply.WriteInt32(GetCachedGnssLocationsSize(size)); in OnRemoteRequest()
Dgnss_ability.cpp339 LocationErrCode GnssAbility::GetCachedGnssLocationsSize(int& size) in GetCachedGnssLocationsSize() function in OHOS::Location::GnssAbility
/base/location/test/location_locator/source/
Dlocation_without_permission_test.cpp177 locatorImpl->GetCachedGnssLocationsSize();
Dlocator_service_test.cpp930 EXPECT_EQ(0, proxy_->GetCachedGnssLocationsSize()); // not support now
932 EXPECT_EQ(0, proxy_->GetCachedGnssLocationsSize()); // switch is off
1353 EXPECT_EQ(0, locatorImpl->GetCachedGnssLocationsSize());
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp179 g_locatorImpl->GetCachedGnssLocationsSize(); in LocatorImplFuzzerTest()
512 locatorAbility->GetCachedGnssLocationsSize(locSize); in LocatorAbility002FuzzerTest()
/base/location/test/location_gnss/source/
Dgnss_ability_stub_test.cpp271 …EXPECT_CALL(*gnssAbilityStub, GetCachedGnssLocationsSize(_)).WillOnce(DoAll(Return(ERRCODE_SUCCESS…
Dgnss_ability_test.cpp449 EXPECT_EQ(ERRCODE_NOT_SUPPORTED, proxy_->GetCachedGnssLocationsSize(size));
/base/location/services/location_locator/locator/source/
Dgnss_ability_proxy.cpp177 LocationErrCode GnssAbilityProxy::GetCachedGnssLocationsSize(int &size) in GetCachedGnssLocationsSize() function in OHOS::Location::GnssAbilityProxy
Dlocator_ability.cpp561 LocationErrCode LocatorAbility::GetCachedGnssLocationsSize(int& size) in GetCachedGnssLocationsSize() function in OHOS::Location::LocatorAbility
Dlocator_skeleton.cpp559 reply.WriteInt32(locatorAbility->GetCachedGnssLocationsSize(size)); in PreGetCachedGnssLocationsSize()
/base/location/frameworks/native/source/
Dlocator_impl.cpp410 int LocatorImpl::GetCachedGnssLocationsSize() in GetCachedGnssLocationsSize() function in OHOS::Location::LocatorImpl
421 int size = proxy->GetCachedGnssLocationsSize(); in GetCachedGnssLocationsSize()
Dlocator_proxy.cpp288 int LocatorProxy::GetCachedGnssLocationsSize() in GetCachedGnssLocationsSize() function in OHOS::Location::LocatorProxy