Searched refs:GetKeyValuePairs (Results 1 – 4 of 4) sorted by relevance
71 std::map<std::string, std::string> Event::GetKeyValuePairs() const in GetKeyValuePairs() function in OHOS::HiviewDFX::Event
131 "OHOS::HiviewDFX::Event::GetKeyValuePairs()";132 "OHOS::HiviewDFX::Event::GetKeyValuePairs() const";
166 std::map<std::string, std::string> GetKeyValuePairs() const;
364 info.sectionMap = sysEvent->GetKeyValuePairs(); in OnEvent()