Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_mgr_policy_test.cpp54 int32_t value = ConvertInt(ret);
75 int32_t value = ConvertInt(ret);
96 int32_t value = ConvertInt(ret);
117 int32_t value = ConvertInt(ret);
138 int32_t value = ConvertInt(ret);
144 value = ConvertInt(ret);
165 int32_t value = ConvertInt(ret);
171 value = ConvertInt(ret);
192 int32_t value = ConvertInt(ret);
198 value = ConvertInt(ret);
[all …]
Dthermal_utils_test.cpp56 EXPECT_EQ(1, FileOperation::ConvertInt(dir));
/base/powermgr/thermal_manager/test/systemtest/src/
Dthermal_mgr_system_test.cpp121 int32_t ThermalMgrSystemTest::ConvertInt(const std::string& value) in ConvertInt() function in ThermalMgrSystemTest
225 int32_t value = ThermalMgrSystemTest::ConvertInt(level);
264 int32_t value = ThermalMgrSystemTest::ConvertInt(level);
303 int32_t value = ThermalMgrSystemTest::ConvertInt(level);
342 int32_t value = ThermalMgrSystemTest::ConvertInt(level);
380 value = ThermalMgrSystemTest::ConvertInt(level);
400 value = ThermalMgrSystemTest::ConvertInt(level);
438 value = ThermalMgrSystemTest::ConvertInt(level);
458 value = ThermalMgrSystemTest::ConvertInt(level);
496 value = ThermalMgrSystemTest::ConvertInt(level);
[all …]
/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.h57 static int32_t ConvertInt(const std::string &value);
/base/powermgr/thermal_manager/test/common/include/
Dthermal_test.h52 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
/base/powermgr/thermal_manager/test/common/src/
Dthermal_test.cpp72 int32_t ThermalTest::ConvertInt(const std::string& value) in ConvertInt() function in OHOS::PowerMgr::ThermalTest