Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/utils/
A DLogUtils.cc53 char tmbuff[64]; in LogPrefix() local
54 strftime(tmbuff, 64, "%Y-%m-%d %H:%M:%S.", &tm); in LogPrefix()
55 ss << "[" << tmbuff << std::setw(3) << std::setfill('0') << ms << "]"; in LogPrefix()
A DUtils.cc648 char tmbuff[26]; in ToGmtTime() local
649 snprintf(tmbuff, sizeof(tmbuff), "%.3s, %.2d %.3s %d %.2d:%.2d:%.2d", in ToGmtTime()
653 date << tmbuff << " GMT"; in ToGmtTime()
671 char tmbuff[26]; in ToUtcTime() local
672 strftime(tmbuff, 26, "%Y-%m-%dT%H:%M:%S.000Z", &tm); in ToUtcTime()
673 date << tmbuff; in ToUtcTime()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DCommonClient.cc191 char tmbuff[26]; in buildRoaHttpRequest() local
192 strftime(tmbuff, 26, "%a, %d %b %Y %T", std::gmtime(&t)); in buildRoaHttpRequest()
193 date << tmbuff << " GMT"; in buildRoaHttpRequest()
267 char tmbuff[26]; in buildRpcHttpRequest() local
268 strftime(tmbuff, 26, "%FT%TZ", std::gmtime(&t)); in buildRpcHttpRequest()
269 ss << tmbuff; in buildRpcHttpRequest()
A DRpcServiceClient.cc103 char tmbuff[26]; in buildHttpRequest() local
104 strftime(tmbuff, 26, "%FT%TZ", std::gmtime(&t)); in buildHttpRequest()
105 ss << tmbuff; in buildHttpRequest()
A DRoaServiceClient.cc162 char tmbuff[26]; in buildHttpRequest() local
163 strftime(tmbuff, 26, "%a, %d %b %Y %T", std::gmtime(&t)); in buildHttpRequest()
164 date << tmbuff << " GMT"; in buildHttpRequest()

Completed in 9 milliseconds