Searched refs:eventJsonDecorator (Results 1 – 4 of 4) sorted by relevance
35 if (checkValidEvent && eventJsonDecorator != nullptr) { in OnEvent()36 std::cout << eventJsonDecorator->DecorateEventJsonStr(*sysEvent) << std::endl; in OnEvent()
38 if (this->checkValidEvent && this->eventJsonDecorator != nullptr) { in OnQuery()39 … std::cout << this->eventJsonDecorator->DecorateEventJsonStr(sysEventRecord) << std::endl; in OnQuery()
29 …: checkValidEvent(checkValidEvent), eventJsonDecorator(std::make_shared<HiSysEventJsonDecorator>()… in HiSysEventToolListener()38 std::shared_ptr<HiSysEventJsonDecorator> eventJsonDecorator; variable
31 eventJsonDecorator(std::make_shared<HiSysEventJsonDecorator>()) {}39 std::shared_ptr<HiSysEventJsonDecorator> eventJsonDecorator; variable