Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_modifier.cpp79 ret.append(ConvertTimestampToStr(dumpInfo.timestamp)); in GetDumpInfo()
91 info->Put("Timestamp", ConvertTimestampToStr(dumpInfo.timestamp).c_str()); in GetSimplifyDumpInfo()
/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
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp62 << "timestamp: " << ConvertTimestampToStr(timestamp) << ", " in Dump()
69 << "timestamp: " << ConvertTimestampToStr(timestamp) << ", " in Dump()
255 json->Put("timestamp", ConvertTimestampToStr(timestamp).c_str()); in Dump()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.cpp468 << "timestamp: " << ConvertTimestampToStr(timestamp); in Dump()
479 json->Put("timestamp", ConvertTimestampToStr(timestamp).c_str()); in Dump()
/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp1308 * @tc.desc: ConvertTimestampToStr
1314 std::string ret = ConvertTimestampToStr(timestamp); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp831 .append(ConvertTimestampToStr(it->onSizeChangeTimeStamp)) in DumpOnSizeChangeInfo()

Completed in 16 milliseconds