Searched refs:GeofenceTransitionEvent (Results 1 – 11 of 11) sorted by relevance
57 std::vector<GeofenceTransitionEvent> GetGeofenceTransitionEventList();59 void SetGeofenceTransitionEvent(GeofenceTransitionEvent status);61 void SetGeofenceTransitionEventList(std::vector<GeofenceTransitionEvent> statusList);99 std::vector<GeofenceTransitionEvent> transitionStatusList_;
21 enum GeofenceTransitionEvent { enum49 GeofenceTransitionEvent event;
81 std::vector<GeofenceTransitionEvent> GeofenceRequest::GetGeofenceTransitionEventList() in GetGeofenceTransitionEventList()87 void GeofenceRequest::SetGeofenceTransitionEvent(GeofenceTransitionEvent status) in SetGeofenceTransitionEvent()93 void GeofenceRequest::SetGeofenceTransitionEventList(std::vector<GeofenceTransitionEvent> statusLis… in SetGeofenceTransitionEventList()198 transitionStatusList_.push_back(static_cast<GeofenceTransitionEvent>(data.ReadInt32())); in ReadFromParcel()
56 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>(geofenceTransitionStat… in GetGeofenceTransitionEventArray()
40 … 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()
73 static_cast<GeofenceTransitionEvent>(data.ReadInt32()); in OnRemoteRequest()
44 std::vector<GeofenceTransitionEvent>& geofenceTransitionStatusList);46 std::vector<GeofenceTransitionEvent>& geofenceTransitionStatusList);
44 … dataParcel.WriteInt32(static_cast<int>(GeofenceTransitionEvent::GEOFENCE_TRANSITION_EVENT_ENTER));
250 | transitionEvent | [GeofenceTransitionEvent](#geofencetransitionevent12) | 否 | 否 | 表示当前发生的地理围栏事件。 |262 | monitorTransitionEvents | Array<[GeofenceTransitionEvent](#geofencetransitionevent12)> | 否 …263 …itionEvents与notifications中的顺序要一一对应,例如monitorTransitionEvents[0]为[GeofenceTransitionEvent](#geofenc…343 ## GeofenceTransitionEvent<sup>12+</sup>2177 let transitionStatusList: Array<geoLocationManager.GeofenceTransitionEvent> = [2178 geoLocationManager.GeofenceTransitionEvent.GEOFENCE_TRANSITION_EVENT_ENTER,2179 geoLocationManager.GeofenceTransitionEvent.GEOFENCE_TRANSITION_EVENT_EXIT,
617 int monitorEvent = static_cast<int>(GeofenceTransitionEvent::GEOFENCE_TRANSITION_EVENT_ENTER) | in AddFence()618 static_cast<int>(GeofenceTransitionEvent::GEOFENCE_TRANSITION_EVENT_EXIT); in AddFence()680 GeofenceTransitionEvent status = transitionList[i]; in AddGnssGeofence()860 static_cast<GeofenceTransitionEvent>(event)) { in ReportGeofenceEvent()
250 | transitionEvent | [GeofenceTransitionEvent](#geofencetransitionevent12) | No| No| Geofence transi…262 | monitorTransitionEvents | Array<[GeofenceTransitionEvent](#geofencetransitionevent12)> | No…263 …ications**. For example, if **monitorTransitionEvents[0]** is **[GeofenceTransitionEvent](#geofenc…343 ## GeofenceTransitionEvent<sup>12+</sup>2177 let transitionStatusList: Array<geoLocationManager.GeofenceTransitionEvent> = [2178 geoLocationManager.GeofenceTransitionEvent.GEOFENCE_TRANSITION_EVENT_ENTER,2179 geoLocationManager.GeofenceTransitionEvent.GEOFENCE_TRANSITION_EVENT_EXIT,