Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_service.h190 int32_t ManageInterfaceTypeImpl(InterfaceType interfaceType, bool disable);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1327 ManageInterfaceTypeImpl(interfaceTypeValues, disable); in ExecuteManageDeviceType()
1330 ManageInterfaceTypeImpl(interfaceTypeValues, !disable); in ExecuteManageDeviceType()
2004 int32_t UsbService::ManageInterfaceTypeImpl(InterfaceType interfaceType, bool disable) in ManageInterfaceTypeImpl() function in OHOS::USB::UsbService