Home
last modified time | relevance | path

Searched refs:strMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H A Dparse_util_test.cpp987 strMap[EVENT_TYPE] = "test";
991 for (auto it = strMap.begin(); it != strMap.end(); it++) {
1011 for (auto it = strMap.begin(); it != strMap.end(); it++) {
1031 for (auto it = strMap.begin(); it != strMap.end(); it++) {
1051 for (auto it = strMap.begin(); it != strMap.end(); it++) {
1070 for (auto it = strMap.begin(); it != strMap.end(); it++) {
1089 for (auto it = strMap.begin(); it != strMap.end(); it++) {
1108 for (auto it = strMap.begin(); it != strMap.end(); it++) {
1129 for (auto it = strMap.begin(); it != strMap.end(); it++) {
1149 for (auto it = strMap.begin(); it != strMap.end(); it++) {
[all …]
/ohos5.0/foundation/communication/wifi/wifi/base/utils/
H A Dxml_parser.cpp157 std::map<std::string, std::string> strMap{}; in GetStringMapValue() local
159 return strMap; in GetStringMapValue()
169 strMap[name] = value; in GetStringMapValue()
174 return strMap; in GetStringMapValue()