Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/usb/
H A Dinterface_i_usbd_subscriber_v10.md8 当设备接入/断开会调用DeviceEvent进行信息上报。 当端口状态发生变化时会调用PortChangedEvent进行信息上报。
23 | [PortChangedEvent](#portchangedevent) ([in] struct [PortInfo](_port_info_v10.md) info) | 端口改变事件。 …
53 ### PortChangedEvent()
56 IUsbdSubscriber::PortChangedEvent ([in] struct PortInfo info)
H A D_o_h_o_s_1_1_u_s_b_1_1_usbd_subscriber.md23 | [PortChangedEvent](#portchangedevent) (int32_t portId, int32_t powerRole, int32_t dataRole, int32…
170 ### PortChangedEvent()
173 virtual int32_t UsbdSubscriber::PortChangedEvent (int32_t portId, int32_t powerRole, int32_t dataRo…
/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/drivers/peripheral/usb/test/UsbSubscriberTest/
H A DUsbSubscriberTest.h31 int32_t PortChangedEvent(const PortInfo &info) override in PortChangedEvent() function
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_port.cpp189 usbdSubscribers[i].subscriber->PortChangedEvent(currentPortInfo_); in SetPort()
228 subscriber->PortChangedEvent(currentPortInfo_); in UpdatePort()
/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/ability/idl_tool/test/hdi_unittest/usb_v1_0/cpp_target/usb/v1_0/
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;
H A Dusbd_subscriber_proxy.h.txt40 int32_t PortChangedEvent(const OHOS::HDI::Usb::V1_0::PortInfo& info) override;
H A Diusbd_subscriber.h.txt66 virtual int32_t PortChangedEvent(const OHOS::HDI::Usb::V1_0::PortInfo& info) = 0;
H A Dusbd_subscriber_proxy.cpp.txt37 int32_t OHOS::HDI::Usb::V1_0::UsbdSubscriberProxy::PortChangedEvent(const OHOS::HDI::Usb::V1_0::Por…
H A Dusbd_subscriber_stub.cpp.txt115 int32_t usbdSubscriberRet = impl->PortChangedEvent(info);
/ohos5.0/drivers/external_device_manager/test/unittest/bus_extension_usb_test/src/
H A Dusb_impl_mock.cpp105 return this->subscriber_->PortChangedEvent(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() function in OHOS::USB::UsbServiceSubscriber
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_impl_mock.cpp124 auto ret = subscriber_->PortChangedEvent(portInfo_); in SetPortRole()
/ohos5.0/drivers/interface/usb/v1_0/
H A DIUsbdSubscriber.idl45 PortChangedEvent([in] struct PortInfo info);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/foo/usb/v1_0/
H A DIUsbdSubscriber.idl45 PortChangedEvent([in] struct PortInfo info);
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
H A Dusb_dev_subscriber.cpp200 int32_t UsbDevSubscriber::PortChangedEvent(const PortInfo &usbDevInfo) in PortChangedEvent() function in OHOS::ExternalDeviceManager::UsbDevSubscriber
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/usb_v1_0/dump_ast_target/
H A Ddump.txt183 [mini, lite, full, callback] PortChangedEvent(