/foundation/communication/netstack/test/unittest/http/cache/ |
D | HttpCacheStrategyTest.cpp | 54 NETSTACK_LOGI("status = %{public}d", status); 75 NETSTACK_LOGI("status = %{public}d", status); 94 NETSTACK_LOGI("status = %{public}d", status); 113 NETSTACK_LOGI("status = %{public}d", status); 132 NETSTACK_LOGI("status = %{public}d", status); 151 NETSTACK_LOGI("status = %{public}d", status); 170 NETSTACK_LOGI("status = %{public}d", status); 190 NETSTACK_LOGI("status = %{public}d", status); 210 NETSTACK_LOGI("status = %{public}d", status); 229 NETSTACK_LOGI("status = %{public}d", status); [all …]
|
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/ |
D | websocket_exec.cpp | 237 NETSTACK_LOGI("websocket run service start"); in RunService() 255 NETSTACK_LOGI("websocket run service end"); in RunService() 276 NETSTACK_LOGI("LwsCallbackClientAppendHandshakeHeader"); in LwsCallbackClientAppendHandshakeHeader() 299 NETSTACK_LOGI("add header OK"); in LwsCallbackClientAppendHandshakeHeader() 306 NETSTACK_LOGI("LwsCallbackWsPeerInitiatedClose"); in LwsCallbackWsPeerInitiatedClose() 315 NETSTACK_LOGI("No close reason"); in LwsCallbackWsPeerInitiatedClose() 336 NETSTACK_LOGI("need to close"); in LwsCallbackClientWritable() 351 NETSTACK_LOGI("send data length = %{public}d", sendLength); in LwsCallbackClientWritable() 370 NETSTACK_LOGI("OnError %{public}d", code); in OnConnectError() 376 NETSTACK_LOGI("no event listener: %{public}s", EventName::EVENT_ERROR); in OnConnectError() [all …]
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/ |
D | http_cache_strategy.cpp | 120 …NETSTACK_LOGI("CacheResponseAgeMillis: %{public}lld, %{public}lld, %{public}lld, %{public}lld, %{p… in CacheResponseAgeMillis() 181 NETSTACK_LOGI("lifeTime=%{public}lld", static_cast<long long>(lifeTime)); in ComputeFreshnessLifetimeMillis() 241 NETSTACK_LOGI("GetFreshness: %{public}lld, %{public}lld, %{public}lld, %{public}lld", in GetFreshness() 250 NETSTACK_LOGI("return DENY"); in RunStrategyInternal() 255 NETSTACK_LOGI("return STALE"); in RunStrategyInternal() 260 NETSTACK_LOGI("return FRESH"); in RunStrategyInternal() 266 NETSTACK_LOGI("return DENY"); in RunStrategyInternal() 271 NETSTACK_LOGI("return DENY"); in RunStrategyInternal() 287 NETSTACK_LOGI("return FRESH"); in RunStrategyInternal() 294 NETSTACK_LOGI("return STALE"); in RunStrategyInternal()
|
/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/ |
D | close_context.cpp | 50 NETSTACK_LOGI("CloseContext Parse OK1"); in ParseParams() 55 NETSTACK_LOGI("CloseContext Parse OK2"); in ParseParams() 69 NETSTACK_LOGI("CloseContext Parse OK3"); in ParseParams() 72 NETSTACK_LOGI("CloseContext Parse OK4"); in ParseParams()
|
D | connect_context.cpp | 58 NETSTACK_LOGI("ConnectContext paramsCount == FUNCTION_PARAM_ONE"); in ParseParams() 63 … NETSTACK_LOGI("ConnectContext NapiUtils::GetValueType(GetEnv(), params[1]) == napi_function"); in ParseParams() 67 NETSTACK_LOGI("ConnectContext NapiUtils::GetValueType(GetEnv(), params[1]) == napi_object"); in ParseParams() 71 NETSTACK_LOGI("ConnectContext paramsCount == FUNCTION_PARAM_THREE"); in ParseParams()
|
D | send_context.cpp | 33 NETSTACK_LOGI("SendContext data is String"); in HandleParseString() 58 NETSTACK_LOGI("SendContext data is ArrayBuffer"); in HandleParseArrayBuffer() 117 NETSTACK_LOGI("SendContext NapiUtils::GetValueType(GetEnv(), params[1]) == napi_function"); in ParseParams() 121 NETSTACK_LOGI("SendContext SetParseOK"); in ParseParams()
|
/foundation/communication/netstack/frameworks/js/napi/socket/task_queue/src/ |
D | task_queue.cpp | 64 NETSTACK_LOGI("g_taskExecutorQueue is empty"); in Executor() 89 NETSTACK_LOGI("new async work again to read the task queue"); in Callback() 99 NETSTACK_LOGI("g_taskCallbackQueue is empty"); in Callback()
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/ |
D | cache_proxy.cpp | 60 NETSTACK_LOGI("only GET/HEAD method or header has [Range] can use cache"); in ReadResponseFromCache() 66 NETSTACK_LOGI("no cache with this request"); in ReadResponseFromCache() 81 NETSTACK_LOGI("cache is FRESH"); in ReadResponseFromCache() 85 NETSTACK_LOGI("cache is STATE, we try to talk to the server"); in ReadResponseFromCache()
|
/foundation/communication/netstack/frameworks/native/http/http_client/ |
D | http_client_task.cpp | 65 NETSTACK_LOGI("HttpClientTask::HttpClientTask() taskId_=%{public}d URL=%{public}s", taskId_, in HttpClientTask() 87 NETSTACK_LOGI( in HttpClientTask() 209 NETSTACK_LOGI("HttpClientTask::SetUploadOptions() filePath_=%{public}s", realPath.c_str()); in SetUploadOptions() 216 NETSTACK_LOGI("HttpClientTask::SetUploadOptions() CURLOPT_INFILESIZE=%{public}ld", size); in SetUploadOptions() 293 … NETSTACK_LOGI("HttpClientTask::Start() task is running, taskId_=%{public}d", task->GetTaskId()); in Start() 426 NETSTACK_LOGI("HttpClientTask::ProgressCallback() canceled"); in ProgressCallback() 497 NETSTACK_LOGI("HttpClientTask::ProcessResponseCode() responseCode=%{public}d", responseCode); in ProcessResponseCode() 506 …NETSTACK_LOGI("HttpClientTask::ProcessResponse() taskid=%{public}d code=%{public}d", taskId_, code… in ProcessResponse()
|
D | http_client.cpp | 125 NETSTACK_LOGI("curl_multi_info_read() m->msg = %{public}d", m->msg); in ReadResponse() 141 NETSTACK_LOGI("RunThread start runThread_ = %{public}s", runThread_ ? "true" : "false"); in RunThread() 154 NETSTACK_LOGI("RunThread exit()"); in RunThread()
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
D | socket_exec.cpp | 154 NETSTACK_LOGI("go to MakeClose"); in MakeClose() 165 NETSTACK_LOGI("socket handle is finalized"); in TcpServerConnectionFinalize() 168 NETSTACK_LOGI("manager != nullpt"); in TcpServerConnectionFinalize() 181 NETSTACK_LOGI("close socketfd %{public}d", clientIter->second); in TcpServerConnectionFinalize() 318 NETSTACK_LOGI("copy ret %{public}d", result); in MakeMessage() 577 …NETSTACK_LOGI("get sock opt sock type failed, socket is %{public}d, errno is %{public}d", sock, er… in PollSendData() 843 NETSTACK_LOGI("new tcp socket is %{public}d", sock); in MakeTcpSocket() 861 NETSTACK_LOGI("new udp socket is %{public}d", sock); in MakeUdpSocket() 893 NETSTACK_LOGI("distribute a random port"); in ExecBind() 896 NETSTACK_LOGI("distribute a random port"); in ExecBind() [all …]
|
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/ |
D | fetch_exec.cpp | 82 NETSTACK_LOGI("final url: %{public}s", context->request.GetUrl().c_str()); in ExecFetch() 100 NETSTACK_LOGI("Fetch responseCode is %{public}d", responseCode); in ExecFetch() 111 NETSTACK_LOGI("Fetch execute success"); in FetchCallback() 120 NETSTACK_LOGI("Fetch execute failed"); in FetchCallback() 131 NETSTACK_LOGI("Fetch Call complete"); in FetchCallback() 225 NETSTACK_LOGI("call curl_global_init"); in Initialize()
|
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_module/src/ |
D | fetch_module.cpp | 36 NETSTACK_LOGI("FetchModule::Fetch is called"); in Fetch()
|
/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
D | tls_context_server.cpp | 111 NETSTACK_LOGI("SSL_CTX_get_options = %{public}" PRIx64, in UseRemoteCipher() 167 NETSTACK_LOGI("SetCaAndVerify "); in SetCaAndVerify() 181 NETSTACK_LOGI("SetCaAndVerify ok"); in SetCaAndVerify()
|
D | tls_socket_server.cpp | 233 NETSTACK_LOGI("distribute a random port"); in ExecBind() 236 NETSTACK_LOGI("distribute a random port"); in ExecBind() 245 NETSTACK_LOGI("rebind success"); in ExecBind() 247 NETSTACK_LOGI("bind success"); in ExecBind() 459 NETSTACK_LOGI("cert der is %{public}d", cert.encodingFormat); in GetCertificate() 1019 NETSTACK_LOGI("SSL_get_cipher_list: %{public}s", list.c_str()); in StartShakingHands() 1323 NETSTACK_LOGI("Server accept new client SUCCESS"); in ProcessTcpAccept() 1359 NETSTACK_LOGI("New client come in, fd is %{public}d", connectFD); in ProcessTcpAccept() 1418 NETSTACK_LOGI("A client left"); in PollThread()
|
/foundation/communication/netstack/frameworks/js/napi/http/options/src/ |
D | http_request_options.cpp | 110 NETSTACK_LOGI("CURL_HTTP_VERSION_2_0"); in GetHttpVersion() 114 NETSTACK_LOGI("CURL_HTTP_VERSION_1_1"); in GetHttpVersion()
|
D | http_response.cpp | 49 NETSTACK_LOGI("HEAD: %{public}s", CommonUtils::Strip(header).c_str()); in ParseHeaders()
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/ |
D | disk_handler.cpp | 54 NETSTACK_LOGI("remove file error %{public}d", errno); in Delete()
|
/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/ |
D | fetch_context.cpp | 72 NETSTACK_LOGI("fetch parse OK"); in ParseParams() 105 NETSTACK_LOGI("no extraData"); in ParseData() 179 … NETSTACK_LOGI("url param name = %{public}s, value = %{public}s", name.c_str(), value.c_str()); in GetUrlParam()
|
/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/ |
D | fetch_response.cpp | 50 NETSTACK_LOGI("HEAD: %{public}s", CommonUtils::Strip(header).c_str()); in ParseHeaders()
|
/foundation/communication/netstack/utils/napi_utils/include/ |
D | module_template.h | 77 NETSTACK_LOGI("%{public}s create promise", asyncWorkName.c_str()); in Interface() 106 NETSTACK_LOGI("%{public}s create promise", asyncWorkName.c_str()); in InterfaceWithOutAsyncWork()
|
/foundation/communication/netstack/utils/log/include/ |
D | netstack_log.h | 81 #define NETSTACK_LOGI(fmt, ...) NETSTACK_HILOG_PRINT(Info, fmt, ##__VA_ARGS__) macro
|
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/ |
D | request_context.cpp | 240 NETSTACK_LOGI("url param name = ..., value = ..."); in HandleMethodForGet() 263 NETSTACK_LOGI("no extraData"); in ParseExtraData() 270 NETSTACK_LOGI("extraData is undefined or null"); in ParseExtraData() 287 NETSTACK_LOGI("Do not use http proxy"); in ParseUsingHttpProxy()
|
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/src/ |
D | websocket_module.cpp | 59 NETSTACK_LOGI("websocket handle is finalized"); in FinalizeWebSocketInstance()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
D | http_exec.cpp | 165 NETSTACK_LOGI("cache is NOT_MODIFIED, we use the cache"); in GetCurlDataFromHandle() 244 NETSTACK_LOGI("priority = %{public}d", context->options.GetPriority()); in HandleCurlData() 537 NETSTACK_LOGI("call curl_global_init"); in Initialize() 705 NETSTACK_LOGI("[GetTempData] tempDate is empty!"); in OnDataReceive()
|