Home
last modified time | relevance | path

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

/ohos5.0/drivers/external_device_manager/frameworks/js/napi/device_manager/
H A Ddevice_manager_middle.cpp471 napi_value vids; in ConvertToJsDriverInfo() local
472 NAPI_CALL(env, napi_create_array(env, &vids)); in ConvertToJsDriverInfo()
473 for (size_t i = 0; i < usbDriverInfo->vids.size(); i++) { in ConvertToJsDriverInfo()
474 NAPI_CALL(env, napi_create_uint32(env, usbDriverInfo->vids[i], &value)); in ConvertToJsDriverInfo()
475 NAPI_CALL(env, napi_set_element(env, vids, i, value)); in ConvertToJsDriverInfo()
477 NAPI_CALL(env, napi_set_named_property(env, object, "vendorIdList", vids)); in ConvertToJsDriverInfo()
/ohos5.0/drivers/external_device_manager/interfaces/innerkits/
H A Ddriver_ext_mgr_types.h129 std::vector<uint16_t> vids; variable
/ohos5.0/drivers/external_device_manager/services/zidl/src/
H A Ddriver_ext_mgr_types.cpp420 if (!parcel.WriteUInt16Vector(vids)) { in Marshalling()
529 if (!parcel.ReadUInt16Vector(&driverInfo->vids)) { in UnMarshalling()
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/
H A Ddriver_ext_mgr.cpp243 tempUsbDriverInfo->vids = usbDriverInfo->GetVendorIds(); in ParseToDriverInfoData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp1905 vector<RenderHandleReference> vids; in GetVertexInputDeclarations() local
1906 vids.reserve(shaderVid_.rhr.size()); in GetVertexInputDeclarations()
1909 vids.push_back(ref); in GetVertexInputDeclarations()
1912 return vids; in GetVertexInputDeclarations()