Home
last modified time | relevance | path

Searched defs:removeData (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/
H A Dutils_test.cpp79 std::vector<std::string> removeData; variable
131 std::vector<std::map<std::string, std::string>> removeData = { variable
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/
H A Dfunc_code_utils.cpp96 void ArrayPolicyUtils::RemovePolicy(std::vector<std::string> &removeData, std::vector<std::string> … in RemovePolicy()
108 void ArrayPolicyUtils::RemovePolicy(std::vector<std::map<std::string, std::string>> &removeData, in RemovePolicy()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dmanage_auto_start_apps_plugin_test.cpp149 … std::vector<std::string> removeData = {RIGHT_TEST_BUNDLE, ERROR_TEST_BUNDLE, INVALID_TEST_BUNDLE}; variable
H A Diptables_rule_plugin_test.cpp55 MessageParcel removeData; in ResetIptablesRule() local