Searched refs:currentPowerRole (Results 1 - 6 of 6) sorted by relevance
/base/usb/usb_manager/services/native/src/ |
H A D | usb_port_manager.cpp | 140 usbPortStatus.currentPowerRole = powerRole; in QueryPort() 155 ReportPortRoleChangeSysEvent(it->second.usbPortStatus.currentPowerRole, powerRole, in UpdatePort() 157 it->second.usbPortStatus.currentPowerRole = powerRole; in UpdatePort() 231 dprintf(fd, "id: %d | supportedModes: %d | currentMode: %d | currentPowerRole: %d | currentDataRole: %d\n", in DumpGetSupportPort() 233 ports[i].usbPortStatus.currentPowerRole, ports[i].usbPortStatus.currentDataRole); in DumpGetSupportPort() 288 int32_t currentPowerRole, int32_t updatePowerRole, int32_t currentDataRole, int32_t updateDataRole) in ReportPortRoleChangeSysEvent() 293 currentPowerRole, "UPDATE_POWERROLE", updatePowerRole, "CURRENT_DATAROLE", currentDataRole, "UPDATE_DATAROLE", in ReportPortRoleChangeSysEvent() 287 ReportPortRoleChangeSysEvent( int32_t currentPowerRole, int32_t updatePowerRole, int32_t currentDataRole, int32_t updateDataRole) ReportPortRoleChangeSysEvent() argument
|
/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_port.h | 27 int32_t currentPowerRole; member
|
/base/usb/usb_manager/services/native/include/ |
H A D | usb_port_manager.h | 54 int32_t currentPowerRole, int32_t updatePowerRole, int32_t currentDataRole, int32_t updateDataRole);
|
/base/usb/usb_manager/services/zidl/src/ |
H A D | usb_srv_proxy.cpp | 554 status.currentPowerRole = reply.ReadInt32(); in ParseUsbPort()
|
H A D | usb_srv_stub.cpp | 401 WRITE_PARCEL_WITH_RET(reply, Int32, port.usbPortStatus.currentPowerRole, UEC_SERVICE_WRITE_PARCEL_ERROR); in WriteUsbPort()
|
/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | usb_info.cpp | 830 NapiUtil::SetValueInt32(env, "currentPowerRole", ports[i].usbPortStatus.currentPowerRole, usbPortStatus); in CoreGetPorts()
|
Completed in 9 milliseconds