Home
last modified time | relevance | path

Searched refs:TRUE_STR (Results 1 - 2 of 2) sorted by relevance

/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp26 const std::string TRUE_STR = "1"; member
179 if (TrimStr(descValue) == TRUE_STR) { in ParseLevelNode()
237 ai.strict = (TrimStr(strictValue) == TRUE_STR); in ParseActionNode()
243 ai.enableEvent = (TrimStr(eventValue) == TRUE_STR); in ParseActionNode()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp29 const std::string TRUE_STR = "1"; member
219 if (TrimStr(reinterpret_cast<char*>(desc)) == TRUE_STR) { in ParseLevelNode()
549 ai.strict = (TrimStr(reinterpret_cast<char*>(strict)) == TRUE_STR); in ParseActionInfo()
554 ai.enableEvent = (TrimStr(reinterpret_cast<char*>(event)) == TRUE_STR); in ParseActionInfo()

Completed in 3 milliseconds