Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/include/
H A Dnapi_util.h29 static bool JsObjectGetProperty(
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dnapi_util.cpp81 bool NapiUtil::JsObjectGetProperty( in JsObjectGetProperty() function in OHOS::USB::NapiUtil
H A Dusb_info.cpp224 …bool isGetObjSuccess = NapiUtil::JsObjectGetProperty(env, interfaceObj, "endpoints", endpointsObjs… in ParseEndpointsObjs()
270 bool hasProperty = NapiUtil::JsObjectGetProperty(env, jsObj, "data", dataValue); in ParsePipeControlParam()
312 bool hasProperty = NapiUtil::JsObjectGetProperty(env, jsObj, "data", dataValue); in ParseUsbPipeControlParam()
357 …bool isGetObjSuccess = NapiUtil::JsObjectGetProperty(env, configObj, "interfaces", interfacesObjs); in ParseInterfacesObjs()
409 bool hasProperty = NapiUtil::JsObjectGetProperty(env, deviceObj, "configs", configsObj); in ParseConfigsObjs()