Searched refs:headers (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/install/ |
D | fuse_sdcard_install.cpp | 88 std::vector<std::string> headers{ "Choose a package to install:", path }; in BrowseDirectory() local 93 headers, entries, chosen_item, true, in BrowseDirectory()
|
/bootable/recovery/ |
D | recovery.cpp | 167 std::vector<std::string> headers{ question1, question2 }; in yes_no() local 171 headers, items, 0, true, in yes_no() 177 std::vector<std::string> headers{ "Wipe all user data?", " THIS CAN NOT BE UNDONE!" }; in ask_to_wipe_data() local 181 headers, items, in ask_to_wipe_data() 415 std::vector<std::string> headers{ "Select file to view" }; in choose_recovery_file() local 420 headers, entries, chosen_item, true, in choose_recovery_file()
|
/bootable/recovery/updater_sample/ |
D | README.md | 105 ## Sending HTTP headers from UpdateEngine 107 Sometimes OTA package server might require some HTTP headers to be present, 109 streaming update, `UpdateEngine` allows passing on certain HTTP headers; 110 as of writing this sample app, these headers are `Authorization` and `User-Agent`. 113 which HTTP headers are supported. 216 - [x] Add demo for passing HTTP headers to `UpdateEngine#applyPayload`
|
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | ui.h | 161 virtual size_t ShowMenu(const std::vector<std::string>& headers,
|
D | screen_ui.h | 109 const std::vector<std::string>& headers, const std::vector<std::string>& items, 225 size_t ShowMenu(const std::vector<std::string>& headers, const std::vector<std::string>& items,
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 65 const std::vector<std::string>& headers, const std::vector<std::string>& items, in TextMenu() argument 71 text_headers_(headers), in TextMenu() 1247 size_t ScreenRecoveryUI::ShowMenu(const std::vector<std::string>& headers, in ShowMenu() argument 1251 auto menu = CreateMenu(headers, items, initial_selection); in ShowMenu() 1256 return ShowMenu(CreateMenu(headers, items, initial_selection), menu_only, key_handler); in ShowMenu()
|
/bootable/recovery/fonts/ |
D | OFL.txt | 59 included either as stand-alone text files, human-readable headers or
|