Searched refs:tmRst (Results 1 - 3 of 3) sorted by relevance
| /test/xts/dcts/common/ |
| H A D | shm_utils.h | 43 struct tm tmRst; \
44 localtime_r(&timeSec, &tmRst); \
46 strftime(strTime, sizeof(strTime), "%H:%M:%S", &tmRst); \
|
| /test/xts/dcts/communication/softbus_standard/common/ |
| H A D | socket_common.h | 220 struct tm tmRst; \
221 localtime_r(&timeSec, &tmRst); \
223 strftime(strTime, sizeof(strTime), "%H:%M:%S", &tmRst); \
|
| H A D | net_trans_common.h | 177 struct tm tmRst; \
178 localtime_r(&timeSec, &tmRst); \
180 strftime(strTime, sizeof(strTime), "%H:%M:%S", &tmRst); \
|
Completed in 2 milliseconds