Searched defs:policyValues (Results 1 – 1 of 1) sorted by relevance
| /base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/ |
| D | policy_serializer_test.cpp | 66 vector<bool> policyValues { false, true, false, false, true }; variable 107 vector<string> policyValues { "v1", "v2", "v3" }; variable 150 vector<vector<string>> policyValues {{ "v1", "v2", "v3" }, variable 279 vector<vector<map<string, string>>> policyValues { variable 400 vector<map<string, string>> policyValues { value1, value2, value3 }; variable
|