Home
last modified time | relevance | path

Searched refs:LOGI (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/toolchain/inspector/
H A Dconnect_inspector.cpp66 LOGI("layoutOpen start"); in OnOpenMessage()
76 LOGI("record start"); in OnInspectorRecordMessage()
84 LOGI("record stop"); in OnInspectorRecordMessage()
99 LOGI("ConnectServer OnMessage: %{public}s", message.c_str()); in OnMessage()
110 LOGI("layoutClose start"); in OnMessage()
116 LOGI("state profiler open"); in OnMessage()
122 LOGI("state profiler close"); in OnMessage()
128 LOGI("tree start"); in OnMessage()
135 LOGI("stopDebugger start"); in OnMessage()
179 LOGI("StartServerForSocketPai in StartServerForSocketPair()
[all...]
H A Dws_server.cpp47 LOGI("WsSever Runsever: Init tcp websocket %{public}d", debugInfo_.port); in RunServer()
62 LOGI("WsServer RunServer fport localabstract: %{public}d%{public}s%{public}s", in RunServer()
68 LOGI("WsServer RunServer fport ark: %{public}d", debugInfo_.socketfd); in RunServer()
99 LOGI("WsServer receiving disconnect msg: %{public}s", message.c_str()); in ContinueRunserver()
102 LOGI("WsServer OnMessage: %{public}s", message.c_str()); in ContinueRunserver()
111 LOGI("WsServer StopServer"); in StopServer()
132 LOGI("WsServer SendReply: %{public}s", message.c_str()); in SendReply()
H A Dinspector.cpp84 LOGI("HandleClient"); in HandleClient()
104 LOGI("LoadArkDebuggerLibrary, handle has already loaded"); in LoadArkDebuggerLibrary()
353 LOGI("StartDebugForSocketpair, tid = %{private}d, socketfd = %{private}d", tid, socketfd); in StartDebugForSocketpair()
377 LOGI("StartDebug, componentName = %{private}s, isDebugMode = %{private}d, instanceId = %{private}d", in StartDebug()
400 LOGI("Wait for debugger for previewer"); in StartDebug()
408 LOGI("WaitForDebugger"); in WaitForDebugger()
414 LOGI("StopDebug start, vm is %{private}p", vm); in StopDebug()
431 LOGI("StopDebug end"); in StopDebug()
436 LOGI("StopDebug start, componentName = %{private}s, tid = %{private}d", componentName.c_str(), tid); in StopOldDebug()
448 LOGI("StopDebu in StopOldDebug()
[all...]
H A Dconnect_server.cpp80 LOGI("ConnectServer StopServer"); in StopServer()
96 LOGI("ConnectServer SendReply: %{public}s", message.c_str()); in SendMessage()
/arkcompiler/toolchain/common/
H A Dlog_wrapper.h44 #ifdef LOGI
45 #undef LOGI macro
77 #define LOGI(fmt, ...) StdLog::PrintLog(LogLevel::INFO, fmt, ##__VA_ARGS__) macro
83 #define LOGI(fmt, ...) HILOG_INFO(LOG_CORE, fmt, ##__VA_ARGS__) macro
/arkcompiler/toolchain/websocket/client/
H A Dwebsocket_client.cpp117 LOGI("InitToolchainWebSocketForPort::client connect success."); in InitToolchainWebSocketForPort()
172 LOGI("InitToolchainWebSocketForSockName::client connect success."); in InitToolchainWebSocketForSockName()
195 LOGI("ClientSendWSUpgradeReq::client send wsupgrade req success."); in ClientSendWSUpgradeReq()
234 LOGI("ClientRecvWSUpgradeRsp::client recv wsupgrade rsp success."); in ClientRecvWSUpgradeRsp()
/arkcompiler/toolchain/tooling/client/domain/
H A Dtest_client.cpp35 LOGI("TestClient DispatcherCmd cmd: %{public}s", cmd.c_str()); in DispatcherCmd()
38 LOGI("Unknown commond: %{public}s", cmd.c_str()); in DispatcherCmd()
H A Druntime_client.cpp40 LOGI("RuntimeClient DispatcherCmd reqStr1: %{public}s", cmd.c_str()); in DispatcherCmd()
43 LOGI("Unknown commond: %{public}s", cmd.c_str()); in DispatcherCmd()
203 LOGI("arkdb: Runtime replay message is %{public}s", json->Stringify().c_str()); in RecvReply()
H A Ddebugger_client.cpp62 LOGI("DebuggerClient DispatcherCmd cmd: %{public}s", cmd.c_str()); in DispatcherCmd()
66 LOGI("unknown command: %{public}s", cmd.c_str()); in DispatcherCmd()
354 LOGI("arkdb: Debugger reply is: %{public}s", json->Stringify().c_str()); in RecvReply()
H A Dprofiler_client.cpp42 LOGI("Unknown commond: %{public}s", cmd.c_str()); in DispatcherCmd()
46 LOGI("DispatcherCmd cmd: %{public}s", cmd.c_str()); in DispatcherCmd()
H A Dheapprofiler_client.cpp46 LOGI("DispatcherCmd reqStr1: %{public}s", cmd.c_str()); in DispatcherCmd()
50 LOGI("unknown command: %{public}s", cmd.c_str()); in DispatcherCmd()
/arkcompiler/toolchain/websocket/server/
H A Dwebsocket_server.cpp186 LOGI("AcceptNewConnection accept has exited"); in AcceptNewConnection()
223 LOGI("InitTcpWebSocket websocket has inited"); in InitTcpWebSocket()
278 LOGI("InitUnixWebSocket websocket has inited"); in InitUnixWebSocket()
324 LOGI("InitUnixWebSocket websocket has inited"); in InitUnixWebSocket()
373 LOGI("New client connected"); in OnNewConnection()
/arkcompiler/toolchain/tooling/client/session/
H A Dsession.cpp51 LOGI("arkdb [%{public}u] message = %{public}s", sessionId_, decMessage.c_str()); in SocketMessageLoop()
/arkcompiler/toolchain/websocket/
H A Dwebsocket_base.cpp246 LOGI("Close connection, status = %{public}d", static_cast<int>(status)); in CloseConnection()

Completed in 8 milliseconds