Home
last modified time | relevance | path

Searched refs:str_vec (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/
H A Dmodule_test_dump_util.h27 using str_vec = std::vector<std::string>;
46 size_t GetAll(const string& args, const str_vec& dumpInfo, str_vec& results);
56 str_iter GetFirst(const string& args, const str_vec& dumpInfo, const str_iter& begin, string& result);
66 str_iter GetSpecific(const string& matchStr, const str_vec& dumpInfo, const str_iter& begin);
70 * @param {str_vec} strVec_1 : the first vector of string
71 * @param {str_vec} strVec_2 : the second vector of string
75 bool CompStrVec(const str_vec& strVec_1, const str_vec& strVec_2);
82 * @param {str_vec} dumpInf
[all...]
H A Dmodule_test_dump_util.cpp64 bool MTDumpUtil::CompStrVec(const str_vec& strVec_1, const str_vec& strVec_2) in CompStrVec()
77 str_iter MTDumpUtil::GetSpecific(const string& matchStr, const str_vec& dumpInfo, const str_iter& begin) in GetSpecific()
79 auto checkCondition = [&matchStr](const str_vec::value_type& value) -> bool { in GetSpecific()
100 size_t MTDumpUtil::GetAll(const string& args, const str_vec& dumpInfo, str_vec& results) in GetAll()
116 str_iter MTDumpUtil::GetFirst(const string& args, const str_vec& dumpInfo, const str_iter& begin, string& result) in GetFirst()
135 string MTDumpUtil::GetBy(const string& key, const string& value, const string& args, const str_vec& dumpInfo) in GetBy()
137 str_vec items; in GetBy()
146 size_t MTDumpUtil::GetBindingsByUri(const string& uri, const str_vec
[all...]

Completed in 2 milliseconds