Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_device_manager.h56 void ReportFuncChangeSysEvent(int32_t currentFunctions, int32_t updateFunctions);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp162 ReportFuncChangeSysEvent(currentFunctions_, func); in UpdateFunctions()
364 void UsbDeviceManager::ReportFuncChangeSysEvent(int32_t currentFunctions, int32_t updateFunctions) in ReportFuncChangeSysEvent() function in OHOS::USB::UsbDeviceManager