Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp224 …bool isGetObjSuccess = NapiUtil::JsObjectGetProperty(env, interfaceObj, "endpoints", endpointsObjs… in ParseEndpointsObjs() local
226 …env, isGetObjSuccess == true, OHEC_COMMON_PARAM_ERROR, "The interface should have the endpoints pr… in ParseEndpointsObjs()
357 …bool isGetObjSuccess = NapiUtil::JsObjectGetProperty(env, configObj, "interfaces", interfacesObjs); in ParseInterfacesObjs() local
359 …env, isGetObjSuccess == true, OHEC_COMMON_PARAM_ERROR, "The config should have the interfaces prop… in ParseInterfacesObjs()