Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/core/include/
Devent_json_parser.h64 bool CheckEventValidity(std::shared_ptr<SysEvent> event) const;
/base/hiviewdfx/hiview/core/
Devent_json_parser.cpp154 if (!CheckEventValidity(event)) { in HandleEventJson()
217 bool EventJsonParser::CheckEventValidity(std::shared_ptr<SysEvent> event) const in CheckEventValidity() function in OHOS::HiviewDFX::EventJsonParser