Home
last modified time | relevance | path

Searched refs:FormatTime (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_print.cpp81 if (format.timeFormat == FormatTime::TIME) { in PrintLogPrefix()
103 } else if (format.timeFormat == FormatTime::MONOTONIC) { in PrintLogPrefix()
106 } else if (format.timeFormat == FormatTime::EPOCH) { in PrintLogPrefix()
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp325 FormatTime timeFormat;
336 …timeFormat(FormatTime::INVALID), timeAccuFormat(FormatTimeAccu::INVALID), year(false), zone(false),
432 ….timeFormat = ((context.timeFormat == FormatTime::INVALID) ? FormatTime::TIME : context.timeFormat… in QueryLogHandler()
800 static int TimeHandler(HilogArgs& context, FormatTime value) in TimeHandler()
802 if (context.timeFormat != FormatTime::INVALID) { in TimeHandler()
830 return TimeHandler(context, FormatTime::TIME); in FormatHandler()
833 return TimeHandler(context, FormatTime::EPOCH); in FormatHandler()
836 return TimeHandler(context, FormatTime::MONOTONIC); in FormatHandler()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
H A Dlog_print.h38 FormatTime timeFormat;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_view.cpp413 FormatTime(inSeconds, timeStr, timeStrLength); in SetCurrentPlayTimeText()
448 FormatTime((duration / PanelView::MILLIONS_PER_SECOND), timeStr, timeStrLength); in UpdatePanelTimeText()
486 void VideoView::FormatTime(uint32_t inSeconds, char *outBuffer, uint8_t bufferLength) in FormatTime() function in OHOS::ACELite::VideoView
H A Dvideo_view.h171 void FormatTime(uint32_t inSeconds, char* outBuffer, uint8_t bufferLength);
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dtime_util.h60 std::string FormatTime(const int64_t timestamp, const std::string &format);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_inner.cpp125 "\nFault time:" + AbilityRuntime::TimeUtil::FormatTime("%Y/%m/%d-%H:%M:%S") + "\n"; in AppfreezeHandleOverReportCount()
209 "\nFault time:" + AbilityRuntime::TimeUtil::FormatTime("%Y/%m/%d-%H:%M:%S") + "\n"; in ThreadBlock()
/ohos5.0/foundation/ability/ability_runtime/utils/global/time/include/
H A Dtime_util.h42 [[maybe_unused]] static std::string FormatTime(const std::string &format) in FormatTime() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Ddate_time_format_module.h135 void FormatTime(time_t time, char *res, const uint8_t resSize, uint8_t &start);
H A Ddate_time_format_module.cpp196 formatter->FormatTime(dateTime, res, maxSize, start); in Format()
332 void DateTimeFormatModule::FormatTime(time_t time, char *res, const uint8_t resSize, uint8_t &start) in FormatTime() function in OHOS::ACELite::DateTimeFormatModule
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dtime_util.cpp133 std::string FormatTime(const int64_t timestamp, const std::string &format) in FormatTime() function
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h107 enum class FormatTime { enum
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp186 .timeFormat = FormatTime::TIME, in PrintLog()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp277 .timeFormat = FormatTime::TIME, in WriteLogData()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp183 …std::string timeStamp = "\nTimestamp:" + AbilityRuntime::TimeUtil::FormatTime("%Y-%m-%d %H:%M:%S")… in AppfreezeHandleWithStack()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp6005 "\nFault time:" + AbilityRuntime::TimeUtil::FormatTime("%Y/%m/%d-%H:%M:%S") + "\n"; in NotifyAppFaultBySA()