Searched refs:endpointsObjs (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | usb_info.cpp | 223 napi_value endpointsObjs; in ParseEndpointsObjs() local 224 …ool isGetObjSuccess = NapiUtil::JsObjectGetProperty(env, interfaceObj, "endpoints", endpointsObjs); in ParseEndpointsObjs() 229 … NAPI_CHECK_RETURN_FALSE(napi_is_array(env, endpointsObjs, &result), "Get endpoints type failed"); in ParseEndpointsObjs() 233 …NAPI_CHECK_RETURN_FALSE(napi_get_array_length(env, endpointsObjs, &endpointCount), "Get array leng… in ParseEndpointsObjs() 237 …NAPI_CHECK_RETURN_FALSE(napi_get_element(env, endpointsObjs, k, &endpointObj), "Get endpoints elem… in ParseEndpointsObjs()
|