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
117 "OHOS::HiviewDFX::Event::GetKeyValuePairs()";118 "OHOS::HiviewDFX::Event::GetKeyValuePairs() const";
115 std::map<std::string, std::string> kvGet = event.GetKeyValuePairs();
167 std::map<std::string, std::string> GetKeyValuePairs() const;
498 info.sectionMap = sysEvent->GetKeyValuePairs(); in OnEvent()