Searched refs:time (Results 1 - 11 of 11) sorted by relevance
| /ide/tools/previewer/util/windows/ |
| H A D | LocalDate.cpp | 21 void LocalDate::GmTimeSafe(tm& utcTime, const time_t& time) in GmTimeSafe() argument 23 if (gmtime_s(&utcTime, &time)) { in GmTimeSafe()
|
| /ide/tools/previewer/util/unix/ |
| H A D | LocalDate.cpp | 21 void LocalDate::GmTimeSafe(tm& utcTime, const time_t& time) in GmTimeSafe() argument 23 gmtime_r(&time, &utcTime); in GmTimeSafe()
|
| /ide/tools/previewer/util/ |
| H A D | LocalDate.h | 25 static void GmTimeSafe(tm& utcTime, const time_t& time);
|
| H A D | TimeTool.cpp | 65 std::string TimeTool::FixedTime(int32_t time, int32_t width) in FixedTime() argument 67 std::string tm = std::to_string(time); in FixedTime() 85 auto time = std::chrono::system_clock::to_time_t(now); in GetCurrentTime() local 87 LocalDate::GmTimeSafe(utcTime, time); in GetCurrentTime()
|
| H A D | TimeTool.h | 28 static std::string FixedTime(int32_t time, int32_t width);
|
| /ide/tools/previewer/test/unittest/util/ |
| H A D | LocalDateTest.cpp | 23 time_t inputTime = time(nullptr); // 获取当前时间 in TEST()
|
| /ide/tools/previewer/util/linux/ |
| H A D | ClipboardX11.cpp | 65 ev.selection = xsr->selection, ev.time = xsr->time, ev.target = xsr->target, in SetCopyData()
|
| /ide/tools/previewer/mock/lite/ |
| H A D | GeoLocation.cpp | 95 result->time = VirtualLocation::GetInstance().GetTime(); in SerializeLocData()
|
| H A D | VirtualLocation.cpp | 100 time_t curTime = time(nullptr); in GetTime()
|
| /ide/tools/previewer/mock/rich/ |
| H A D | MouseInputImpl.cpp | 53 pointerEvent->time = std::chrono::high_resolution_clock::time_point(duration); in DispatchOsTouchEvent()
|
| /ide/tools/previewer/test/unittest/mock/ |
| H A D | VirtualScreenImplTest.cpp | 571 int64_t time = 8000; in TEST_F() local 582 timestamp + gap), time); in TEST_F() 598 timestamp + gap), time); in TEST_F()
|
Completed in 3 milliseconds