Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/services/native/test/unittest/src/
Dthermal_mgr_policy_test.cpp100 int32_t ThermalMgrPolicyTest::ConvertInt(const std::string& value) in ConvertInt() function in ThermalMgrPolicyTest
194 int32_t value = ThermalMgrPolicyTest::ConvertInt(ret);
213 int32_t value = ThermalMgrPolicyTest::ConvertInt(ret);
232 int32_t value = ThermalMgrPolicyTest::ConvertInt(ret);
251 int32_t value = ThermalMgrPolicyTest::ConvertInt(ret);
270 int32_t value = ThermalMgrPolicyTest::ConvertInt(ret);
276 int32_t value = ThermalMgrPolicyTest::ConvertInt(ret);
295 int32_t value = ThermalMgrPolicyTest::ConvertInt(ret);
301 int32_t value = ThermalMgrPolicyTest::ConvertInt(ret);
320 int32_t value = ThermalMgrPolicyTest::ConvertInt(ret);
[all …]
Dthermal_utils_test.cpp56 EXPECT_EQ(1, FileOperation::ConvertInt(dir));
Dthermal_action_report_test.cpp116 int32_t ThermalActionReportTest::ConvertInt(const std::string& value) in ConvertInt() function in ThermalActionReportTest
188 int32_t value = ConvertInt(level); in GetThermalLevel()
/base/powermgr/thermal_manager/test/systemtest/src/
Dthermal_mgr_system_test.cpp169 int32_t ThermalMgrSystemTest::ConvertInt(const std::string &value) in ConvertInt() function in ThermalMgrSystemTest
220 int32_t value = ThermalMgrSystemTest::ConvertInt(level);
254 int32_t value = ThermalMgrSystemTest::ConvertInt(level);
288 int32_t value = ThermalMgrSystemTest::ConvertInt(level);
322 int32_t value = ThermalMgrSystemTest::ConvertInt(level);
355 int32_t value = ThermalMgrSystemTest::ConvertInt(level);
371 value = ThermalMgrSystemTest::ConvertInt(level);
405 int32_t value = ThermalMgrSystemTest::ConvertInt(level);
421 value = ThermalMgrSystemTest::ConvertInt(level);
455 int32_t value = ThermalMgrSystemTest::ConvertInt(level);
[all …]
Dthermal_mgr_interface_test.cpp93 int32_t ThermalMgrInterfaceTest::ConvertInt(const std::string& value) in ConvertInt() function in ThermalMgrInterfaceTest
/base/powermgr/thermal_manager/utils/native/include/
Dfile_operation.h30 static int32_t ConvertInt(const std::string &value);
/base/powermgr/thermal_manager/test/systemtest/include/
Dthermal_mgr_system_test.h54 static int32_t ConvertInt(const std::string &value);
Dthermal_mgr_interface_test.h50 static int32_t ConvertInt(const std::string& value);
/base/powermgr/thermal_manager/services/native/test/unittest/include/
Dthermal_mgr_policy_test.h54 static int32_t ConvertInt(const std::string& value);
Dthermal_action_report_test.h36 static int32_t ConvertInt(const std::string& value);
/base/powermgr/thermal_manager/utils/native/src/
Dfile_operation.cpp108 int32_t FileOperation::ConvertInt(const std::string &value) in ConvertInt() function in OHOS::PowerMgr::FileOperation