Home
last modified time | relevance | path

Searched refs:eventJsonDecorator (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool_listener.cpp35 if (checkValidEvent && eventJsonDecorator != nullptr) { in OnEvent()
36 std::cout << eventJsonDecorator->DecorateEventJsonStr(*sysEvent) << std::endl; in OnEvent()
H A Dhisysevent_tool_query.cpp38 if (this->checkValidEvent && this->eventJsonDecorator != nullptr) { in OnQuery()
39 … std::cout << this->eventJsonDecorator->DecorateEventJsonStr(sysEventRecord) << std::endl; in OnQuery()
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/include/
H A Dhisysevent_tool_listener.h29 …: checkValidEvent(checkValidEvent), eventJsonDecorator(std::make_shared<HiSysEventJsonDecorator>()… in HiSysEventToolListener()
38 std::shared_ptr<HiSysEventJsonDecorator> eventJsonDecorator; variable
H A Dhisysevent_tool_query.h31 eventJsonDecorator(std::make_shared<HiSysEventJsonDecorator>()) {}
39 std::shared_ptr<HiSysEventJsonDecorator> eventJsonDecorator; variable