/ohos5.0/foundation/communication/netstack/test/unittest/http/cache/ |
H A 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 …]
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_cache_strategy.cpp | 118 …NETSTACK_LOGI("CacheResponseAgeMillis: %{public}lld, %{public}lld, %{public}lld, %{public}lld, %{p… in CacheResponseAgeMillis() 179 NETSTACK_LOGI("lifeTime=%{public}lld", static_cast<long long>(lifeTime)); in ComputeFreshnessLifetimeMillis() 239 NETSTACK_LOGI("GetFreshness: %{public}lld, %{public}lld, %{public}lld, %{public}lld", in GetFreshness() 248 NETSTACK_LOGI("return DENY"); in RunStrategyInternal() 253 NETSTACK_LOGI("return STALE"); in RunStrategyInternal() 258 NETSTACK_LOGI("return FRESH"); in RunStrategyInternal() 264 NETSTACK_LOGI("return DENY"); in RunStrategyInternal() 269 NETSTACK_LOGI("return DENY"); in RunStrategyInternal() 285 NETSTACK_LOGI("return FRESH"); in RunStrategyInternal() 292 NETSTACK_LOGI("return STALE"); in RunStrategyInternal()
|
H A D | net_http_cache_proxy.cpp | 57 NETSTACK_LOGI("only GET/HEAD method or header has [Range] can use cache"); in ReadResponseFromCache() 63 NETSTACK_LOGI("no cache with this request"); in ReadResponseFromCache() 78 NETSTACK_LOGI("cache is FRESH"); in ReadResponseFromCache() 82 NETSTACK_LOGI("cache is STATE, we try to talk to the server"); in ReadResponseFromCache() 86 NETSTACK_LOGI("cache should not be used"); in ReadResponseFromCache()
|
H A D | net_http_request.cpp | 65 NETSTACK_LOGI("maxLimit setting exceeds the maximum limit, use max limit"); in SetMaxLimit() 120 NETSTACK_LOGI("CURL_HTTP_VERSION_2_0"); in GetHttpVersion() 124 NETSTACK_LOGI("CURL_HTTP_VERSION_1_1"); in GetHttpVersion()
|
H A D | net_http_client_exec.cpp | 185 NETSTACK_LOGI("cache is NOT_MODIFIED, we use the cache"); in GetCurlDataFromHandle() 189 NETSTACK_LOGI("responseCode is %{public}s", std::to_string(responseCode).c_str()); in GetCurlDataFromHandle() 262 NETSTACK_LOGI("priority = %{public}d", context->options.GetPriority()); in HandleCurlData() 371 NETSTACK_LOGI("context has been deleted in libuv thread"); in IsContextDeleted() 492 NETSTACK_LOGI("call curl_global_init"); in Initialize() 705 NETSTACK_LOGI("SetSSLCertOption param is empty."); in SetSSLCertOption() 730 NETSTACK_LOGI("SetDns server: %{public}s", CommonUtils::AnonymizeIp(server).c_str()); in SetDnsOption()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/ |
H A 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()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/ |
H A D | websocket_exec.cpp | 287 NETSTACK_LOGI("websocket run service start"); in RunService() 300 NETSTACK_LOGI("websocket run service end"); in RunService() 352 NETSTACK_LOGI("add header OK"); in LwsCallbackClientAppendHandshakeHeader() 368 NETSTACK_LOGI("No close reason"); in LwsCallbackWsPeerInitiatedClose() 390 NETSTACK_LOGI("need to close"); in LwsCallbackClientWritable() 427 NETSTACK_LOGI("OnError %{public}d", code); in OnConnectError() 433 NETSTACK_LOGI("OnConnectError SetThreadStop"); in OnConnectError() 785 NETSTACK_LOGI("ConnectCallback connect failed"); in ConnectCallback() 788 NETSTACK_LOGI("ConnectCallback connect success"); in ConnectCallback() 855 NETSTACK_LOGI("ExecClose OK"); in ExecClose() [all …]
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/ |
H A D | close_context.cpp | 55 NETSTACK_LOGI("CloseContext Parse OK1"); in ParseParams() 60 NETSTACK_LOGI("CloseContext Parse OK2"); in ParseParams() 74 NETSTACK_LOGI("CloseContext Parse OK3"); in ParseParams() 77 NETSTACK_LOGI("CloseContext Parse OK4"); in ParseParams()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/ |
H A D | socket_exec_common.h | 55 NETSTACK_LOGI("new tcp socket is %{public}d", sock); 73 NETSTACK_LOGI("new udp socket is %{public}d", sock); in MakeUdpSocket() 88 NETSTACK_LOGI("new local socket is %{public}d", sock);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | socket_exec.cpp | 134 NETSTACK_LOGI("go to MakeClose"); in MakeClose() 145 NETSTACK_LOGI("socket handle is finalized"); in TcpServerConnectionFinalize() 148 NETSTACK_LOGI("manager != nullpt"); in TcpServerConnectionFinalize() 310 NETSTACK_LOGI("copy ret %{public}d", result); in MakeMessage() 932 NETSTACK_LOGI("distribute a random port"); in ExecBind() 935 NETSTACK_LOGI("distribute a random port"); in ExecBind() 941 NETSTACK_LOGI("rebind success"); in ExecBind() 1183 NETSTACK_LOGI("manager is nullptr"); in ExecGetState() 1816 NETSTACK_LOGI("rebind success"); in ServerBind() 1818 NETSTACK_LOGI("bind success"); in ServerBind() [all …]
|
H A D | local_socket_exec.cpp | 89 NETSTACK_LOGI("localsocket connection is finalized"); in LocalSocketServerConnectionFinalize() 496 …NETSTACK_LOGI("local socket server accept new, fd: %{public}d, id: %{public}d", connectFd, clientI… in LocalSocketServerRecvHandler() 556 NETSTACK_LOGI("server object destruction, loop finished"); in LocalSocketServerAccept() 585 NETSTACK_LOGI("manager is null"); in RecvHandler() 611 NETSTACK_LOGI("recv, fd:%{public}d, size:%{public}d", connectFd, recvSize); in RecvHandler() 674 NETSTACK_LOGI("server object destruct, exit the loop"); in LocalSocketServerAccept() 822 NETSTACK_LOGI("local socket client fd: %{public}d", context->GetSocketFd()); in ExecLocalSocketConnect() 885 NETSTACK_LOGI("local socket do not bind or socket has closed"); in ExecLocalSocketGetState() 987 NETSTACK_LOGI("local socket server bind success"); in LocalSocketServerBind() 1004 NETSTACK_LOGI("local socket server listen success"); in ExecLocalSocketServerListen() [all …]
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/ |
H A D | cache_proxy.cpp | 64 NETSTACK_LOGI("only GET/HEAD method or header has [Range] can use cache"); in ReadResponseFromCache() 70 NETSTACK_LOGI("no cache with this request"); in ReadResponseFromCache() 85 NETSTACK_LOGI("cache is FRESH"); in ReadResponseFromCache() 89 NETSTACK_LOGI("cache is STATE, we try to talk to the server"); in ReadResponseFromCache()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/task_queue/src/ |
H A 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()
|
/ohos5.0/foundation/communication/netstack/frameworks/native/websocket_client/ |
H A D | websocket_client.cpp | 245 …NETSTACK_LOGI("ClientId:%{public}d,Callback ClientEstablished", client->GetClientContext()->GetCli… in LwsCallbackClientEstablished() 261 …NETSTACK_LOGI("ClientId:%{public}d,Callback ClientClosed", client->GetClientContext()->GetClientId… in LwsCallbackClientClosed() 283 NETSTACK_LOGI("Lws Callback LwsCallbackWsiDestroy"); in LwsCallbackWsiDestroy() 289 NETSTACK_LOGI("Lws Callback ProtocolDestroy"); in LwsCallbackProtocolDestroy() 389 NETSTACK_LOGI("ClientId:%{public}d, Connect start", this->GetClientContext()->GetClientId()); in Connect() 455 NETSTACK_LOGI("Close start"); in Close() 482 NETSTACK_LOGI("Destroy start"); in Destroy()
|
/ohos5.0/foundation/communication/netstack/frameworks/native/net_ssl/ |
H A D | net_ssl_verify_cert.cpp | 130 NETSTACK_LOGI("load userInstalledCaPath store failed\n"); in VerifyCert() 145 NETSTACK_LOGI("certificate validation succeeded.\n"); in VerifyCert() 189 NETSTACK_LOGI("certificate validation succeeded.\n"); in VerifyCert()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/ |
H A D | fetch_exec.cpp | 98 NETSTACK_LOGI("Fetch responseCode is %{public}d", responseCode); in ExecFetch() 109 NETSTACK_LOGI("Fetch execute success"); in FetchCallback() 118 NETSTACK_LOGI("Fetch execute failed"); in FetchCallback() 129 NETSTACK_LOGI("Fetch Call complete"); in FetchCallback() 223 NETSTACK_LOGI("call curl_global_init"); in Initialize()
|
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_context_server.cpp | 113 NETSTACK_LOGI("SSL_CTX_get_options = %{public}" PRIx64, in UseRemoteCipher() 214 NETSTACK_LOGI("SetCaAndVerify "); in SetCaAndVerify() 233 NETSTACK_LOGI("SetCaAndVerify ok"); in SetCaAndVerify()
|
H A D | tls_socket_server.cpp | 242 NETSTACK_LOGI("distribute a random port"); in ExecBind() 245 NETSTACK_LOGI("distribute a random port"); in ExecBind() 254 NETSTACK_LOGI("rebind success"); in ExecBind() 256 NETSTACK_LOGI("bind success"); in ExecBind() 482 NETSTACK_LOGI("cert der is %{public}d", cert.encodingFormat); in GetCertificate() 793 NETSTACK_LOGI("data is empty"); in Send() 1067 NETSTACK_LOGI("SSL_get_cipher_list: %{public}s", list.c_str()); in StartShakingHands() 1303 NETSTACK_LOGI("A client left"); in RecvRemoteInfo() 1416 NETSTACK_LOGI("Server accept new client SUCCESS"); in ProcessTcpAccept() 1466 NETSTACK_LOGI("New client come in, fd is %{public}d", connectFD); in SetTlsConnectionSecureOptions() [all …]
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/src/ |
H A D | websocket_module.cpp | 37 NETSTACK_LOGI("IsAtomicService bundleName is %{public}s, isAtomicService is %{public}d", in InitWebSocketModule() 70 NETSTACK_LOGI("websocket handle is finalized"); in FinalizeWebSocketInstance()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/ |
H A D | udp_send_context.cpp | 112 NETSTACK_LOGI("string data is empty"); in GetData() 123 NETSTACK_LOGI("arraybuffer data is empty"); in GetData()
|
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/src/ |
H A D | net_websocket.cpp | 142 NETSTACK_LOGI("websocket CAPI Connect"); in OH_WebSocketClient_Connect() 197 NETSTACK_LOGI("websocket CAPI Destroy"); in OH_WebSocketClient_Destroy()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_module/src/ |
H A D | fetch_module.cpp | 36 NETSTACK_LOGI("FetchModule::Fetch is called"); in Fetch()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/ |
H A D | disk_handler.cpp | 54 NETSTACK_LOGI("remove file error %{public}d", errno); in Delete()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/ |
H A D | fetch_response.cpp | 50 NETSTACK_LOGI("HEAD: %{public}s", CommonUtils::Strip(header).c_str()); in ParseHeaders()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/ |
H A D | fetch_context.cpp | 72 NETSTACK_LOGI("fetch parse OK"); in ParseParams() 105 NETSTACK_LOGI("no extraData"); in ParseData()
|