Home
last modified time | relevance | path

Searched refs:currentFunctions (Results 1 - 2 of 2) sorted by relevance

/base/usb/usb_manager/services/native/include/
H A Dusb_device_manager.h52 void ReportFuncChangeSysEvent(int32_t currentFunctions, int32_t updateFunctions);
53 void ReportDevicePlugSysEvent(int32_t currentFunctions, bool connected);
/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp226 "currentFunctions:%{public}d", connected, currentFunc); in ProcessFuncChange()
333 void UsbDeviceManager::ReportFuncChangeSysEvent(int32_t currentFunctions, int32_t updateFunctions) in ReportFuncChangeSysEvent() argument
341 void UsbDeviceManager::ReportDevicePlugSysEvent(int32_t currentFunctions, bool connected) in ReportDevicePlugSysEvent() argument
346 currentFunctions, "CONNECTED", connected); in ReportDevicePlugSysEvent()

Completed in 1 milliseconds