Searched refs:HiLog (Results 1 - 7 of 7) sorted by relevance
/developtools/hdc/src/test/jdwp/ |
H A D | HdcJdwpSimulator.cpp | 34 HiLog::Info(LABEL, "FinishWriteCallback:%{public}d error:%{public}s", status, buf);
in FinishWriteCallback() 42 HiLog::Info(LABEL, "HdcJdwpSimulator::SendToStream: %{public}s, %{public}d", buf, bufLen);
in SendToStream() 45 HiLog::Error(LABEL, "HdcJdwpSimulator::SendToStream wrong bufLen.");
in SendToStream() 50 HiLog::Error(LABEL, "HdcJdwpSimulator::SendToStream new pDynBuf fail.");
in SendToStream() 55 HiLog::Error(LABEL, "HdcJdwpSimulator::SendToStream memcpy fail.");
in SendToStream() 61 HiLog::Error(LABEL, "HdcJdwpSimulator::SendToStream alloc reqWrite fail.");
in SendToStream() 71 HiLog::Info(LABEL, "SendToStream uv_is_unwritable!");
in SendToStream() 76 HiLog::Info(LABEL, "SendToStream buf:%{public}s", pDynBuf);
in SendToStream() 98 HiLog::Debug(LABEL, "ProcessIncoming :%{public}d", nread);
in ProcessIncoming() 103 HiLog in ProcessIncoming() [all...] |
H A D | main.cpp | 103 HiLog::Info(LABEL, "jdwp_test_process exit.");
in FreeInstance() 117 HiLog::Info(LABEL, "jdwp_test_process start.");
in main()
|
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | log.cpp | 39 OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, "[%{public}s:%{public}d] %{public}s", in PrintLogEx() 43 OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, "[%{public}s:%{public}d] %{public}s", in PrintLogEx() 47 OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, "[%{public}s:%{public}d] %{public}s", in PrintLogEx() 51 OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, "[%{public}s:%{public}d] %{public}s", in PrintLogEx()
|
/developtools/hiperf/src/ |
H A D | debug_logger.cpp | 69 int DebugLogger::HiLog(std::string &buffer) const in HiLog() function in OHOS::Developtools::HiPerf::DebugLogger 75 return OHOS::HiviewDFX::HiLog::Info(HIPERF_HILOG_LABLE[MODULE_DEFAULT], "%{public}s", in HiLog() 111 ret = HiLog(buffer); // to the hilog in Log()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | debug_logger.cpp | 70 void DebugLogger::HiLog(std::string &buffer) const in HiLog() function in OHOS::Developtools::NativeDaemon::DebugLogger 111 HiLog(buffer); // to the hilog in Log()
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | debug_logger.h | 111 void HiLog(std::string &buffer) const;
|
/developtools/hiperf/include/ |
H A D | debug_logger.h | 126 int HiLog(std::string &buffer) const;
|
Completed in 5 milliseconds