Lines Matching refs:LOGD
16 LOGD(LOG_TAG, "entern %s; n_args = %d;\n", __func__, n_args); in obj_uploadFile()
30 LOGD(LOG_TAG, "key = %s;\n", key); in obj_uploadFile()
31 LOGD(LOG_TAG, "secret = %s;\n", secret); in obj_uploadFile()
32 LOGD(LOG_TAG, "endPoint = %s;\n", endPoint); in obj_uploadFile()
33 LOGD(LOG_TAG, "bucketName = %s;\n", bucketName); in obj_uploadFile()
34 LOGD(LOG_TAG, "filePath = %s;\n", filePath); in obj_uploadFile()
43 LOGD(LOG_TAG, "entern %s; n_args = %d;\n", __func__, n_args); in obj_uploadContent()
57 LOGD(LOG_TAG, "key = %s;\n", key); in obj_uploadContent()
58 LOGD(LOG_TAG, "secret = %s;\n", secret); in obj_uploadContent()
59 LOGD(LOG_TAG, "endPoint = %s;\n", endPoint); in obj_uploadContent()
60 LOGD(LOG_TAG, "bucketName = %s;\n", bucketName); in obj_uploadContent()
61 LOGD(LOG_TAG, "fileContent = %s;\n", fileContent); in obj_uploadContent()