/base/location/services/location_locator/locator/include/ |
D | gnss_ability_proxy.h | 44 LocationErrCode GetCachedGnssLocationsSize(int &size) override;
|
D | locator_ability.h | 78 LocationErrCode GetCachedGnssLocationsSize(int& size);
|
/base/location/test/location_gnss/mock/include/ |
D | mock_gnss_ability_stub.h | 47 MOCK_METHOD(LocationErrCode, GetCachedGnssLocationsSize, (int &size));
|
/base/location/frameworks/js/napi/source/ |
D | location_napi_entry.cpp | 111 DECLARE_NAPI_FUNCTION("getCachedGnssLocationsSize", GetCachedGnssLocationsSize), in Init() 167 DECLARE_NAPI_FUNCTION("getCachedGnssLocationsSize", GetCachedGnssLocationsSize), in InitManager()
|
D | location_napi_adapter.cpp | 543 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/ |
D | location_napi_adapter.h | 33 napi_value GetCachedGnssLocationsSize(napi_env env, napi_callback_info info);
|
/base/location/test/fuzztest/locator/gnss_fuzzer/ |
D | gnss_fuzzer.cpp | 67 proxy->GetCachedGnssLocationsSize(locSize); in GnssProxyFuzzTest()
|
/base/location/services/location_gnss/gnss/include/ |
D | gnss_ability_skeleton.h | 42 virtual LocationErrCode GetCachedGnssLocationsSize(int &size) = 0;
|
D | gnss_ability.h | 93 LocationErrCode GetCachedGnssLocationsSize(int &size) override;
|
/base/location/interfaces/inner_api/include/ |
D | locator_proxy.h | 64 int GetCachedGnssLocationsSize();
|
D | locator_impl.h | 71 int GetCachedGnssLocationsSize();
|
D | locator.h | 64 virtual int GetCachedGnssLocationsSize() = 0;
|
/base/location/services/location_gnss/gnss/source/ |
D | gnss_ability_skeleton.cpp | 124 reply.WriteInt32(GetCachedGnssLocationsSize(size)); in OnRemoteRequest()
|
D | gnss_ability.cpp | 339 LocationErrCode GnssAbility::GetCachedGnssLocationsSize(int& size) in GetCachedGnssLocationsSize() function in OHOS::Location::GnssAbility
|
/base/location/test/location_locator/source/ |
D | location_without_permission_test.cpp | 177 locatorImpl->GetCachedGnssLocationsSize();
|
D | locator_service_test.cpp | 930 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/ |
D | locator_fuzzer.cpp | 179 g_locatorImpl->GetCachedGnssLocationsSize(); in LocatorImplFuzzerTest() 512 locatorAbility->GetCachedGnssLocationsSize(locSize); in LocatorAbility002FuzzerTest()
|
/base/location/test/location_gnss/source/ |
D | gnss_ability_stub_test.cpp | 271 …EXPECT_CALL(*gnssAbilityStub, GetCachedGnssLocationsSize(_)).WillOnce(DoAll(Return(ERRCODE_SUCCESS…
|
D | gnss_ability_test.cpp | 449 EXPECT_EQ(ERRCODE_NOT_SUPPORTED, proxy_->GetCachedGnssLocationsSize(size));
|
/base/location/services/location_locator/locator/source/ |
D | gnss_ability_proxy.cpp | 177 LocationErrCode GnssAbilityProxy::GetCachedGnssLocationsSize(int &size) in GetCachedGnssLocationsSize() function in OHOS::Location::GnssAbilityProxy
|
D | locator_ability.cpp | 561 LocationErrCode LocatorAbility::GetCachedGnssLocationsSize(int& size) in GetCachedGnssLocationsSize() function in OHOS::Location::LocatorAbility
|
D | locator_skeleton.cpp | 559 reply.WriteInt32(locatorAbility->GetCachedGnssLocationsSize(size)); in PreGetCachedGnssLocationsSize()
|
/base/location/frameworks/native/source/ |
D | locator_impl.cpp | 410 int LocatorImpl::GetCachedGnssLocationsSize() in GetCachedGnssLocationsSize() function in OHOS::Location::LocatorImpl 421 int size = proxy->GetCachedGnssLocationsSize(); in GetCachedGnssLocationsSize()
|
D | locator_proxy.cpp | 288 int LocatorProxy::GetCachedGnssLocationsSize() in GetCachedGnssLocationsSize() function in OHOS::Location::LocatorProxy
|