Searched refs:tm (Results 1 - 7 of 7) sorted by relevance
| /ide/tools/previewer/util/ |
| H A D | TimeTool.cpp | 42 std::pair<tm, int64_t> timePair = GetCurrentTime(); in FormateTimeNow() 43 struct tm utcTime = timePair.first; in FormateTimeNow() 67 std::string tm = std::to_string(time); in FixedTime() local 68 int len = tm.length(); in FixedTime() 71 tm = "0" + tm; in FixedTime() 74 return tm; in FixedTime() 77 std::pair<tm, int64_t> TimeTool::GetCurrentTime() in GetCurrentTime() 86 struct tm utcTime; in GetCurrentTime() 88 std::pair<tm, int64_ in GetCurrentTime() [all...] |
| H A D | LocalDate.h | 25 static void GmTimeSafe(tm& utcTime, const time_t& time);
|
| H A D | TimeTool.h | 29 static std::pair<tm, int64_t> GetCurrentTime();
|
| /ide/tools/previewer/util/windows/ |
| H A D | LocalDate.cpp | 21 void LocalDate::GmTimeSafe(tm& utcTime, const time_t& 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()
|
| /ide/tools/previewer/test/unittest/util/ |
| H A D | LocalDateTest.cpp | 24 struct tm utcTime; in TEST()
|
| /ide/tools/previewer/test/unittest/mock/ |
| H A D | VirtualScreenImplTest.cpp | 367 int tm = 100; in TEST_F() local 368 VirtualScreenImpl::Callback(jpgBuff, jpgBuffSize, jpgWidth, jpgHeight, tm); in TEST_F() 376 int tm = 100; in TEST_F() local 377 VirtualScreenImpl::GetInstance().loadDocTimeStamp = tm; in TEST_F() 378 tm = 10; in TEST_F() 379 VirtualScreenImpl::GetInstance().FlushEmptyCallback(tm); in TEST_F() 380 EXPECT_NE(VirtualScreenImpl::GetInstance().flushEmptyTimeStamp, tm); in TEST_F() 381 tm = 200; in TEST_F() 382 VirtualScreenImpl::GetInstance().FlushEmptyCallback(tm); in TEST_F() 383 EXPECT_EQ(VirtualScreenImpl::GetInstance().flushEmptyTimeStamp, tm); in TEST_F() 526 int tm = 100; TEST_F() local [all...] |
Completed in 3 milliseconds