Home
last modified time | relevance | path

Searched refs:GeofenceEventCallback (Results 1 - 4 of 4) sorted by relevance

/base/location/services/location_gnss/gnss/source/
H A Dgeofence_event_callback.cpp24 int32_t GeofenceEventCallback::ReportGeofenceAvailability(bool isAvailable) in ReportGeofenceAvailability()
29 int32_t GeofenceEventCallback::ReportGeofenceEvent(int32_t fenceIndex, in ReportGeofenceEvent()
38 int32_t GeofenceEventCallback::ReportGeofenceOperateResult( in ReportGeofenceOperateResult()
H A Dgnss_ability.cpp1176 geofenceCallback_ = sptr<GeofenceEventCallback>(new (std::nothrow) GeofenceEventCallback); in ConnectGeofenceHdi()
/base/location/services/location_gnss/gnss/include/
H A Dgeofence_event_callback.h33 class GeofenceEventCallback : public IGeofenceCallback { class
35 ~GeofenceEventCallback() override {}
/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp1110 sptr<IGeofenceCallback> geofenceEventCallback = new (std::nothrow) GeofenceEventCallback(); in HWTEST_F()
1121 sptr<IGeofenceCallback> geofenceEventCallback = new (std::nothrow) GeofenceEventCallback(); in HWTEST_F()
1136 sptr<IGeofenceCallback> geofenceEventCallback = new (std::nothrow) GeofenceEventCallback(); in HWTEST_F()
1153 sptr<IGeofenceCallback> geofenceEventCallback = new (std::nothrow) GeofenceEventCallback(); in HWTEST_F()
1167 sptr<IGeofenceCallback> geofenceEventCallback = new (std::nothrow) GeofenceEventCallback(); in HWTEST_F()

Completed in 7 milliseconds