Home
last modified time | relevance | path

Searched refs:currentPowerRole (Results 1 - 6 of 6) sorted by relevance

/base/usb/usb_manager/services/native/src/
H A Dusb_port_manager.cpp140 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 Dusb_port.h27 int32_t currentPowerRole; member
/base/usb/usb_manager/services/native/include/
H A Dusb_port_manager.h54 int32_t currentPowerRole, int32_t updatePowerRole, int32_t currentDataRole, int32_t updateDataRole);
/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp554 status.currentPowerRole = reply.ReadInt32(); in ParseUsbPort()
H A Dusb_srv_stub.cpp401 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 Dusb_info.cpp830 NapiUtil::SetValueInt32(env, "currentPowerRole", ports[i].usbPortStatus.currentPowerRole, usbPortStatus); in CoreGetPorts()

Completed in 9 milliseconds