Home
last modified time | relevance | path

Searched refs:SetGeofenceTransitionEventList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_request.cpp40 this->SetGeofenceTransitionEventList(geofenceRequest.GetGeofenceTransitionEventList()); in GeofenceRequest()
93 void GeofenceRequest::SetGeofenceTransitionEventList(std::vector<GeofenceTransitionEvent> statusLis… in SetGeofenceTransitionEventList() function in OHOS::Location::GeofenceRequest
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dgeofence_request.h61 void SetGeofenceTransitionEventList(std::vector<GeofenceTransitionEvent> statusList);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp58 geofenceRequest->SetGeofenceTransitionEventList(geofenceTransitionStatusList); in GenGnssGeofenceRequest()