Searched refs:Reboot (Results 1 – 25 of 36) sorted by relevance
12
/system/extras/mtectrl/ |
D | mtectrl_test.cc | 53 void Reboot() { in Reboot() function 125 Reboot(); in TEST_F() 150 Reboot(); in TEST_F() 153 Reboot(); in TEST_F() 161 Reboot(); in TEST_F() 164 Reboot(); in TEST_F() 172 Reboot(); in TEST_F() 175 Reboot(); in TEST_F() 178 Reboot(); in TEST_F() 186 Reboot(); in TEST_F() [all …]
|
/system/core/fastboot/ |
D | fastboot_driver_mock.h | 28 MOCK_METHOD(RetCode, Reboot, (std::string*, std::vector<std::string>*), (override));
|
D | fastboot_driver_interface.h | 41 RetCode virtual Reboot(std::string* response = nullptr,
|
D | task.cpp | 98 fp_->fb->Reboot(); in Run()
|
D | fastboot_driver.h | 93 RetCode Reboot(std::string* response = nullptr,
|
D | task_test.cpp | 179 EXPECT_CALL(fb, Reboot(_, _)).Times(1); in TEST_F()
|
D | README.md | 159 reboot Reboot the device. 162 Reboot back into the bootloader. 181 reboot %s Reboot to either bootloader or fastbootd
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | fastbootd.te | 6 # Reboot the device
|
D | recovery.te | 6 # Reboot the device
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | fastbootd.te | 6 # Reboot the device
|
D | recovery.te | 6 # Reboot the device
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | fastbootd.te | 6 # Reboot the device
|
D | recovery.te | 6 # Reboot the device
|
/system/sepolicy/prebuilts/api/202404/private/ |
D | recovery.te | 6 # Reboot the device
|
D | fastbootd.te | 6 # Reboot the device
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | recovery.te | 6 # Reboot the device
|
D | fastbootd.te | 6 # Reboot the device
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | fastbootd.te | 26 # Reboot the device
|
D | recovery.te | 111 # Reboot the device
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | fastbootd.te | 26 # Reboot the device
|
D | recovery.te | 111 # Reboot the device
|
/system/apex/apexd/ |
D | apexd_utils.h | 157 inline void Reboot() { in Reboot() function
|
/system/sepolicy/private/ |
D | fastbootd.te | 6 # Reboot the device
|
D | recovery.te | 6 # Reboot the device
|
/system/extras/simpleperf/doc/ |
D | android_platform_profiling.md | 94 Step 3. Reboot the device. When booting, init finds that the kernel command line flag is set,
|
12