Lines Matching defs:timestamp
67 char timestamp[ohos::AotRuntimeInfo::TIME_STAMP_SIZE];
69 runtimeInfo->GetMicrosecondsTimeStamp(timestamp, ohos::AotRuntimeInfo::TIME_STAMP_SIZE);
70 ASSERT_TRUE(std::string(timestamp).size() > 0);
71 ASSERT_EQ(std::string(timestamp), "1970-01-01 00:00:00");
76 char timestamp[ohos::AotRuntimeInfo::TIME_STAMP_SIZE];
79 runtimeInfo->GetMicrosecondsTimeStamp(timestamp, ohos::AotRuntimeInfo::TIME_STAMP_SIZE);
107 char timestamp[ohos::AotRuntimeInfo::TIME_STAMP_SIZE];
110 runtimeInfo->GetMicrosecondsTimeStamp(timestamp, ohos::AotRuntimeInfo::TIME_STAMP_SIZE);
137 char timestamp[ohos::AotRuntimeInfo::TIME_STAMP_SIZE];
141 runtimeInfo->GetMicrosecondsTimeStamp(timestamp, ohos::AotRuntimeInfo::TIME_STAMP_SIZE);