Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp234 std::string strictValue = reinterpret_cast<char*>(strict); in ParseActionNode() local
235 ai.strict = (TrimStr(strictValue) == TRUE_STR); in ParseActionNode()