Home
last modified time | relevance | path

Searched refs:LABEL (Results 1 – 5 of 5) sorted by relevance

/developtools/hdc/src/test/jdwp/
DHdcJdwpSimulator.cpp19 static constexpr HiLogLabel LABEL = {LOG_CORE, 0, "JDWP_TEST"}; variable
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()
[all …]
Dmain.cpp21 static constexpr HiLogLabel LABEL = {LOG_CORE, 0, "JDWP_TEST"}; variable
103 HiLog::Info(LABEL, "jdwp_test_process exit."); in FreeInstance()
117 HiLog::Info(LABEL, "jdwp_test_process start."); in main()
/developtools/bytrace/bin/example/
Dbytrace_example.cpp28 constexpr uint64_t LABEL = HITRACE_TAG_OHOS; variable
54 StartAsyncTrace(LABEL, "testAsync", TASK_ID); in ThreadFunc1()
67 FinishAsyncTrace(LABEL, "testAsync", TASK_ID); in ThreadFunc2()
76 StartTrace(LABEL, "testStart"); in main()
79 StartTrace(LABEL, "funcAStart", SLEEP_ONE_SECOND); // 打印起始点 in main()
81 FinishTrace(LABEL); in main()
87 StartTrace(LABEL, "funcBStart", SLEEP_TWO_SECOND); in main()
89 FinishTrace(LABEL); in main()
93 FinishTrace(LABEL); in main()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp42 constexpr HiLogLabel LABEL = { LOG_CORE, 0xD002D0A, "HiDebug_NAPI" }; variable
77 HiLog::Error(LABEL, "file create failed, errno = %{public}d", errno); in CreateFile()
117 HiLog::Error(LABEL, "invalid number = %{public}d of params.", ONE_VALUE_LIMIT); in GetDumpParam()
124 HiLog::Error(LABEL, "params type error."); in GetDumpParam()
128 HiLog::Error(LABEL, "Get input serviceId failed."); in GetDumpParam()
132 HiLog::Error(LABEL, "Get input fd failed."); in GetDumpParam()
137 HiLog::Error(LABEL, "Get input args failed."); in GetDumpParam()
143 HiLog::Error(LABEL, "get_element -> Get input args failed."); in GetDumpParam()
150 HiLog::Error(LABEL, "get_value -> Get input args failed."); in GetDumpParam()
167 HiLog::Error(LABEL, "invalid number = %{public}d of params.", ONE_VALUE_LIMIT); in GetFileNameParam()
[all …]
/developtools/bytrace/interfaces/kits/js/napi/
Dbytrace_napi_common.cpp31 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HITRACE_METER_TAG, "HITRACE_METER_JS"}; variable
46 HiLog::Error(LABEL, "Failed to get the type of the argument."); in TypeCheck()
50 HiLog::Error(LABEL, "Type of the parameter is invalid."); in TypeCheck()
134 HiLog::Error(LABEL, "Wrong number of parameters."); in JsStrNumParamsFunc()
155 HiLog::Error(LABEL, "Wrong number of parameters."); in JSTraceStart()
171 HiLog::Error(LABEL, "the third param is not number, not undefined, not null."); in JSTraceStart()