Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp134 napi_value monitorTransitionEvents = GetArrayProperty(env, object, "monitorTransitionEvents"); in JsObjToGeofenceTransitionEventList() local
135 GetGeofenceTransitionEventArray(env, monitorTransitionEvents, geofenceTransitionStatusList); in JsObjToGeofenceTransitionEventList()
138 void GetGeofenceTransitionEventArray(const napi_env& env, const napi_value& monitorTransitionEvents, in GetGeofenceTransitionEventArray() argument
142 NAPI_CALL_RETURN_VOID(env, napi_typeof(env, monitorTransitionEvents, &valueType)); in GetGeofenceTransitionEventArray()
148 NAPI_CALL_RETURN_VOID(env, napi_get_array_length(env, monitorTransitionEvents, &arrayLength)); in GetGeofenceTransitionEventArray()
155 … NAPI_CALL_RETURN_VOID(env, napi_get_element(env, monitorTransitionEvents, i, &elementValue)); in GetGeofenceTransitionEventArray()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/
H A Djs-apis-geoLocationManager.md262 | monitorTransitionEvents | Array<[GeofenceTransitionEvent](#geofencetransitionevent12)> | 否 …
263 …gt; | 否 | 是 | 表示地理围栏事件发生后弹出的通知对象列表。<br/>monitorTransitionEvents与notifications中的顺序要一一对应,例如monitorTr…
2213 monitorTransitionEvents: transitionStatusList,
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/
H A Djs-apis-geoLocationManager.md262 | monitorTransitionEvents | Array&lt;[GeofenceTransitionEvent](#geofencetransitionevent12)&gt; | No…
263 …r>The sequence of **monitorTransitionEvents** must correspond to that of **notifications**. For ex…
2213 monitorTransitionEvents: transitionStatusList,