Searched refs:policyDevices (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | disallowed_usb_devices_plugin.cpp | 57 std::vector<USB::UsbDeviceType> policyDevices; in OnHandlePolicy() local 58 if (!serializer_->GetPolicy(data, policyDevices)) { in OnHandlePolicy() 62 if (!CombinePolicyDataAndBeforeData(type, policyDevices, beforeDevices, mergeData)) { in OnHandlePolicy() 109 std::vector<USB::UsbDeviceType> policyDevices, std::vector<USB::UsbDeviceType> beforeDevices, in CombinePolicyDataAndBeforeData() argument 114 mergeDevices = serializer_->SetUnionPolicyData(policyDevices, beforeDevices); in CombinePolicyDataAndBeforeData() 116 mergeDevices = serializer_->SetDifferencePolicyData(policyDevices, beforeDevices); in CombinePolicyDataAndBeforeData()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/ |
H A D | disallowed_usb_devices_plugin.h | 37 …ePolicyDataAndBeforeData(const FuncOperateType type, std::vector<USB::UsbDeviceType> policyDevices,
|