Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Di_gnss_geofence_callback.h29 RECEIVE_TRANSITION_STATUS_EVENT enumerator
/ohos5.0/base/location/services/location_locator/callback/source/
H A Dlocation_gnss_geofence_callback_proxy.cpp37 int error = Remote()->SendRequest(RECEIVE_TRANSITION_STATUS_EVENT, dataParcel, reply, option); in OnTransitionStatusChange()
/ohos5.0/base/location/test/location_geofence/source/
H A Dlocation_gnss_geofence_callback_host_test.cpp47 …callback->OnRemoteRequest(IGnssGeofenceCallback::RECEIVE_TRANSITION_STATUS_EVENT, dataParcel, repl…
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_gnss_geofence_callback_napi.cpp69 case RECEIVE_TRANSITION_STATUS_EVENT: { in OnRemoteRequest()