Searched refs:ostream (Results 1 – 14 of 14) sorted by relevance
/base/update/updater/services/ui/strategy/ |
D | ui_strategy.h | 26 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);
|
D | ui_strategy.cpp | 20 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/ |
D | log.h | 68 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/ |
D | updater_ui_config.cpp | 45 std::ostream &operator<<(std::ostream &os, const UxViewCommonInfo &info) in operator <<() 52 std::ostream &operator<<(std::ostream &os, const UxPageInfo &info) in operator <<()
|
D | updater_ui_traits.h | 147 inline std::ostream &operator<<(std::ostream &os, const ComInfo &com)
|
/base/update/sys_installer/services/module_update/util/include/ |
D | module_utils.h | 50 std::ostream &operator<<(std::ostream &os, const Timer &timer);
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/ |
D | log_print.h | 44 void LogPrintWithFormat(const LogContent& content, const LogFormat& format, std::ostream& out = std…
|
/base/update/updater/services/log/ |
D | log.cpp | 96 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/ |
D | log_print.cpp | 76 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/ |
D | module_utils.cpp | 176 std::ostream &operator<<(std::ostream &os, const Timer &timer) in operator <<()
|
/base/msdp/device_status/utils/common/include/ |
D | utility.h | 31 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/ |
D | mock_image_packer.cpp | 80 uint32_t ImagePacker::StartPacking(std::ostream &outputStream, const PackOption &option) in StartPacking()
|
/base/theme/wallpaper_mgr/frameworks/native/src/ |
D | wallpaper_manager.cpp | 226 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/ |
D | wallpaper_manager.h | 184 …int64_t WritePixelMapToStream(std::ostream &outputStream, std::shared_ptr<OHOS::Media::PixelMap> p…
|