Home
last modified time | relevance | path

Searched refs:currentFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp234 void UsbDeviceManager::BroadcastFuncChange(bool connected, int32_t currentFunc) in BroadcastFuncChange() argument
236 …I(MODULE_USB_SERVICE, "Current Connect %{public}d,bconnected: %{public}d", connected, currentFunc); in BroadcastFuncChange()
241 uint32_t remainderFunc = static_cast<uint32_t>(currentFunc); in BroadcastFuncChange()
256 "currentFunctions:%{public}d", connected, currentFunc); in BroadcastFuncChange()
258 ReportDevicePlugSysEvent(currentFunc, connected); in BroadcastFuncChange()
261 void UsbDeviceManager::ProcessFuncChange(bool connected, int32_t currentFunc) in ProcessFuncChange() argument
263 BroadcastFuncChange(connected, currentFunc); in ProcessFuncChange()
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_device_manager.h58 void ProcessFuncChange(bool connected, int32_t currentFunc);
59 void BroadcastFuncChange(bool connected, int32_t currentFunc);