Home
last modified time | relevance | path

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

/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp207 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