Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/location_geofence/source/
H A Dlocation_gnss_geofence_callback_host_test.cpp156 GnssGeofenceOperateResult optResult = callback->GetGeofenceOperationResult(); variable
157 ASSERT_TRUE(optValue == optResult);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_gnss_geofence_callback_napi.cpp181 GnssGeofenceOperateResult optResult = static_cast<GnssGeofenceOperateResult>(result); in OnReportOperationResult() local
188 SetGeofenceOperationResult(optResult); in OnReportOperationResult()