Home
last modified time | relevance | path

Searched refs:PowerTest (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dpower_test.cpp79 class PowerTest final { class
81 PowerTest();
107 PowerTest::PowerTest() : dm_(DeviceMapper::Instance()) {} in PowerTest() function in android::snapshot::PowerTest
109 bool PowerTest::Run([[maybe_unused]] int argc, [[maybe_unused]] char** argv) { in Run()
132 bool PowerTest::OpenImageManager() { in OpenImageManager()
152 bool PowerTest::Create(int argc, char** argv) { in Create()
227 bool PowerTest::Cleanup() { in Cleanup()
238 bool PowerTest::CleanupImage(const std::string& name) { in CleanupImage()
250 bool PowerTest::SetupImages(const std::string& first, borrowed_fd second_fd) { in SetupImages()
329 bool PowerTest::MapImages() { in MapImages()
[all …]
/system/core/adb/
Dtest_adb.py531 class PowerTest(unittest.TestCase): class