Searched refs:strMap (Results 1 - 2 of 2) sorted by relevance
/foundation/systemabilitymgr/samgr/services/common/test/unittest/ |
H A D | parse_util_test.cpp | 997 std::unordered_map<std::string, std::string> strMap; in HWTEST_F() local 998 strMap[EVENT_TYPE] = "test"; in HWTEST_F() 999 strMap[EVENT_NAME] = "test"; in HWTEST_F() 1000 strMap[EVENT_VALUE] = "test"; in HWTEST_F() 1002 for (auto it = strMap.begin(); it != strMap.end(); it++) { in HWTEST_F() 1018 std::unordered_map<std::string, std::string> strMap; in HWTEST_F() local 1019 strMap[EVENT_NAME] = "test"; in HWTEST_F() 1020 strMap[EVENT_VALUE] = "test"; in HWTEST_F() 1022 for (auto it = strMap in HWTEST_F() 1038 std::unordered_map<std::string, std::string> strMap; HWTEST_F() local 1058 std::unordered_map<std::string, std::string> strMap; HWTEST_F() local 1078 std::unordered_map<std::string, std::string> strMap; HWTEST_F() local 1097 std::unordered_map<std::string, std::string> strMap; HWTEST_F() local 1116 std::unordered_map<std::string, std::string> strMap; HWTEST_F() local 1135 std::unordered_map<std::string, int> strMap; HWTEST_F() local 1156 std::unordered_map<std::string, int> strMap; HWTEST_F() local 1176 std::unordered_map<std::string, int> strMap; HWTEST_F() local [all...] |
/foundation/communication/wifi/wifi/base/utils/ |
H A D | xml_parser.cpp | 157 std::map<std::string, std::string> strMap{}; in GetStringMapValue() 159 return strMap; in GetStringMapValue() 169 strMap[name] = value; in GetStringMapValue() 174 return strMap; in GetStringMapValue()
|
Completed in 3 milliseconds