Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/core/include/
Devent_json_parser.h65 bool CheckTypeValidity(const BaseInfo& baseInfo, std::shared_ptr<SysEvent> event) const;
/base/hiviewdfx/hiview/core/
Devent_json_parser.cpp205 if (!CheckTypeValidity(baseInfo, event)) { in CheckBaseInfoValidity()
225 bool EventJsonParser::CheckTypeValidity(const BaseInfo& baseInfo, std::shared_ptr<SysEvent> event) … in CheckTypeValidity() function in OHOS::HiviewDFX::EventJsonParser