Searched refs:OnReportOperationResult (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | i_gnss_geofence_callback.h | 33 virtual void OnReportOperationResult(int fenceId, int type, int result) = 0;
|
H A D | location_gnss_geofence_callback_napi.h | 53 void OnReportOperationResult(int fenceId, int type, int result) override;
|
/ohos5.0/base/location/services/location_locator/callback/include/ |
H A D | location_gnss_geofence_callback_proxy.h | 34 void OnReportOperationResult(int fenceId, int type, int result);
|
/ohos5.0/base/location/services/location_locator/callback/source/ |
H A D | location_gnss_geofence_callback_proxy.cpp | 41 void LocationGnssGeofenceCallbackProxy::OnReportOperationResult(int fenceId, int type, int result) in OnReportOperationResult() function in OHOS::Location::LocationGnssGeofenceCallbackProxy
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_gnss_geofence_callback_napi.cpp | 81 OnReportOperationResult(fenceId, type, result); in OnRemoteRequest() 176 void LocationGnssGeofenceCallbackNapi::OnReportOperationResult(int fenceId, int type, int result) in OnReportOperationResult() function in OHOS::Location::LocationGnssGeofenceCallbackNapi
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability.cpp | 824 gnssGeofenceCallback->OnReportOperationResult( in ReportGeofenceOperationResult()
|