Searched refs:currentDataRole (Results 1 – 7 of 7) sorted by relevance
/base/usb/usb_manager/services/native/src/ |
D | usb_port_manager.cpp | 138 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/ |
D | usb_port.h | 28 int32_t currentDataRole; member
|
/base/usb/usb_manager/services/native/include/ |
D | usb_port_manager.h | 54 …int32_t currentPowerRole, int32_t updatePowerRole, int32_t currentDataRole, int32_t updateDataRole…
|
/base/usb/usb_manager/interfaces/kits/js/ |
D | @ohos.usbManager.d.ts | 736 currentDataRole: number; property
|
/base/usb/usb_manager/services/zidl/src/ |
D | usb_srv_stub.cpp | 322 …WRITE_PARCEL_WITH_RET(reply, Int32, port.usbPortStatus.currentDataRole, UEC_SERVICE_WRITE_PARCEL_E… in WriteUsbPort()
|
D | usb_srv_proxy.cpp | 529 status.currentDataRole = reply.ReadInt32(); in ParseUsbPort()
|
/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
D | usb_info.cpp | 742 …NapiUtil::SetValueInt32(env, "currentDataRole", ports[i].usbPortStatus.currentDataRole, usbPortSta… in CoreGetPorts()
|