Searched refs:currentPowerRole (Results 1 – 7 of 7) sorted by relevance
/base/usb/usb_manager/services/native/src/ |
D | usb_port_manager.cpp | 125 usbPortStatus.currentPowerRole = powerRole; in QueryPort() 140 ReportPortRoleChangeSysEvent(it->second.usbPortStatus.currentPowerRole, powerRole, in UpdatePort() 142 it->second.usbPortStatus.currentPowerRole = powerRole; in UpdatePort() 218 ports[i].usbPortStatus.currentPowerRole, ports[i].usbPortStatus.currentDataRole); in DumpGetSupportPort() 265 …int32_t currentPowerRole, int32_t updatePowerRole, int32_t currentDataRole, int32_t updateDataRole) in ReportPortRoleChangeSysEvent() argument 270 …currentPowerRole, "UPDATE_POWERROLE", updatePowerRole, "CURRENT_DATAROLE", currentDataRole, "UPDAT… in ReportPortRoleChangeSysEvent()
|
/base/usb/usb_manager/interfaces/innerkits/native/include/ |
D | usb_port.h | 27 int32_t currentPowerRole; member
|
/base/usb/usb_manager/services/native/include/ |
D | usb_port_manager.h | 53 …int32_t currentPowerRole, int32_t updatePowerRole, int32_t currentDataRole, int32_t updateDataRole…
|
/base/usb/usb_manager/interfaces/kits/js/ |
D | @ohos.usbManager.d.ts | 718 currentPowerRole: number; property
|
/base/usb/usb_manager/services/zidl/src/ |
D | usb_srv_stub.cpp | 311 …WRITE_PARCEL_WITH_RET(reply, Int32, port.usbPortStatus.currentPowerRole, UEC_SERVICE_WRITE_PARCEL_… in WriteUsbPort()
|
D | usb_srv_proxy.cpp | 528 status.currentPowerRole = reply.ReadInt32(); in ParseUsbPort()
|
/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
D | usb_info.cpp | 741 …NapiUtil::SetValueInt32(env, "currentPowerRole", ports[i].usbPortStatus.currentPowerRole, usbPortS… in CoreGetPorts()
|