Home
last modified time | relevance | path

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

/base/location/frameworks/js/napi/include/
Dlocation_napi_adapter.h47 LocationErrCode CheckLocationSwitchState();
/base/location/services/location_locator/locator/source/
Dlocator_skeleton.cpp112 if (!CheckLocationSwitchState(reply)) { in PreStartLocating()
163 if (!CheckLocationSwitchState(reply)) { in PreGetCacheLocation()
430 if (!CheckLocationSwitchState(reply)) { in PreStartCacheLocating()
478 if (!CheckLocationSwitchState(reply)) { in PreGetCachedGnssLocationsSize()
498 if (!CheckLocationSwitchState(reply)) { in PreFlushCachedGnssLocations()
531 if (!CheckLocationSwitchState(reply)) { in PreAddFence()
555 if (!CheckLocationSwitchState(reply)) { in PreRemoveFence()
835 bool LocatorAbilityStub::CheckLocationSwitchState(MessageParcel &reply) in CheckLocationSwitchState() function in OHOS::Location::LocatorAbilityStub
/base/location/frameworks/js/napi/source/
Dlocation_napi_adapter.cpp73 LocationErrCode errorCode = CheckLocationSwitchState(); in HandleGetCachedLocation()
578 LocationErrCode errorCode = CheckLocationSwitchState(); in CreateReverseGeocodeAsyncContext()
629 LocationErrCode errorCode = CheckLocationSwitchState(); in CreateReverseGeocodeAsyncContext()
814 LocationErrCode errorCode = CheckLocationSwitchState(); in CreateReverseGeocodeAsyncContext()
830 LocationErrCode errorCode = CheckLocationSwitchState(); in CreateReverseGeocodeAsyncContext()
871 LocationErrCode errorCode = CheckLocationSwitchState(); in CreateReverseGeocodeAsyncContext()
936 LocationErrCode CheckLocationSwitchState() in CreateReverseGeocodeAsyncContext() function
/base/location/services/location_locator/locator/include/
Dlocator_skeleton.h89 bool CheckLocationSwitchState(MessageParcel &reply);