Searched refs:GetKeyValuePairs (Results 1 – 5 of 5) sorted by relevance
71 std::map<std::string, std::string> Event::GetKeyValuePairs() const in GetKeyValuePairs() function in OHOS::HiviewDFX::Event
107 "OHOS::HiviewDFX::Event::GetKeyValuePairs()";108 "OHOS::HiviewDFX::Event::GetKeyValuePairs() const";
115 std::map<std::string, std::string> kvGet = event.GetKeyValuePairs();
168 std::map<std::string, std::string> GetKeyValuePairs() const;
368 info.sectionMap = sysEvent->GetKeyValuePairs(); in OnEvent()