Home
last modified time | relevance | path

Searched refs:isValidParameter (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp52 bool isValidParameter = JsObjToGeoFenceRequest(env, value, geofenceRequest); in GenGnssGeofenceRequest() local
53 if (!isValidParameter) { in GenGnssGeofenceRequest()
223 bool isValidParameter = CheckGeofenceParameter(geofence); in JsObjToGeoFenceRequest() local
224 if (!isValidParameter) { in JsObjToGeoFenceRequest()
H A Dlocation_napi_adapter.cpp1085 bool isValidParameter = ParseGnssGeofenceRequest(env, argv[0], gnssGeofenceRequest); in CreateReverseGeocodeAsyncContext() local
1086 if (!isValidParameter) { in CreateReverseGeocodeAsyncContext()