Home
last modified time | relevance | path

Searched refs:IsSingleLocationRequest (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocating_required_data_callback_napi.cpp145 if (IsSingleLocationRequest()) { in Send()
254 bool LocatingRequiredDataCallbackNapi::IsSingleLocationRequest() in IsSingleLocationRequest() function in OHOS::Location::LocatingRequiredDataCallbackNapi
261 if (IsSingleLocationRequest() && latch_ != nullptr) { in CountDown()
268 if (IsSingleLocationRequest() && latch_ != nullptr) { in Wait()
275 if (IsSingleLocationRequest() && latch_ != nullptr) { in GetCount()
283 if (IsSingleLocationRequest() && latch_ != nullptr) { in SetCount()
H A Dlocator_callback_napi.cpp261 if (!IsSystemGeoLocationApi() && !IsSingleLocationRequest()) { in SendErrorCode()
384 bool LocatorCallbackNapi::IsSingleLocationRequest() in IsSingleLocationRequest() function in OHOS::Location::LocatorCallbackNapi
391 if (IsSingleLocationRequest() && latch_ != nullptr) { in CountDown()
398 if (IsSingleLocationRequest() && latch_ != nullptr) { in Wait()
405 if (IsSingleLocationRequest() && latch_ != nullptr) { in GetCount()
413 if (IsSingleLocationRequest() && latch_ != nullptr) { in SetCount()
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocating_required_data_callback_napi.h42 bool IsSingleLocationRequest();
H A Dlocator_callback_napi.h52 bool IsSingleLocationRequest();
/ohos5.0/base/location/test/fuzztest/locator/locator_fuzzer/
H A Dlocator_fuzzer.cpp220 callbackHost->IsSingleLocationRequest(); in LocationCallbackHostFuzzerTest()
/ohos5.0/base/location/test/location_locator/source/
H A Dcallback_test.cpp304 EXPECT_NE(true, callbackHost->IsSingleLocationRequest());