Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp356 napi_value interfacesObjs; in ParseInterfacesObjs() local
357 …bool isGetObjSuccess = NapiUtil::JsObjectGetProperty(env, configObj, "interfaces", interfacesObjs); in ParseInterfacesObjs()
362 …NAPI_CHECK_RETURN_FALSE(napi_is_array(env, interfacesObjs, &result), "Get interfaces type failed"); in ParseInterfacesObjs()
366 …NAPI_CHECK_RETURN_FALSE(napi_get_array_length(env, interfacesObjs, &interfaceCount), "Get array le… in ParseInterfacesObjs()
371 … napi_get_element(env, interfacesObjs, i, &interfaceObj), "Get interfaces element failed"); in ParseInterfacesObjs()