Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h175 int32_t ExecuteManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool disable);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1269 int32_t UsbService::ExecuteManageInterfaceType(const std::vector<UsbDeviceType> &disableType, bool … in ExecuteManageInterfaceType() function in OHOS::USB::UsbService
1402 ret = ExecuteManageInterfaceType(disableType, true); in ExecuteStrategy()
1408 ret = ExecuteManageInterfaceType(disableType, true); in ExecuteStrategy()
1929 return ExecuteManageInterfaceType(disableType, disable); in ManageInterfaceType()