Home
last modified time | relevance | path

Searched defs:boot (Results 1 – 25 of 42) sorted by relevance

12

/aosp12/bootable/recovery/tests/unit/
H A Dbootloader_message_test.cpp34 bootloader_message boot = {}; in TEST() local
56 bootloader_message boot = {}; in TEST() local
81 bootloader_message boot = {}; in TEST() local
103 bootloader_message boot = {}; in TEST() local
H A Duncrypt_test.cpp131 bootloader_message boot; in SetupOrClearBcb() local
155 bootloader_message boot; in VerifyBootloaderMessage() local
175 bootloader_message boot; in TEST_F() local
/aosp12/hardware/ti/am57x/bootctrl/
H A Dbootloader_message.cpp132 bool read_bootloader_message_from(bootloader_message* boot, const std::string& misc_blk_device, in read_bootloader_message_from()
138 bool read_bootloader_message(bootloader_message* boot, std::string* err) { in read_bootloader_message()
152 bool write_bootloader_message_to(const bootloader_message& boot, const std::string& misc_blk_device, in write_bootloader_message_to()
158 bool write_bootloader_message(const bootloader_message& boot, std::string* err) { in write_bootloader_message()
173 bootloader_message boot = {}; in clear_bootloader_message() local
178 bootloader_message boot = {}; in write_bootloader_message() local
185 bootloader_message boot; in update_bootloader_message() local
194 bool update_bootloader_message_in_struct(bootloader_message* boot, in update_bootloader_message_in_struct()
213 bootloader_message boot; in write_reboot_bootloader() local
/aosp12/bootable/recovery/bootloader_message/
H A Dbootloader_message.cpp147 bool read_bootloader_message_from(bootloader_message* boot, const std::string& misc_blk_device, in read_bootloader_message_from()
153 bool read_bootloader_message(bootloader_message* boot, std::string* err) { in read_bootloader_message()
161 bool write_bootloader_message_to(const bootloader_message& boot, const std::string& misc_blk_device, in write_bootloader_message_to()
167 bool write_bootloader_message(const bootloader_message& boot, std::string* err) { in write_bootloader_message()
176 bootloader_message boot = {}; in clear_bootloader_message() local
181 bootloader_message boot = {}; in write_bootloader_message() local
189 bootloader_message boot = {}; in write_bootloader_message_to() local
196 bootloader_message boot; in update_bootloader_message() local
205 bool update_bootloader_message_in_struct(bootloader_message* boot, in update_bootloader_message_in_struct()
226 bootloader_message boot; in write_reboot_bootloader() local
/ohos5.0/base/update/updater/interfaces/kits/misc_info/
H A Dmisc_info.cpp24 bool WriteUpdaterMessage(const std::string &path, const UpdateMessage &boot) in WriteUpdaterMessage()
56 bool ReadUpdaterMessage(const std::string &path, UpdateMessage &boot) in ReadUpdaterMessage()
90 bool WriteUpdaterMiscMsg(const UpdateMessage &boot) in WriteUpdaterMiscMsg()
101 bool ReadUpdaterMiscMsg(UpdateMessage &boot) in ReadUpdaterMiscMsg()
/ohos5.0/base/update/updater/test/fuzztest/writeupdatermsg_fuzzer/
H A Dwriteupdatermsg_fuzzer.cpp30 UpdateMessage boot; in FuzzWriteUpdaterMsg() local
41 UpdaterPara boot; in FuzzWriteUpdaterPara() local
/ohos5.0/base/update/updater/utils/
H A Dwrite_updater.cpp35 static int ExceptionUpdater(int argc, char **argv, UpdateMessage &boot) in ExceptionUpdater()
77 struct UpdateMessage boot {}; in main() struct
/ohos5.0/base/startup/init/services/modules/reboot/
H A Dreboot_misc.c35 static int RBMiscWriteUpdaterMessage(const char *path, const struct RBMiscUpdateMessage *boot) in RBMiscWriteUpdaterMessage()
52 static int RBMiscReadUpdaterMessage(const char *path, struct RBMiscUpdateMessage *boot) in RBMiscReadUpdaterMessage()
84 int UpdateMiscMessage(const char *valueData, const char *cmd, const char *cmdExt, const char *boot) in UpdateMiscMessage()
/ohos5.0/base/update/updater/test/unittest/updater_main_test/
H A Dupdater_main_unittest.cpp72 UpdateMessage boot {}; variable
99 UpdateMessage boot {}; variable
127 UpdateMessage boot {}; variable
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DBootCompleteCacheTest.kt69 val boot = bootCompleteCache.addListener(bootCompleteListener) regex
76 val boot = bootCompleteCache.addListener(bootCompleteListener) regex
/ohos5.0/base/update/updater/services/
H A Dupdater_utils.cpp224 bool IsUpdater(const UpdateMessage &boot) in IsUpdater()
229 bool IsFlashd(const UpdateMessage &boot) in IsFlashd()
245 std::optional<BootMode> SelectMode(const UpdateMessage &boot) in SelectMode()
H A Dmain.cpp30 struct UpdateMessage boot {}; in main() struct
/aosp12/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp48 sp<BootAnimation> boot = new BootAnimation(audioplay::createAnimationCallbacks()); in main() local
/ohos5.0/base/update/updater/test/fuzztest/updatermain_fuzzer/
H A Dupdatermain_fuzzer.cpp41 UpdateMessage boot {}; in ParseParamsFuzzTest() local
70 UpdateMessage boot {}; in MianUpdaterFuzzTest() local
113 UpdateMessage boot {}; in SdCardUpdateFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_video_player.h51 VideoPlayerCallback(std::shared_ptr<BootVideoPlayer> boot) in VideoPlayerCallback()
/aosp12/art/test/936-search-onload/src/
H A DMain.java30 private static void doTest(boolean boot, String className) throws Exception { in doTest()
/ohos5.0/base/update/updater/test/unittest/service_test/
H A Dupdater_service_unittest.cpp114 UpdateMessage boot {}; variable
153 UpdateMessage boot {}; variable
181 UpdateMessage boot {}; variable
/aosp12/hardware/google/pixel/bootctrl/
H A DBootControlShared.cpp29 namespace boot { namespace
/aosp12/hardware/interfaces/boot/1.2/vts/functional/
H A DVtsHalBootV1_2TargetTest.cpp44 sp<IBootControl> boot; member in BootHidlTest
/aosp12/art/test/929-search/src/
H A DMain.java30 private static void doTest(boolean boot, String segment, String className) throws Exception { in doTest()
/ohos5.0/base/update/updater/test/unittest/misc_info_test/
H A Dmisc_info_unittest.cpp45 UpdateMessage boot {}; variable
/aosp12/hardware/interfaces/boot/1.1/vts/functional/
H A DVtsHalBootV1_1TargetTest.cpp49 sp<IBootControl> boot; member in BootHidlTest
/aosp12/bootable/recovery/
H A Drecovery_main.cpp95 bootloader_message boot = {}; in get_args() local
527 bootloader_message boot = {}; in main() local
/aosp12/hardware/interfaces/boot/1.1/default/
H A DBootControl.cpp26 namespace boot { namespace
/aosp12/hardware/interfaces/boot/1.2/default/
H A DBootControl.cpp26 namespace boot { namespace

12