Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp87 void GetNotificationRequestArray(const napi_env& env, const napi_value& notificationRequestValue, in GetNotificationRequestArray() argument
91 NAPI_CALL_RETURN_VOID(env, napi_typeof(env, notificationRequestValue, &valueType)); in GetNotificationRequestArray()
97 NAPI_CALL_RETURN_VOID(env, napi_get_array_length(env, notificationRequestValue, &arrayLength)); in GetNotificationRequestArray()
104 … NAPI_CALL_RETURN_VOID(env, napi_get_element(env, notificationRequestValue, i, &elementValue)); in GetNotificationRequestArray()