Searched refs:SetDisallowedUsbDevices (Results 1 – 5 of 5) sorted by relevance
29 static ErrCode SetDisallowedUsbDevices(std::vector<USB::UsbDeviceType> data);
66 ErrCode UsbPolicyUtils::SetDisallowedUsbDevices(std::vector<USB::UsbDeviceType> data) in SetDisallowedUsbDevices() function in OHOS::EDM::UsbPolicyUtils
74 ret = UsbPolicyUtils::SetDisallowedUsbDevices(disallowedUsbDeviceTypes); in OnHandlePolicy()
131 return UsbPolicyUtils::SetDisallowedUsbDevices(disallowedUsbDeviceTypes); in DealDisablePolicy()
608 ErrCode disallowedUsbRet = UsbPolicyUtils::SetDisallowedUsbDevices(disallowedDevices); in OnUsbServiceStart()