Searched refs:beforeDevices (Results 1 – 2 of 2) sorted by relevance
55 std::vector<USB::UsbDeviceType> beforeDevices; in OnHandlePolicy() local56 serializer_->Deserialize(beforeHandle, beforeDevices); in OnHandlePolicy()62 if (!CombinePolicyDataAndBeforeData(type, policyDevices, beforeDevices, mergeData)) { in OnHandlePolicy()68 if (disallowedUsbDeviceTypes.empty() && !beforeDevices.empty()) { in OnHandlePolicy()109 std::vector<USB::UsbDeviceType> policyDevices, std::vector<USB::UsbDeviceType> beforeDevices, in CombinePolicyDataAndBeforeData() argument114 mergeDevices = serializer_->SetUnionPolicyData(policyDevices, beforeDevices); in CombinePolicyDataAndBeforeData()116 mergeDevices = serializer_->SetDifferencePolicyData(policyDevices, beforeDevices); in CombinePolicyDataAndBeforeData()
38 … std::vector<USB::UsbDeviceType> beforeDevices, std::vector<USB::UsbDeviceType> &mergeDevices);