Searched refs:TestUtils (Results 1 – 6 of 6) sorted by relevance
/base/powermgr/battery_manager/services/native/test/unittest/src/ |
D | battery_service_test.cpp | 43 TestUtils::InitTest(); in SetUpTestCase() 51 TestUtils::ResetOnline(); in TearDownTestCase() 72 TestUtils::WriteMock("/data/local/tmp/battery/capacity", "50"); 94 TestUtils::WriteMock("/data/local/tmp/battery/status", "Charging"); 117 TestUtils::WriteMock("/data/local/tmp/battery/health", "Good"); 138 TestUtils::WriteMock("/data/local/tmp/battery/present", "0"); 159 TestUtils::WriteMock("/data/local/tmp/battery/voltage_avg", "4123456"); 160 TestUtils::WriteMock("/data/local/tmp/battery/voltage_now", "4123456"); 182 TestUtils::WriteMock("/data/local/tmp/battery/temp", "333"); 204 TestUtils::WriteMock("/data/local/tmp/ohos-fgu/technology", "Li"); [all …]
|
/base/powermgr/battery_manager/frameworks/native/test/unittest/src/ |
D | battery_client_test.cpp | 46 TestUtils::InitTest(); in SetUpTestCase() 54 TestUtils::ResetOnline(); in TearDownTestCase() 77 TestUtils::WriteMock("/data/local/tmp/battery/capacity", "22"); 101 TestUtils::WriteMock("/data/local/tmp/battery/status", "Not charging"); 126 TestUtils::WriteMock("/data/local/tmp/battery/health", "Cold"); 150 TestUtils::WriteMock("/data/local/tmp/battery/present", "0"); 174 TestUtils::WriteMock("/data/local/tmp/battery/voltage_avg", "4654321"); 175 TestUtils::WriteMock("/data/local/tmp/battery/voltage_now", "4654321"); 199 TestUtils::WriteMock("/data/local/tmp/battery/temp", "222"); 223 TestUtils::WriteMock("/data/local/tmp/ohos-fgu/technology", "H2"); [all …]
|
/base/powermgr/battery_manager/utils/native/src/ |
D | test_utils.cpp | 47 void TestUtils::WriteMock(const std::string& path, const std::string content) in WriteMock() 58 void TestUtils::InitTest() in InitTest() 66 void TestUtils::ResetOnline() in ResetOnline()
|
/base/powermgr/battery_manager/utils/native/include/ |
D | test_utils.h | 23 class TestUtils {
|
/base/update/packaging_tools/test/ |
D | test_inc.py | 22 class TestUtils(unittest.TestCase): class
|
D | test_utils.py | 37 class TestUtils(unittest.TestCase): class
|