Home
last modified time | relevance | path

Searched refs:currentDataRole (Results 1 – 7 of 7) sorted by relevance

/base/usb/usb_manager/services/native/src/
Dusb_port_manager.cpp138 usbPortStatus.currentDataRole = dataRole; in QueryPort()
155 it->second.usbPortStatus.currentDataRole, dataRole); in UpdatePort()
157 it->second.usbPortStatus.currentDataRole = dataRole; in UpdatePort()
232 ports[i].usbPortStatus.currentPowerRole, ports[i].usbPortStatus.currentDataRole); in DumpGetSupportPort()
279 …int32_t currentPowerRole, int32_t updatePowerRole, int32_t currentDataRole, int32_t updateDataRole) in ReportPortRoleChangeSysEvent() argument
284 …currentPowerRole, "UPDATE_POWERROLE", updatePowerRole, "CURRENT_DATAROLE", currentDataRole, "UPDAT… in ReportPortRoleChangeSysEvent()
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_port.h28 int32_t currentDataRole; member
/base/usb/usb_manager/services/native/include/
Dusb_port_manager.h54 …int32_t currentPowerRole, int32_t updatePowerRole, int32_t currentDataRole, int32_t updateDataRole…
/base/usb/usb_manager/interfaces/kits/js/
D@ohos.usbManager.d.ts736 currentDataRole: number; property
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_stub.cpp322 …WRITE_PARCEL_WITH_RET(reply, Int32, port.usbPortStatus.currentDataRole, UEC_SERVICE_WRITE_PARCEL_E… in WriteUsbPort()
Dusb_srv_proxy.cpp529 status.currentDataRole = reply.ReadInt32(); in ParseUsbPort()
/base/usb/usb_manager/interfaces/kits/js/napi/src/
Dusb_info.cpp742 …NapiUtil::SetValueInt32(env, "currentDataRole", ports[i].usbPortStatus.currentDataRole, usbPortSta… in CoreGetPorts()