Searched refs:LogDebug (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/oss/src/utils/ |
A D | ThreadExecutor.cc | 50 OSS_LOG(LogLevel::LogDebug, TAG, "task(%p) enter execute main thread", task); in execute() 54 OSS_LOG(LogLevel::LogDebug, TAG, "task(%p) leave execute main thread", task); in execute()
|
/AliOS-Things-master/components/oss/src/http/ |
A D | CurlHttpClient.cc | 278 OSS_LOG(LogLevel::LogDebug, TAG, "request(%p) setResponseBody, recvBodyPos:%lld", in recvBody() 349 OSS_LOG(LogLevel::LogDebug, TAG, "handle(%p)=> Send header: %.*s", handle, size, data); in debugCallback() 352 OSS_LOG(LogLevel::LogDebug, TAG, "handle(%p)=> Recv header: %.*s", handle, size, data); in debugCallback() 441 OSS_LOG(LogLevel::LogDebug, TAG, "request(%p) enter makeRequest", request.get()); in makeRequest() 463 OSS_LOG(LogLevel::LogDebug, TAG, "request(%p) acquire curl handle:%p", request.get(), curl); in makeRequest() 631 … OSS_LOG(LogLevel::LogDebug, TAG, "request(%p) setResponseBody, tellp:%lld, recvBodyPos:%lld", in makeRequest() 646 OSS_LOG(LogLevel::LogDebug, TAG, "request(%p) leave makeRequest, CURLcode:%d, ResponseCode:%d", in makeRequest()
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/ |
A D | Types.h | 80 LogDebug, enumerator
|
/AliOS-Things-master/components/oss/src/model/ |
A D | SelectObjectRequest.cc | 235 OSS_LOG(LogLevel::LogDebug, TAG, "Payload checksum fail."); in setResponseStreamFactory()
|
/AliOS-Things-master/components/oss/src/ |
A D | OssClientImpl.cc | 217 …OSS_LOG(LogLevel::LogDebug, TAG, "client(%p) request(%p) CanonicalString:%s", this, httpRequest.ge… in addSignInfo() 218 …OSS_LOG(LogLevel::LogDebug, TAG, "client(%p) request(%p) Authorization:%s", this, httpRequest.get(… in addSignInfo() 231 …OSS_LOG(LogLevel::LogDebug, TAG, "client(%p) request(%p) host:%s, path:%s", this, httpRequest.get(… in addUrl() 1690 OSS_LOG(LogLevel::LogDebug, TAG, "client(%p) DisableRequest", this); in DisableRequest() 1696 OSS_LOG(LogLevel::LogDebug, TAG, "client(%p) EnableRequest", this); in EnableRequest()
|
/AliOS-Things-master/components/oss/src/resumable/ |
A D | ResumableCopier.cc | 87 … OSS_LOG(LogLevel::LogDebug, TAG, "NO.%d part data copy failed!", part.PartNumber()); in Copy()
|
A D | ResumableUploader.cc | 119 OSS_LOG(LogLevel::LogDebug, TAG, "NO.2 part data upload failed."); in Upload()
|
A D | ResumableDownloader.cc | 100 OSS_LOG(LogLevel::LogDebug, TAG, "NO.2 part data download failed."); in Download()
|
Completed in 15 milliseconds