Searched refs:fenceIndex (Results 1 - 4 of 4) sorted by relevance
/test/xts/hats/hdf/location/geofence_additional/ |
H A D | location_geofence_test.cpp | 58 int32_t GeofenceCallbackImpl::ReportGeofenceEvent(int32_t fenceIndex, const LocationInfo &location, GeofenceEvent event, in ReportGeofenceEvent() argument 61 (void)fenceIndex; in ReportGeofenceEvent() 68 int32_t GeofenceCallbackImpl::ReportGeofenceOperateResult(int32_t fenceIndex, GeofenceOperateType type, in ReportGeofenceOperateResult() argument 71 (void)fenceIndex; in ReportGeofenceOperateResult() 138 fence.fenceIndex = 1; in HWTEST_F() 156 fence.fenceIndex = 1; in HWTEST_F() 175 fence.fenceIndex = 1; in HWTEST_F() 192 fence.fenceIndex = 1; in HWTEST_F() 212 fence.fenceIndex = 1; in HWTEST_F() 229 fence.fenceIndex in HWTEST_F() 632 int fenceIndex = 5; HWTEST_F() local 647 int fenceIndex = 0; HWTEST_F() local [all...] |
H A D | geofence_callback_impl.h | 33 int32_t ReportGeofenceEvent(int32_t fenceIndex, const LocationInfo &location, GeofenceEvent event, 35 int32_t ReportGeofenceOperateResult(int32_t fenceIndex, GeofenceOperateType type,
|
/test/xts/hats/hdf/location/geofence/ |
H A D | location_geofence_test.cpp | 61 int32_t GeofenceCallbackImpl::ReportGeofenceEvent(int32_t fenceIndex, const LocationInfo& location, GeofenceEvent event, int64_t timestamp) in ReportGeofenceEvent() argument 63 (void)fenceIndex; in ReportGeofenceEvent() 70 int32_t GeofenceCallbackImpl::ReportGeofenceOperateResult(int32_t fenceIndex, GeofenceOperateType type, GeofenceOperateResult result) in ReportGeofenceOperateResult() argument 72 (void)fenceIndex; in ReportGeofenceOperateResult() 171 fence.fenceIndex = 3; in HWTEST_F() 194 int fenceIndex = 5; in HWTEST_F() local 195 int32_t ret = g_igeofenceHci->DeleteGnssGeofence(fenceIndex); in HWTEST_F()
|
H A D | geofence_callback_impl.h | 35 int32_t ReportGeofenceEvent(int32_t fenceIndex, const LocationInfo& location, GeofenceEvent event, int64_t timestamp) override; 36 int32_t ReportGeofenceOperateResult(int32_t fenceIndex, GeofenceOperateType type, GeofenceOperateResult result) override;
|
Completed in 2 milliseconds