Home
last modified time | relevance | path

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

/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp206 napi_value endpointsObjs; in ParseEndpointsObjs() local
207 bool isGetObjSuccess = NapiUtil::JsObjectGetProperty(env, interfaceObj, "endpoints", endpointsObjs); in ParseEndpointsObjs()
212 NAPI_CHECK_RETURN_FALSE(napi_is_array(env, endpointsObjs, &result), "Get endpoints type failed"); in ParseEndpointsObjs()
216 NAPI_CHECK_RETURN_FALSE(napi_get_array_length(env, endpointsObjs, &endpointCount), "Get array length failed"); in ParseEndpointsObjs()
220 NAPI_CHECK_RETURN_FALSE(napi_get_element(env, endpointsObjs, k, &endpointObj), "Get endpoints element failed"); in ParseEndpointsObjs()

Completed in 3 milliseconds