Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/frameworks/native/include/
Djson_flatten_parser.h24 using KV = std::pair<std::string, std::string>; variable
25 using PrintKvHandler = std::function<std::string(KV&)>;
52 std::vector<KV> kvList;
/base/hiviewdfx/hisysevent/frameworks/native/
Dhisysevent_json_decorator.cpp212 return parser.Print([this, &marks] (KV& kv) -> std::string { in HiSysEventJsonDecorator()