Home
last modified time | relevance | path

Searched refs:strSet (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp139 string DfxUtils::JoinStrings(const unordered_set<string>& strSet, char delimiter) in JoinStrings() argument
142 for (auto it = strSet.begin(); it != strSet.end(); ++it) { in JoinStrings()
143 if (it != strSet.begin()) { in JoinStrings()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp60 std::string GetStr(const std::unordered_set<std::string>& strSet) in GetStr() argument
62 if (strSet.empty()) { in GetStr()
66 for (const auto& str : strSet) { in GetStr()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_utils.h31 static std::string JoinStrings(const std::unordered_set<std::string>& strSet, char delimiter);