Searched refs:PowerTest (Results 1 – 2 of 2) sorted by relevance
79 class PowerTest final { class81 PowerTest();107 PowerTest::PowerTest() : dm_(DeviceMapper::Instance()) {} in PowerTest() function in android::snapshot::PowerTest109 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 …]
531 class PowerTest(unittest.TestCase): class