Searched refs:ThermalTest (Results 1 - 10 of 10) sorted by relevance
/base/powermgr/thermal_manager/test/common/src/ |
H A D | thermal_test.cpp | 36 int32_t ThermalTest::WriteFile(std::string path, std::string buf) in WriteFile() 52 int32_t ThermalTest::ReadFile(std::string path, std::string& buf) in ReadFile() 63 int32_t ThermalTest::ConvertInt(const std::string& value) in ConvertInt() 70 int32_t ThermalTest::InitNode() in InitNode() 94 bool ThermalTest::IsMock(const std::string& path) in IsMock() 122 bool ThermalTest::IsVendor() in IsVendor() 130 std::string ThermalTest::GetNodeValue(const std::string& path) in GetNodeValue() 133 int32_t ret = ThermalTest::ReadFile(path, value); in GetNodeValue() 138 int32_t ThermalTest::SetNodeValue(int32_t value, const std::string& path) in SetNodeValue() 141 int32_t ret = ThermalTest in SetNodeValue() [all...] |
/base/powermgr/thermal_manager/test/unittest/include/ |
H A D | thermal_mock_action_test.h | 25 class ThermalMockActionTest : public testing::Test, public ThermalTest {
|
H A D | thermal_level_event_test.h | 29 class ThermalLevelEventTest : public testing::Test, public ThermalTest {
|
H A D | thermal_mgr_policy_test.h | 26 class ThermalMgrPolicyTest : public testing::Test, public ThermalTest {
|
H A D | thermal_listener_test.h | 26 class ThermalListenerTest : public testing::Test, public ThermalTest {
|
H A D | thermal_action_report_test.h | 27 class ThermalActionReportTest : public testing::Test, public ThermalTest {
|
H A D | thermal_action_hub_test.h | 28 class ThermalActionHubTest : public testing::Test, public ThermalTest {
|
/base/powermgr/thermal_manager/test/systemtest/include/ |
H A D | thermal_level_event_system_test.h | 28 class ThermalLevelEventSystemTest : public testing::Test, public ThermalTest {
|
H A D | thermal_mgr_interface_test.h | 29 class ThermalMgrInterfaceTest : public testing::Test, public ThermalTest {
|
/base/powermgr/thermal_manager/test/common/include/ |
H A D | thermal_test.h | 49 class ThermalTest { class
|
Completed in 4 milliseconds