Home
last modified time | relevance | path

Searched refs:tmRst (Results 1 - 3 of 3) sorted by relevance

/test/xts/dcts/common/
H A Dshm_utils.h43 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 Dsocket_common.h220 struct tm tmRst; \
221 localtime_r(&timeSec, &tmRst); \
223 strftime(strTime, sizeof(strTime), "%H:%M:%S", &tmRst); \
H A Dnet_trans_common.h177 struct tm tmRst; \
178 localtime_r(&timeSec, &tmRst); \
180 strftime(strTime, sizeof(strTime), "%H:%M:%S", &tmRst); \

Completed in 2 milliseconds