Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h186 void ExecuteManageDeviceType(const std::vector<UsbDeviceType> &disableType, bool disable,
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1282 ExecuteManageDeviceType(disableType, disable, g_typeMap, false); in ExecuteManageInterfaceType()
1284 ExecuteManageDeviceType(disableType, disable, d_typeMap, true); in ExecuteManageInterfaceType()
1297 void UsbService::ExecuteManageDeviceType(const std::vector<UsbDeviceType> &disableType, bool disabl… in ExecuteManageDeviceType() function in OHOS::USB::UsbService