Searched defs:trustList (Results 1 – 4 of 4) sorted by relevance
57 … std::vector<std::string> trustList = isExists ? trustMap[cmdStandBy] : std::vector<std::string>(); in PutTrustMap() local
328 …CommandParameterKey(const char strChar, std::string& strChars, std::vector<std::string>& trustList, in GetCommandParameterKey()353 std::vector<std::string> trustList = ParamsTrustList::GetInstance().GetTrustList(args[1]); in Convert2Params() local
63 List<String> trustList = ParamsTrustlist.getTrustList(method); in convert2Params() local
398 std::vector<std::string> trustList = params_trust_list.GetTrustList(argv[1]); variable