Home
last modified time | relevance | path

Searched refs:IsSystemGeoLocationApi (Results 1 – 4 of 4) sorted by relevance

/base/location/interfaces/inner_api/include/
Dlocator_callback_host.h49 bool IsSystemGeoLocationApi();
64 if (IsSystemGeoLocationApi()) { in InitContext()
/base/location/frameworks/native/source/
Dlocator_callback_host.cpp207 if (!IsSystemGeoLocationApi() && !IsSingleLocationRequest()) { in SendErrorCode()
304 if (IsSystemGeoLocationApi()) { in DeleteHandler()
313 bool LocatorCallbackHost::IsSystemGeoLocationApi() in IsSystemGeoLocationApi() function in OHOS::Location::LocatorCallbackHost
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp219 callbackHost->IsSystemGeoLocationApi(); in LocationCallbackHostFuzzerTest()
/base/location/test/location_locator/source/
Dcallback_test.cpp303 EXPECT_NE(true, callbackHost->IsSystemGeoLocationApi());