Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mgr_policy_test.cpp190 value = ConvertInt(GetNodeValue(CONFIG_LEVEL_PATH));
218 value = ConvertInt(GetNodeValue(CONFIG_LEVEL_PATH));
246 value = ConvertInt(GetNodeValue(CONFIG_LEVEL_PATH));
274 value = ConvertInt(GetNodeValue(CONFIG_LEVEL_PATH));
386 value = ConvertInt(GetNodeValue(CONFIG_LEVEL_PATH));
414 value = ConvertInt(GetNodeValue(CONFIG_LEVEL_PATH));
442 value = ConvertInt(GetNodeValue(CONFIG_LEVEL_PATH));
950 value = ConvertInt(GetNodeValue(SHUTDOWN_PATH));
1042 int32_t value = ConvertInt(ret);
1242 int32_t value = ConvertInt(ret);
[all …]
H A Dthermal_utils_test.cpp56 EXPECT_EQ(1, FileOperation::ConvertInt(dir));
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_system_test.cpp380 value = ThermalMgrSystemTest::ConvertInt(level);
400 value = ThermalMgrSystemTest::ConvertInt(level);
438 value = ThermalMgrSystemTest::ConvertInt(level);
458 value = ThermalMgrSystemTest::ConvertInt(level);
496 value = ThermalMgrSystemTest::ConvertInt(level);
517 value = ThermalMgrSystemTest::ConvertInt(level);
554 value = ThermalMgrSystemTest::ConvertInt(level);
574 value = ThermalMgrSystemTest::ConvertInt(level);
771 value = ThermalMgrSystemTest::ConvertInt(level);
791 value = ThermalMgrSystemTest::ConvertInt(level);
[all …]
H A Dthermal_mgr_interface_test.cpp763 int32_t value = ConvertInt(GetNodeValue(CONFIG_LEVEL_PATH));
/ohos5.0/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_hdi_test.cpp87 static int32_t ConvertInt(const std::string &value);
130 int32_t HdfThermalHdiTest::ConvertInt(const std::string &value) in ConvertInt() function in __anon62bd63e60110::HdfThermalHdiTest
173 int32_t value = HdfThermalHdiTest::ConvertInt(freq);
205 int32_t value = HdfThermalHdiTest::ConvertInt(freq);
237 int32_t value = HdfThermalHdiTest::ConvertInt(current);
302 int32_t value = HdfThermalHdiTest::ConvertInt(isolateNumStr);
/ohos5.0/base/powermgr/thermal_manager/utils/native/include/
H A Dfile_operation.h30 static int32_t ConvertInt(const std::string &value);
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/include/
H A Dthermal_mgr_system_test.h57 static int32_t ConvertInt(const std::string &value);
/ohos5.0/base/powermgr/thermal_manager/test/common/include/
H A Dthermal_test.h52 static int32_t ConvertInt(const std::string& value);
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_zone_manager.h71 int32_t ConvertInt(const std::string &value) in ConvertInt() function
/ohos5.0/base/powermgr/thermal_manager/utils/native/src/
H A Dfile_operation.cpp108 int32_t FileOperation::ConvertInt(const std::string &value) in ConvertInt() function in OHOS::PowerMgr::FileOperation
/ohos5.0/base/powermgr/thermal_manager/test/common/src/
H A Dthermal_test.cpp63 int32_t ThermalTest::ConvertInt(const std::string& value) in ConvertInt() function in OHOS::PowerMgr::ThermalTest