Home
last modified time | relevance | path

Searched defs:message (Results 1 – 11 of 11) sorted by relevance

/bootable/recovery/update_verifier/
Dcare_map_generator.py62 def ParseProtoMessage(message, fingerprint_enabled): argument
/bootable/recovery/install/
Dadb_install.cpp63 static MinadbdCommand ParseMinadbdCommand(const std::string& message) { in ParseMinadbdCommand()
80 char message[kMinadbdMessageSize]; in WriteStatusToFd() local
164 std::string message(buffer, buffer + kMinadbdMessageSize); in HandleMessageFromMinadbd() local
/bootable/recovery/tests/unit/
Duncrypt_test.cpp80 void SetupOrClearBcb(bool isSetup, const std::string& message, in SetupOrClearBcb()
185 std::string message = "--update_message=abc value"; in TEST_F() local
Dscreen_ui_test.cpp79 std::string message; in TEST_F() local
94 std::string message; in TEST_F() local
109 std::string message; in TEST_F() local
124 std::string message; in TEST_F() local
/bootable/recovery/updater/
Dupdater_main.cpp44 const char* message) { in UpdaterLogger()
Dupdater.cpp98 void Updater::WriteToCommandPipe(const std::string_view message, bool flush) const { in WriteToCommandPipe() argument
/bootable/recovery/minadbd/
Dminadbd_services.cpp69 char message[kMinadbdMessageSize]; in WriteCommandToFd() local
89 std::string message(buffer, buffer + kMinadbdMessageSize); in WaitForCommandStatus() local
/bootable/recovery/bootloader_message/
Dbootloader_message.cpp297 bool ReadMiscVirtualAbMessage(misc_virtual_ab_message* message, std::string* err) { in ReadMiscVirtualAbMessage()
302 bool WriteMiscVirtualAbMessage(const misc_virtual_ab_message& message, std::string* err) { in WriteMiscVirtualAbMessage()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
DPrepareUpdateService.java304 PreparationFailedException(String message) { in PreparationFailedException()
/bootable/recovery/tools/image_generator/
DImageGenerator.java160 public LocalizedStringNotFoundException(String message) { in LocalizedStringNotFoundException()
164 public LocalizedStringNotFoundException(String message, Throwable cause) { in LocalizedStringNotFoundException()
/bootable/recovery/
Drecovery_main.cpp78 const char* message) { in UiLogger()