Home
last modified time | relevance | path

Searched refs:CheckPreciseLocationPermissions (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/test/fuzztest/locator/checkmessage_fuzzer/
H A Dcheckmessage_fuzzer.cpp93 locatorAbility->CheckPreciseLocationPermissions(reply, identity); in CheckMessageFuzzTest()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_skeleton.cpp630 if (!CheckPreciseLocationPermissions(reply, identity)) { in PreRegisterNmeaMessageCallbackV9()
649 if (!CheckPreciseLocationPermissions(reply, identity)) { in PreUnregisterNmeaMessageCallbackV9()
877 if (!CheckPreciseLocationPermissions(reply, identity)) { in PreAddGnssGeofence()
901 if (!CheckPreciseLocationPermissions(reply, identity)) { in PreRemoveGnssGeofence()
1153 if (!CheckPreciseLocationPermissions(reply, identity)) { in PreRegisterLocatingRequiredDataCallback()
1185 if (!CheckPreciseLocationPermissions(reply, identity)) { in PreUnregisterLocatingRequiredDataCallback()
1264 bool LocatorAbilityStub::CheckPreciseLocationPermissions(MessageParcel &reply, AppIdentity &identit… in CheckPreciseLocationPermissions() function in OHOS::Location::LocatorAbilityStub
1385 if (!CheckPreciseLocationPermissions(reply, identity)) { in PreGetCurrentWifiBssidForLocating()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_skeleton.h111 bool CheckPreciseLocationPermissions(MessageParcel &reply, AppIdentity &identity);