Lines Matching refs:nowTime
174 struct timeval64 nowTime = {0};
181 if (gettimeofday64(&nowTime, NULL)) {
184 tm = localtime64(&nowTime.tv_sec);
201 struct timeval64 nowTime = {0};
204 if (gettimeofday64(&nowTime, NULL)) {
209 setTime.tv_usec = nowTime.tv_usec;
210 OsCopyTm(&tm, localtime64(&nowTime.tv_sec));
257 struct timeval64 nowTime = {0};
260 if (gettimeofday64(&nowTime, NULL)) {
263 PRINTK("%s\n", ctime64(&nowTime.tv_sec));