Home
last modified time | relevance | path

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

/bootable/deprecated-ota/edify/include/edify/
Dupdater_interface.h37 virtual void UiPrint(const std::string_view message) const = 0;
/bootable/deprecated-ota/updater/include/updater/
Dupdater.h52 void UiPrint(const std::string_view message) const override;
/bootable/deprecated-ota/updater/
Dupdater.cpp105 void Updater::UiPrint(const std::string_view message) const { in UiPrint() function in Updater
Dinstall.cpp92 state->updater->UiPrint(buffer); in UIPrintFn()
324 updater->UiPrint(android::base::StringPrintf("%s: Failed to mount %s at %s: %s", name, in MountFn()
374 updater->UiPrint( in UnmountFn()
378 updater->UiPrint(android::base::StringPrintf("Failed to unmount %s: %s", mount_point.c_str(), in UnmountFn()
Dblockimg.cpp2198 state->updater->UiPrint( in CheckFirstBlockFn()
2200 state->updater->UiPrint( in CheckFirstBlockFn()