Searched refs:JsObjectGetProperty (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/include/ |
H A D | napi_util.h | 29 static bool JsObjectGetProperty(
|
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | napi_util.cpp | 81 bool NapiUtil::JsObjectGetProperty( in JsObjectGetProperty() function in OHOS::USB::NapiUtil
|
H A D | usb_info.cpp | 224 …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()
|