Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/core/include/
Devent_json_parser.h63 bool CheckBaseInfoValidity(const BaseInfo& baseInfo, std::shared_ptr<SysEvent> event) const;
/base/hiviewdfx/hiview/core/
Devent_json_parser.cpp165 if (!CheckBaseInfoValidity(baseInfo, event)) { in HandleEventJson()
203 bool EventJsonParser::CheckBaseInfoValidity(const BaseInfo& baseInfo, std::shared_ptr<SysEvent> eve… in CheckBaseInfoValidity() function in OHOS::HiviewDFX::EventJsonParser