Home
last modified time | relevance | path

Searched refs:PortInfo (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/usb/
H A D_port_info_v10.md1 # PortInfo chapter
32 int PortInfo::dataRole
42 int PortInfo::mode
52 int PortInfo::portId
62 int PortInfo::powerRole
H A Dinterface_i_usbd_subscriber_v10.md23 | [PortChangedEvent](#portchangedevent) ([in] struct [PortInfo](_port_info_v10.md) info) | 端口改变事件。 …
56 IUsbdSubscriber::PortChangedEvent ([in] struct PortInfo info)
H A D_o_h_o_s_1_1_u_s_b_1_1_usbd_subscriber.md32 …eParcel &data, MessageParcel &reply, MessageOption &option, PortInfo &info) | 解析US…
119 …serPortInfo (MessageParcel & data, MessageParcel & reply, MessageOption & option, PortInfo & info )
H A D_usb_types_8idl_v10.md22 | struct  [PortInfo](_port_info_v10.md) | USB设备端口信息。 |
H A D_u_s_b_v10.md33 | struct  [PortInfo](_port_info_v10.md) | USB设备端口信息。 |
H A DReadme-CN.md36 - [PortInfo](_port_info_v10.md)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/cpp_target/usb/v1_0/
H A Dusb_types.cpp.txt28 bool PortInfoBlockMarshalling(OHOS::MessageParcel& data, const OHOS::HDI::Usb::V1_0::PortInfo& data…
30 if (!data.WriteUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::Usb::V1_0::PortInfo))) {
36 bool PortInfoBlockUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Usb::V1_0::PortInfo& dataBloc…
38 …:V1_0::PortInfo *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Usb::V1_0::PortInfo*>(data.ReadU…
43 …y_s(&dataBlock, sizeof(OHOS::HDI::Usb::V1_0::PortInfo), dataBlockPtr, sizeof(OHOS::HDI::Usb::V1_0:…
H A Dusb_types.h.txt54 struct PortInfo {
85 bool PortInfoBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Usb::V1_0::PortInfo& data…
87 bool PortInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Usb::V1_0::PortInfo& dataBloc…
H A Dusbd_subscriber_proxy.h.txt40 int32_t PortChangedEvent(const OHOS::HDI::Usb::V1_0::PortInfo& info) override;
46 …static int32_t PortChangedEvent_(const OHOS::HDI::Usb::V1_0::PortInfo& info, const sptr<IRemoteObj…
H A Dusbd_subscriber_proxy.cpp.txt37 …::HDI::Usb::V1_0::UsbdSubscriberProxy::PortChangedEvent(const OHOS::HDI::Usb::V1_0::PortInfo& info)
78 …:HDI::Usb::V1_0::UsbdSubscriberProxy::PortChangedEvent_(const OHOS::HDI::Usb::V1_0::PortInfo& info,
H A Dusbd_subscriber_service.cpp.txt30 int32_t UsbdSubscriberService::PortChangedEvent(const OHOS::HDI::Usb::V1_0::PortInfo& info)
H A Dusbd_subscriber_service.h.txt32 int32_t PortChangedEvent(const OHOS::HDI::Usb::V1_0::PortInfo& info) override;
/ohos5.0/drivers/peripheral/usb/test/UsbSubscriberTest/
H A DUsbSubscriberTest.h21 using OHOS::HDI::Usb::V1_0::PortInfo;
31 int32_t PortChangedEvent(const PortInfo &info) override in PortChangedEvent()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_port.h30 struct PortInfo { struct
41 Status QueryParam(PortInfo& portInfo);
H A Dcodec_port.cpp73 Status CodecPort::QueryParam(PortInfo& portInfo) in QueryParam()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
H A Dstream_pipeline_data_structure.h28 using PortInfo = struct {
47 PortInfo info_;
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_port.h46 using OHOS::HDI::Usb::V1_1::PortInfo;
76 …HDI::Usb::V1_1::PortInfo currentPortInfo_ = {DEFAULT_PORT_ID, POWER_ROLE_SINK, DATA_ROLE_DEVICE, P…
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service_subscriber.h28 int32_t PortChangedEvent(const HDI::Usb::V1_0::PortInfo &info) override;
/ohos5.0/base/usb/usb_manager/test/native/mock/include/
H A Dusb_impl_mock.h34 using OHOS::HDI::Usb::V1_0::PortInfo;
103 PortInfo portInfo_;
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/bus_extension/usb/
H A Dusb_dev_subscriber.h33 int32_t PortChangedEvent(const PortInfo &info) override;
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp679 if (!Plugin::Any::IsSameTypeWith<PortInfo>(parameter)) { in NewAudioPortFound()
683 auto param = Plugin::AnyCast<PortInfo>(parameter); in NewAudioPortFound()
715 if (!Plugin::Any::IsSameTypeWith<PortInfo>(parameter)) { in NewVideoPortFound()
718 auto param = Plugin::AnyCast<PortInfo>(parameter); in NewVideoPortFound()
757 auto param = Plugin::AnyCast<PortInfo>(parameter); in RemoveFilterChains()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.h39 …virtual RetCode SetUpBasicOutPortFormat(const PipelineSpec& pipe, const PortInfo& info, PortFormat…
H A Dstream_pipeline_strategy.cpp57 const PortInfo& info, PortFormat& format) in SetUpBasicOutPortFormat()
126 PortInfo info { in SetNodeSpec()
/ohos5.0/drivers/external_device_manager/test/unittest/bus_extension_usb_test/src/
H A Dusb_impl_mock.cpp101 PortInfo info; in SetPortRole()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service_subscriber.cpp36 int32_t UsbServiceSubscriber::PortChangedEvent(const PortInfo &info) in PortChangedEvent()

12