Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_client_test.cpp161 int64_t timeLater; in TestNtpThread() local
162 auto errCodeRealTime = TimeServiceClient::GetInstance()->GetRealTimeMs(timeLater); in TestNtpThread()
164 EXPECT_GT(timeLater, time); in TestNtpThread()