Home
last modified time | relevance | path

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

/base/usb/usb_manager/services/native/src/
Dusb_port_manager.cpp108 usbPortStatus.currentPowerRole = powerRole; in QueryPort()
123 ReportPortRoleChangeSysEvent(it->second.usbPortStatus.currentPowerRole, powerRole, in UpdatePort()
125 it->second.usbPortStatus.currentPowerRole = powerRole; in UpdatePort()
175 ports[i].usbPortStatus.currentPowerRole, ports[i].usbPortStatus.currentDataRole); in Dump()
181 …int32_t currentPowerRole, int32_t updatePowerRole, int32_t currentDataRole, int32_t updateDataRole) in ReportPortRoleChangeSysEvent() argument
185currentPowerRole, "UPDATE_POWERROLE", updatePowerRole, "CURRENT_DATAROLE", currentDataRole, "UPDAT… in ReportPortRoleChangeSysEvent()
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_port.h27 int32_t currentPowerRole; member
/base/usb/usb_manager/services/native/include/
Dusb_port_manager.h48 …int32_t currentPowerRole, int32_t updatePowerRole, int32_t currentDataRole, int32_t updateDataRole…
/base/usb/usb_manager/interfaces/kits/js/
D@ohos.usbManager.d.ts717 currentPowerRole: number; property
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_stub.cpp311 …WRITE_PARCEL_WITH_RET(reply, Int32, port.usbPortStatus.currentPowerRole, UEC_SERVICE_WRITE_PARCEL_… in WriteUsbPort()
Dusb_srv_proxy.cpp500 status.currentPowerRole = reply.ReadInt32(); in ParseUsbPort()
/base/usb/usb_manager/interfaces/kits/js/napi/src/
Dusb_info.cpp725 …NapiUtil::SetValueInt32(env, "currentPowerRole", ports[i].usbPortStatus.currentPowerRole, usbPortS… in CoreGetPorts()