Home
last modified time | relevance | path

Searched refs:ostream (Results 1 – 14 of 14) sorted by relevance

/base/update/updater/services/ui/strategy/
Dui_strategy.h26 std::ostream &operator<<(std::ostream &os, const UiStrategyCfg &info);
27 std::ostream &operator<<(std::ostream &os, const ResPage &info);
28 std::ostream &operator<<(std::ostream &os, const ProgressPage &info);
Dui_strategy.cpp20 std::ostream &operator<<(std::ostream &os, const UiStrategyCfg &info) in operator <<()
31 std::ostream &operator<<(std::ostream &os, const ResPage &info) in operator <<()
40 std::ostream &operator<<(std::ostream &os, const ProgressPage &info) in operator <<()
/base/update/updater/services/include/log/
Dlog.h68 std::ostream& OutputUpdaterLog(const std::string &path, int line);
88 std::ostream& OutputUpdaterStage();
99 std::ostream& OutputErrorCode(const std::string &path, int line, UpdaterErrorCode code);
/base/update/updater/services/ui/
Dupdater_ui_config.cpp45 std::ostream &operator<<(std::ostream &os, const UxViewCommonInfo &info) in operator <<()
52 std::ostream &operator<<(std::ostream &os, const UxPageInfo &info) in operator <<()
Dupdater_ui_traits.h147 inline std::ostream &operator<<(std::ostream &os, const ComInfo &com)
/base/update/sys_installer/services/module_update/util/include/
Dmodule_utils.h50 std::ostream &operator<<(std::ostream &os, const Timer &timer);
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_print.h44 void LogPrintWithFormat(const LogContent& content, const LogFormat& format, std::ostream& out = std…
/base/update/updater/services/log/
Dlog.cpp96 std::ostream& UpdaterLogger::OutputUpdaterLog(const std::string &path, int line) in OutputUpdaterLog()
105 std::ostream& StageLogger::OutputUpdaterStage() in OutputUpdaterStage()
158 std::ostream& ErrorCode::OutputErrorCode(const std::string &path, int line, UpdaterErrorCode code) in OutputErrorCode()
/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_print.cpp76 static void PrintLogPrefix(const LogContent& content, const LogFormat& format, std::ostream& out) in PrintLogPrefix()
144 void LogPrintWithFormat(const LogContent& content, const LogFormat& format, std::ostream& out) in LogPrintWithFormat()
/base/update/sys_installer/services/module_update/util/src/
Dmodule_utils.cpp176 std::ostream &operator<<(std::ostream &os, const Timer &timer) in operator <<()
/base/msdp/device_status/utils/common/include/
Dutility.h31 struct IsStreamable<T, std::void_t<decltype(operator<<(std::declval<std::ostream>(), std::declval<T…
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_image_packer.cpp80 uint32_t ImagePacker::StartPacking(std::ostream &outputStream, const PackOption &option) in StartPacking()
/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp226 std::ostream ostream(&stringBuf); in SetWallpaper() local
227 int32_t mapSize = WritePixelMapToStream(ostream, pixelMap); in SetWallpaper()
316 int64_t WallpaperManager::WritePixelMapToStream(std::ostream &outputStream, in WritePixelMapToStream()
/base/theme/wallpaper_mgr/frameworks/native/include/
Dwallpaper_manager.h184 …int64_t WritePixelMapToStream(std::ostream &outputStream, std::shared_ptr<OHOS::Media::PixelMap> p…