/bootable/recovery/tests/unit/ |
D | screen_ui_test.cpp | 311 FRIEND_TEST(DISABLED_ScreenRecoveryUITest, Init); 375 TEST_F(DISABLED_ScreenRecoveryUITest, Init) { in TEST_F() argument 378 ASSERT_TRUE(ui_->Init(kTestLocale)); in TEST_F() 393 ASSERT_TRUE(ui_->Init(kTestLocale)); in TEST_F() 407 ASSERT_TRUE(ui_->Init(kTestRtlLocale)); in TEST_F() 414 ASSERT_TRUE(ui_->Init(kTestRtlLocaleWithSuffix)); in TEST_F() 421 ASSERT_TRUE(ui_->Init(kTestLocale)); in TEST_F() 449 ASSERT_TRUE(ui_->Init(kTestLocale)); in TEST_F() 462 ASSERT_TRUE(ui_->Init(kTestLocale)); in TEST_F() 473 ASSERT_TRUE(ui_->Init(kTestLocale)); in TEST_F() [all …]
|
D | updater_test.cpp | 179 ASSERT_TRUE(updater_.Init(temp_pipe.release(), zip_file.path, false)); in RunBlockImageUpdate()
|
/bootable/recovery/minui/ |
D | graphics.h | 25 virtual GRSurface* Init() = 0;
|
D | graphics_fbdev.h | 56 GRSurface* Init() override;
|
D | graphics_drm.h | 59 GRSurface* Init() override;
|
D | graphics_fbdev.cpp | 58 GRSurface* MinuiBackendFbdev::Init() { in Init() function in MinuiBackendFbdev
|
D | graphics.cpp | 365 gr_draw = backend->Init(); in gr_init() 369 gr_draw = backend->Init(); in gr_init()
|
D | graphics_drm.cpp | 285 GRSurface* MinuiBackendDrm::Init() { in Init() function in MinuiBackendDrm
|
/bootable/recovery/updater/ |
D | updater_main.cpp | 107 if (!updater.Init(fd, package_name, is_retry)) { in main()
|
D | update_simulator_main.cpp | 156 if (!updater.Init(cmd_pipe.release(), package_name, false)) { in main()
|
D | updater.cpp | 35 bool Updater::Init(int fd, const std::string_view package_filename, bool is_retry) { in Init() function in Updater
|
/bootable/recovery/updater/include/updater/ |
D | updater.h | 42 bool Init(int fd, const std::string_view package_filename, bool is_retry);
|
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | ui.h | 67 virtual bool Init(const std::string& locale);
|
D | screen_ui.h | 200 bool Init(const std::string& locale) override;
|
/bootable/recovery/tests/unit/host/ |
D | update_simulator_test.cpp | 99 ASSERT_TRUE(updater.Init(cmd_pipe.release(), ota_package, false)); in RunSimulation()
|
/bootable/recovery/recovery_ui/ |
D | ui.cpp | 155 bool RecoveryUI::Init(const std::string& /* locale */) { in Init() function in RecoveryUI
|
D | screen_ui.cpp | 903 bool ScreenRecoveryUI::Init(const std::string& locale) { in Init() function in ScreenRecoveryUI 904 RecoveryUI::Init(locale); in Init()
|
/bootable/recovery/ |
D | recovery_main.cpp | 429 if (!device->GetUI()->Init(locale)) { in main()
|