Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocator_callback_napi.h51 bool IsSystemGeoLocationApi();
70 if (IsSystemGeoLocationApi()) { in InitContext()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocator_callback_napi.cpp261 if (!IsSystemGeoLocationApi() && !IsSingleLocationRequest()) { in SendErrorCode()
358 if (IsSystemGeoLocationApi()) { in DeleteHandler()
379 bool LocatorCallbackNapi::IsSystemGeoLocationApi() in IsSystemGeoLocationApi() function in OHOS::Location::LocatorCallbackNapi
/ohos5.0/base/location/test/fuzztest/locator/locator_fuzzer/
H A Dlocator_fuzzer.cpp219 callbackHost->IsSystemGeoLocationApi(); in LocationCallbackHostFuzzerTest()
/ohos5.0/base/location/test/location_locator/source/
H A Dcallback_test.cpp303 EXPECT_NE(true, callbackHost->IsSystemGeoLocationApi());