Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Di_gnss_geofence_callback.h28 REPORT_OPERATION_RESULT_EVENT = 1, enumerator
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dlocation_gnss_geofence_callback_proxy.cpp52 int error = Remote()->SendRequest(REPORT_OPERATION_RESULT_EVENT, dataParcel, reply, option); in OnReportOperationResult()
/ohos5.0/base/location/test/location_geofence/source/
H A Dlocation_gnss_geofence_callback_host_test.cpp65 …callback->OnRemoteRequest(IGnssGeofenceCallback::REPORT_OPERATION_RESULT_EVENT, dataParcel, reply,…
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_gnss_geofence_callback_napi.cpp77 case REPORT_OPERATION_RESULT_EVENT: { in OnRemoteRequest()