Home
last modified time | relevance | path

Searched refs:ConvertTimestampToStr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp86 << "timestamp: " << ConvertTimestampToStr(timestamp) << ", " in Dump()
94 << "timestamp: " << ConvertTimestampToStr(timestamp) << ", " in Dump()
122 << "timestamp: " << ConvertTimestampToStr(timestamp) << ", " in Dump()
129 << "timestamp: " << ConvertTimestampToStr(timestamp) << ", " in Dump()
353 json->Put("timestamp", ConvertTimestampToStr(timestamp).c_str()); in Dump()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_modifier.cpp81 ret.append(ConvertTimestampToStr(dumpInfo.timestamp)); in GetDumpInfo()
93 info->Put("Timestamp", ConvertTimestampToStr(dumpInfo.timestamp).c_str()); in GetSimplifyDumpInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dtime_util.h42 std::string ConvertTimestampToStr(int64_t timestamp);
H A Dtime_util.cpp73 std::string ConvertTimestampToStr(int64_t timestamp) in ConvertTimestampToStr() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h701 oss << ", " << "timestamp: " << ConvertTimestampToStr(timestamp); in Dump()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp1314 std::string ret = ConvertTimestampToStr(timestamp);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp888 .append(ConvertTimestampToStr(it->onSizeChangeTimeStamp)) in DumpOnSizeChangeInfo()