Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_json_decorator.cpp49 const std::string VALID_LEVELS[] = { "CRITICAL", "MINOR" }; variable
105 if (std::any_of(std::begin(VALID_LEVELS), std::end(VALID_LEVELS), [&levelDes] (auto& level) { in HiSysEventJsonDecorator()