Home
last modified time | relevance | path

Searched refs:LOG_INFO (Results 1 – 24 of 24) sorted by relevance

/developtools/profiler/device/base/include/
Dlogging.h70 LOG_INFO, enumerator
115 #define HILOG_INFO(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, fmt, ##_…
187 #define HILOG_INFO(type, fmt, ...) HILOG_PRINT(type, LOG_INFO, fmt, ##__VA_ARGS__)
/developtools/hdc/src/host/
Dhost_uart.cpp71 WRITE_LOG(LOG_INFO, "Leave %s", __FUNCTION__); in UartWriteThread()
89 WRITE_LOG(LOG_INFO, "%s read got fail , free the session", __FUNCTION__); in UartReadThread()
110 WRITE_LOG(LOG_INFO, "Leave %s", __FUNCTION__); in UartReadThread()
390 WRITE_LOG(LOG_INFO, "This is not a Idle UART port: %s", uart.serialPort.c_str()); in EnumSerialPort()
399 WRITE_LOG(LOG_INFO, in EnumSerialPort()
459 WRITE_LOG(LOG_INFO, "%s success.", __FUNCTION__); in EnumSerialPort()
473 WRITE_LOG(LOG_INFO, "%s success.", __FUNCTION__); in EnumSerialPort()
541 WRITE_LOG(LOG_INFO, "%s found uart port :%s", __FUNCTION__, port.c_str()); in EnumSerialPort()
550 WRITE_LOG(LOG_INFO, "%s remove uart port :%s", __FUNCTION__, port.c_str()); in EnumSerialPort()
Dhost_updater.cpp116 WRITE_LOG(LOG_INFO, "file type is zip"); in BeginTransfer()
154 WRITE_LOG(LOG_INFO, "cmdParam = %s, paramCount = %u", cmdParam.c_str(), paramCount); in CheckCmd()
Dhost_usb.cpp70 l = LOG_INFO; in UsbLogHandler()
108 case LOG_INFO: in InitLogging()
155 …WRITE_LOG(LOG_INFO, "Needed device found, busid:%d devid:%d connectkey:%s", hUSB->busId, hUSB->dev… in DetectMyNeed()
Dserver_for_client.cpp273 … WRITE_LOG(LOG_INFO, "%s check device success and remove %s", __FUNCTION__, hChannel->key.c_str()); in OrderConnecTargetResult()
490 … WRITE_LOG(LOG_INFO, "%s CMD_CHECK_DEVICE %s", __FUNCTION__, formatCommand->parameters.c_str()); in DoCommandLocal()
586 WRITE_LOG(LOG_INFO, "TaskCommand recv cmd send to daemon cmd = %u", formatCommand->cmdFlag); in TaskCommand()
Dserver.cpp519 WRITE_LOG(LOG_INFO, "handshake.version = %s", handshake.version.c_str()); in ServerSessionHandshake()
566 WRITE_LOG(LOG_INFO, "CMD_KERNEL_ECHO size:%d channelId:%u", payloadSize - 1, channelId); in FetchCommand()
1018 WRITE_LOG(LOG_INFO, "%s:%u %s", __FUNCTION__, targetSessionId, echo.c_str()); in EchoToClientsForSession()
Dmain.cpp457 Base::SetLogLevel(LOG_INFO); in main()
Dclient.cpp243 WRITE_LOG(LOG_INFO, "create process failed, error:%d", GetLastError()); in RunCommandWin32()
/developtools/smartperf_host/trace_streamer/src/base/
Dlog.h29 enum LogLevel { LOG_DEBUG, LOG_INFO, LOG_WARN, LOG_ERROR, LOG_FATAL }; enumerator
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dlog.h29 enum LogLevel { LOG_DEBUG, LOG_INFO, LOG_WARN, LOG_ERROR, LOG_FATAL }; enumerator
/developtools/hdc/src/daemon/
Djdwp.cpp80 WRITE_LOG(LOG_INFO, "FreeContext for targetPID :%d", ctx->pid); in FreeContext()
98 WRITE_LOG(LOG_INFO, "RemoveFdFromPollList for pid:%d.", pid); in RemoveFdFromPollList()
164 WRITE_LOG(LOG_INFO, "ReadStream proc:%d err, free it.", ctxJdwp->pid); in ReadStream()
440 WRITE_LOG(LOG_INFO, "SendProcessList channelId:%u data:%s", t->channelId, data.c_str()); in SendProcessList()
590 WRITE_LOG(LOG_INFO, "FdEventPollThread create fail."); in CreateFdEventPoll()
Ddaemon_tcp.cpp152 WRITE_LOG(LOG_INFO, "TCP listen on port:[%d]", tcpListenPort); in Initial()
Dmain.cpp318 WRITE_LOG(LOG_INFO, "Daemon restart"); in main()
Ddaemon.cpp312 … WRITE_LOG(LOG_INFO, "session %u handshakeOK send back CMD_KERNEL_HANDSHAKE", hSession->sessionId); in DaemonSessionHandshake()
/developtools/hdc/src/test/
Dmain.cpp83 WRITE_LOG(LOG_INFO, "Test all finish"); in main()
Dut_runtime.cpp26 Base::SetLogLevel(Hdc::LOG_INFO); in Runtime()
/developtools/hdc/src/common/
Dfile_descriptor.cpp73 WRITE_LOG(LOG_INFO, "FileIOOnThread fdIO:%d workContinue false", thisClass->fdIO); in FileIOOnThread()
124 WRITE_LOG(LOG_INFO, "FileIOOnThread fd:%d nBytes:%u", thisClass->fdIO, nBytes); in FileIOOnThread()
Dsession.cpp25 WRITE_LOG(LOG_INFO, "Program running. %s Pid:%u", Base::GetVersion().c_str(), getpid()); in HdcSessionBase()
33 WRITE_LOG(LOG_INFO, "set UV_THREADPOOL_SIZE:%zu", threadPoolCount); in HdcSessionBase()
107 …WRITE_LOG(LOG_INFO, "RemoveInstanceTask false taskType:%d channelId:%u", hTask->taskType, hTask->c… in BeginRemoveTask()
1066 WRITE_LOG(LOG_INFO, "set version = %s", handshake.version.c_str()); in WorkThreadStartSession()
1198 WRITE_LOG(LOG_INFO, "ReChildLoopForSessionClear sessionId:%u", hSession->sessionId); in ReChildLoopForSessionClear()
Ddefine_plus.h30 LOG_INFO, // default enumerator
Dfile.cpp178 WRITE_LOG(LOG_INFO, "HdcFile::TransferSummary success"); in TransferSummary()
Dbase.cpp76 case LOG_INFO: in GetLogLevelAndTime()
224 case static_cast<int>(LOG_INFO): in PrintLogEx()
1616 WRITE_LOG(LOG_INFO, "CloseFd fd:%d", fd); in CloseFd()
Dchannel.cpp549 WRITE_LOG(LOG_INFO, "%s:%u %s", __FUNCTION__, targetSessionId, echo.c_str()); in EchoToAllChannelsViaSessionId()
/developtools/smartperf_host/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts833 return Level.LOG_INFO;
850 LOG_INFO = 'LOG_INFO', enumerator
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/bean/
DProfilerServiceTypes.ts825 return Level.LOG_INFO;
842 LOG_INFO = 'LOG_INFO', enumerator