Home
last modified time | relevance | path

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

/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp204 static bool ParseEndpointsObjs(const napi_env env, const napi_value interfaceObj, std::vector<USBEndpoint> &eps) in ParseEndpointsObjs() argument
207 bool isGetObjSuccess = NapiUtil::JsObjectGetProperty(env, interfaceObj, "endpoints", endpointsObjs); in ParseEndpointsObjs()
312 static void ParseInterfaceObj(const napi_env env, const napi_value interfaceObj, UsbInterface &interface) in ParseInterfaceObj() argument
315 NapiUtil::JsObjectToInt(env, interfaceObj, "id", id); in ParseInterfaceObj()
317 NapiUtil::JsObjectToInt(env, interfaceObj, "protocol", protocol); in ParseInterfaceObj()
319 NapiUtil::JsObjectToInt(env, interfaceObj, "clazz", clzz); in ParseInterfaceObj()
321 NapiUtil::JsObjectToInt(env, interfaceObj, "subClass", subClass); in ParseInterfaceObj()
323 NapiUtil::JsObjectToInt(env, interfaceObj, "alternateSetting", alternateSetting); in ParseInterfaceObj()
325 NapiUtil::JsObjectToString(env, interfaceObj, "name", DEFAULT_DESCRIPTION_SIZE, name); in ParseInterfaceObj()
328 bool ret = ParseEndpointsObjs(env, interfaceObj, ep in ParseInterfaceObj()
352 napi_value interfaceObj; ParseInterfacesObjs() local
1029 napi_value interfaceObj = argv[INDEX_1]; PipeSetInterface() local
[all...]

Completed in 2 milliseconds