Home
last modified time | relevance | path

Searched refs:WriteToCommandPipe (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/edify/include/edify/
Dupdater_interface.h34 virtual void WriteToCommandPipe(const std::string_view message, bool flush = false) const = 0;
/bootable/recovery/updater/include/updater/
Dupdater.h49 void WriteToCommandPipe(const std::string_view message, bool flush = false) const override;
/bootable/recovery/updater/
Dinstall.cpp502 state->updater->WriteToCommandPipe(android::base::StringPrintf("progress %f %d", frac, sec)); in ShowProgressFn()
525 state->updater->WriteToCommandPipe(android::base::StringPrintf("set_progress %f", frac)); in SetProgressFn()
628 state->updater->WriteToCommandPipe("wipe_cache"); in WipeCacheFn()
832 state->updater->WriteToCommandPipe("enable_reboot"); in EnableRebootFn()
Dupdater.cpp98 void Updater::WriteToCommandPipe(const std::string_view message, bool flush) const { in WriteToCommandPipe() function in Updater
Dblockimg.cpp1895 updater->WriteToCommandPipe( in PerformBlockImageUpdate()
1925 updater->WriteToCommandPipe( in PerformBlockImageUpdate()
1928 updater->WriteToCommandPipe( in PerformBlockImageUpdate()