Home
last modified time | relevance | path

Searched defs:keyWords (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/
H A Dfaultevent_listener.cpp24 void FaultEventListener::SetKeyWords(const std::vector<std::string>& keyWords) in SetKeyWords()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp667 std::vector<std::string> keyWords = { std::to_string(now) }; variable
769 std::vector<std::string> keyWords = { std::to_string(now) }; variable
1148 std::vector<std::string> keyWords = { std::to_string(now) }; variable
1174 std::vector<std::string> keyWords = { "BootScanUnittest" }; variable
1199 std::vector<std::string> keyWords = { std::to_string(now) }; variable
1242 std::vector<std::string> keyWords = { std::to_string(now) }; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp188 static const std::set<std::string> keyWords = {"left", "right", "top", "bottom", "center"}; in IsKeyWord() local
194 static const std::set<std::string> keyWords = {"left", "right", "center"}; in IsValidHorizontalKeyWord() local
200 static const std::set<std::string> keyWords = {"top", "bottom", "center"}; in IsValidVerticalKeyWord() local