Searched refs:WriteToCommandPipe (Results 1 – 5 of 5) sorted by relevance
34 virtual void WriteToCommandPipe(const std::string_view message, bool flush = false) const = 0;
49 void WriteToCommandPipe(const std::string_view message, bool flush = false) const override;
502 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()
98 void Updater::WriteToCommandPipe(const std::string_view message, bool flush) const { in WriteToCommandPipe() function in Updater
1895 updater->WriteToCommandPipe( in PerformBlockImageUpdate()1925 updater->WriteToCommandPipe( in PerformBlockImageUpdate()1928 updater->WriteToCommandPipe( in PerformBlockImageUpdate()