Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_skeleton.cpp298 if (!CheckLocationSwitchState(reply)) { in PreStartLocating()
357 if (!CheckLocationSwitchState(reply)) { in PreGetCacheLocation()
544 if (!CheckLocationSwitchState(reply)) { in PreRegisterGnssStatusCallback()
586 if (!CheckLocationSwitchState(reply)) { in PreRegisterNmeaMessageCallback()
627 if (!CheckLocationSwitchState(reply)) { in PreRegisterNmeaMessageCallbackV9()
711 if (!CheckLocationSwitchState(reply)) { in PreStartCacheLocating()
771 if (!CheckLocationSwitchState(reply)) { in PreGetCachedGnssLocationsSize()
793 if (!CheckLocationSwitchState(reply)) { in PreFlushCachedGnssLocations()
848 if (!CheckLocationSwitchState(reply)) { in DoProcessFenceRequest()
874 if (!CheckLocationSwitchState(reply)) { in PreAddGnssGeofence()
[all …]
/ohos5.0/base/location/services/location_network/network/include/
H A Dnetwork_ability_skeleton.h52 bool CheckLocationSwitchState(MessageParcel &reply);
/ohos5.0/base/location/test/fuzztest/locator/checkmessage_fuzzer/
H A Dcheckmessage_fuzzer.cpp94 locatorAbility->CheckLocationSwitchState(reply); in CheckMessageFuzzTest()
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocation_napi_adapter.h51 LocationErrCode CheckLocationSwitchState();
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp78 LocationErrCode errorCode = CheckLocationSwitchState(); in HandleGetCachedLocation()
593 LocationErrCode errorCode = CheckLocationSwitchState(); in CreateReverseGeocodeAsyncContext()
644 LocationErrCode errorCode = CheckLocationSwitchState(); in CreateReverseGeocodeAsyncContext()
831 LocationErrCode errorCode = CheckLocationSwitchState(); in CreateReverseGeocodeAsyncContext()
847 LocationErrCode errorCode = CheckLocationSwitchState(); in CreateReverseGeocodeAsyncContext()
888 LocationErrCode errorCode = CheckLocationSwitchState(); in CreateReverseGeocodeAsyncContext()
953 LocationErrCode CheckLocationSwitchState() in CreateReverseGeocodeAsyncContext() function
/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability_skeleton.cpp146 bool NetworkAbilityStub::CheckLocationSwitchState(MessageParcel &reply) in CheckLocationSwitchState() function in OHOS::Location::NetworkAbilityStub
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_skeleton.h112 bool CheckLocationSwitchState(MessageParcel &reply);