Searched refs:isGetObjSuccess (Results 1 - 1 of 1) sorted by relevance
/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | usb_info.cpp | 207 bool isGetObjSuccess = NapiUtil::JsObjectGetProperty(env, interfaceObj, "endpoints", endpointsObjs); in ParseEndpointsObjs() local 209 env, isGetObjSuccess == true, SYSPARAM_INVALID_INPUT, "The interface should have the endpoints property."); in ParseEndpointsObjs() 340 bool isGetObjSuccess = NapiUtil::JsObjectGetProperty(env, configObj, "interfaces", interfacesObjs); in ParseInterfacesObjs() local 342 env, isGetObjSuccess == true, SYSPARAM_INVALID_INPUT, "The config should have the interfaces property."); in ParseInterfacesObjs()
|
Completed in 4 milliseconds