Home
last modified time | relevance | path

Searched refs:GeofenceTransitionEvent (Results 1 - 9 of 9) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Dgeofence_definition.h21 enum GeofenceTransitionEvent { enum
49 GeofenceTransitionEvent event;
H A Dgeofence_request.h57 std::vector<GeofenceTransitionEvent> GetGeofenceTransitionEventList();
59 void SetGeofenceTransitionEvent(GeofenceTransitionEvent status);
61 void SetGeofenceTransitionEventList(std::vector<GeofenceTransitionEvent> statusList);
91 std::vector<GeofenceTransitionEvent> transitionStatusList_;
/base/location/frameworks/js/napi/notification/include/
H A Dgeofence_napi.h44 std::vector<GeofenceTransitionEvent>& geofenceTransitionStatusList);
46 std::vector<GeofenceTransitionEvent>& geofenceTransitionStatusList);
/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp56 std::vector<GeofenceTransitionEvent> geofenceTransitionStatusList; in GenGnssGeofenceRequest()
132 std::vector<GeofenceTransitionEvent>& geofenceTransitionStatusList) in JsObjToGeofenceTransitionEventList()
139 std::vector<GeofenceTransitionEvent>& geofenceTransitionStatusList) in GetGeofenceTransitionEventArray()
164 geofenceTransitionStatusList.push_back(static_cast<GeofenceTransitionEvent>(geofenceTransitionStatus)); in GetGeofenceTransitionEventArray()
H A Dlocation_napi_entry.cpp40 GeofenceTransitionEvent::GEOFENCE_TRANSITION_EVENT_ENTER, "GEOFENCE_TRANSITION_EVENT_ENTER"); in GeofenceTransitionEventConstructor()
42 GeofenceTransitionEvent::GEOFENCE_TRANSITION_EVENT_EXIT, "GEOFENCE_TRANSITION_EVENT_EXIT"); in GeofenceTransitionEventConstructor()
44 GeofenceTransitionEvent::GEOFENCE_TRANSITION_EVENT_DWELL, "GEOFENCE_TRANSITION_EVENT_DWELL"); in GeofenceTransitionEventConstructor()
314 DECLARE_NAPI_PROPERTY("GeofenceTransitionEvent", GeofenceTransitionEventConstructor(env)), in InitManager()
H A Dlocation_gnss_geofence_callback_napi.cpp73 static_cast<GeofenceTransitionEvent>(data.ReadInt32()); in OnRemoteRequest()
/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_request.cpp81 std::vector<GeofenceTransitionEvent> GeofenceRequest::GetGeofenceTransitionEventList() in GetGeofenceTransitionEventList()
87 void GeofenceRequest::SetGeofenceTransitionEvent(GeofenceTransitionEvent status) in SetGeofenceTransitionEvent()
93 void GeofenceRequest::SetGeofenceTransitionEventList(std::vector<GeofenceTransitionEvent> statusList) in SetGeofenceTransitionEventList()
178 transitionStatusList_.push_back(static_cast<GeofenceTransitionEvent>(data.ReadInt32())); in ReadFromParcel()
/base/location/test/location_geofence/source/
H A Dlocation_gnss_geofence_callback_host_test.cpp44 dataParcel.WriteInt32(static_cast<int>(GeofenceTransitionEvent::GEOFENCE_TRANSITION_EVENT_ENTER)); in HWTEST_F()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp616 int monitorEvent = static_cast<int>(GeofenceTransitionEvent::GEOFENCE_TRANSITION_EVENT_ENTER) | in AddFence()
617 static_cast<int>(GeofenceTransitionEvent::GEOFENCE_TRANSITION_EVENT_EXIT); in AddFence()
679 GeofenceTransitionEvent status = transitionList[i]; in AddGnssGeofence()
835 static_cast<GeofenceTransitionEvent>(event)) { in ReportGeofenceEvent()

Completed in 7 milliseconds