Home
last modified time | relevance | path

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

/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp180 static void ParseEndpointObj(const napi_env env, const napi_value endpointObj, USBEndpoint &ep) in ParseEndpointObj() argument
183 NapiUtil::JsObjectToInt(env, endpointObj, "address", address); in ParseEndpointObj()
185 NapiUtil::JsObjectToInt(env, endpointObj, "attributes", attributes); in ParseEndpointObj()
187 NapiUtil::JsObjectToInt(env, endpointObj, "interval", interval); in ParseEndpointObj()
189 NapiUtil::JsObjectToInt(env, endpointObj, "maxPacketSize", maxPacketSize); in ParseEndpointObj()
191 NapiUtil::JsObjectToInt(env, endpointObj, "direction", direction); in ParseEndpointObj()
195 NapiUtil::JsObjectToInt(env, endpointObj, "number", number); in ParseEndpointObj()
197 NapiUtil::JsObjectToInt(env, endpointObj, "type", type); in ParseEndpointObj()
199 NapiUtil::JsObjectToInt(env, endpointObj, "interfaceId", interfaceId); in ParseEndpointObj()
219 napi_value endpointObj; in ParseEndpointsObjs() local
[all...]

Completed in 3 milliseconds