Home
last modified time | relevance | path

Searched refs:NETSTACK_LOGI (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/foundation/communication/netstack/test/unittest/http/cache/
H A DHttpCacheStrategyTest.cpp54 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 Dnet_http_cache_strategy.cpp118NETSTACK_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 Dnet_http_cache_proxy.cpp57 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 Dnet_http_request.cpp65 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 Dnet_http_client_exec.cpp185 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 Dhttp_cache_strategy.cpp120NETSTACK_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 Dwebsocket_exec.cpp287 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 Dclose_context.cpp55 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 Dsocket_exec_common.h55 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 Dsocket_exec.cpp134 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 Dlocal_socket_exec.cpp89 NETSTACK_LOGI("localsocket connection is finalized"); in LocalSocketServerConnectionFinalize()
496NETSTACK_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 Dcache_proxy.cpp64 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 Dtask_queue.cpp64 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 Dwebsocket_client.cpp245NETSTACK_LOGI("ClientId:%{public}d,Callback ClientEstablished", client->GetClientContext()->GetCli… in LwsCallbackClientEstablished()
261NETSTACK_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 Dnet_ssl_verify_cert.cpp130 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 Dfetch_exec.cpp98 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 Dtls_context_server.cpp113 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 Dtls_socket_server.cpp242 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 Dwebsocket_module.cpp37 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 Dudp_send_context.cpp112 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 Dnet_websocket.cpp142 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 Dfetch_module.cpp36 NETSTACK_LOGI("FetchModule::Fetch is called"); in Fetch()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Ddisk_handler.cpp54 NETSTACK_LOGI("remove file error %{public}d", errno); in Delete()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/
H A Dfetch_response.cpp50 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 Dfetch_context.cpp72 NETSTACK_LOGI("fetch parse OK"); in ParseParams()
105 NETSTACK_LOGI("no extraData"); in ParseData()

12