Home
last modified time | relevance | path

Searched refs:HILOG_ERROR (Results 1 – 25 of 42) sorted by relevance

12

/commonlibrary/ets_utils/js_sys_module/process/
Djs_childprocess.cpp71 HILOG_ERROR("pipe1 failed %{public}d", errno); in Spawn()
76 HILOG_ERROR("pipe2 failed %{public}d", errno); in Spawn()
87 HILOG_ERROR("execl command failed"); in Spawn()
92 HILOG_ERROR("optionsInfo_ is nullptr"); in Spawn()
113 HILOG_ERROR("child process create failed"); in Spawn()
131 HILOG_ERROR("optionsInfo_ is nullptr"); in Wait()
152 HILOG_ERROR("stdOutInfo_ is nullptr"); in GetOutput()
162 HILOG_ERROR("getOutput memcpy_s failed"); in GetOutput()
180 HILOG_ERROR("stdErrInfo_ is nullptr"); in GetErrorOutput()
190 HILOG_ERROR("getErrOutput memcpy_s failed"); in GetErrorOutput()
[all …]
Djs_process.cpp135 HILOG_ERROR("can not get args size"); in Chdir()
142 HILOG_ERROR("can not get args value"); in Chdir()
221 HILOG_ERROR("can not get str size"); in On()
228 HILOG_ERROR("can not get str value"); in On()
232 HILOG_ERROR("function is nullptr"); in On()
238 HILOG_ERROR("napi_create_reference is failed"); in On()
244 HILOG_ERROR("illegal event"); in On()
256 HILOG_ERROR("can not get str size"); in Off()
263 HILOG_ERROR("can not get str value"); in Off()
342 HILOG_ERROR("can not get name size"); in GetEnvironmentVar()
[all …]
/commonlibrary/memory_utils/libdmabufheap/src/
Ddmabuf_alloc.c57HILOG_ERROR(LOG_CORE, "heapName is wrong, name = %s.", (heapName == NULL) ? "NULL" : heapName); in DmabufHeapOpen()
64 HILOG_ERROR(LOG_CORE, "strcat_s is wrong, heapName = %s, ret = %d.", heapName, ret); in DmabufHeapOpen()
79 HILOG_ERROR(LOG_CORE, "alloc buffer size is wrong."); in DmabufHeapBufferAlloc()
90 HILOG_ERROR(LOG_CORE, "alloc buffer failed, size = %zu, ret = %d.", buffer->size, ret); in DmabufHeapBufferAlloc()
106 HILOG_ERROR(LOG_CORE, "buffer start syncType is wrong, syncType = %u.", syncType); in DmabufHeapBufferSyncStart()
118 HILOG_ERROR(LOG_CORE, "buffer end syncType is wrong, syncType = %u.", syncType); in DmabufHeapBufferSyncEnd()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dworker.cpp94 HILOG_ERROR("taskpool:: runner_ is nullptr"); in StartExecuteInThread()
103 HILOG_ERROR("taskpool:: worker is null"); in HandleDebuggerTask()
125 HILOG_ERROR("taskpool:: workerEnv is nullptr"); in ExecuteInThread()
135 HILOG_ERROR("taskpool:: loop is nullptr"); in ExecuteInThread()
162 HILOG_ERROR("taskpool:: Worker PrepareForWorkerInstance fail"); in ExecuteInThread()
179 HILOG_ERROR("taskpool:: Worker CallInitWorkerFunc fail"); in PrepareForWorkerInstance()
187 HILOG_ERROR("taskpool:: Worker construction occur exception"); in PrepareForWorkerInstance()
197 HILOG_ERROR("taskpool:: workerEngine is nullptr"); in ReleaseWorkerThreadContent()
210 HILOG_ERROR("worker:: CallOffWorkerFunc error"); in ReleaseWorkerThreadContent()
281 HILOG_ERROR("taskpool:: PerformTask deserialize function fail"); in PerformTask()
[all …]
/commonlibrary/ets_utils/platform/ohos/
Dutil_helper.cpp25 HILOG_ERROR("Unable to create a UConverter object: %s\n", u_errorName(codeflag)); in CreateConverter()
30 HILOG_ERROR("Unable to set the from Unicode callback function"); in CreateConverter()
37 HILOG_ERROR("Unable to set the to Unicode callback function"); in CreateConverter()
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
Dux_page_table.cpp32 HILOG_ERROR(LOG_CORE, "%{public}s: malloc UxPageTableStruct fail", __func__); in UxPageTable()
36HILOG_ERROR(LOG_CORE, "%{public}s: InitUxPageTable fail, %{public}s", __func__, GetPMStateName(err… in UxPageTable()
48HILOG_ERROR(LOG_CORE, "%{public}s: deinit upt fail, %{public}s", __func__, GetPMStateName(err)); in ~UxPageTable()
Dpurgeable_mem_builder.cpp46 HILOG_ERROR(LOG_CORE, "%{public}s: build(0x%{public}llx, %{public}zu) fail", in BuildAll()
/commonlibrary/ets_utils/js_api_module/url/
Dnative_module_url.cpp46 HILOG_ERROR("can not get argv[0] size"); in UrlStructor()
52 HILOG_ERROR("can not get argv[0] value"); in UrlStructor()
59 HILOG_ERROR("can not get argv[1] size"); in UrlStructor()
66 HILOG_ERROR("can not get argv[1] value"); in UrlStructor()
100 HILOG_ERROR("can not get argv[0] size"); in UrlConstructor()
106 HILOG_ERROR("can not get argv[0] value"); in UrlConstructor()
248 HILOG_ERROR("can not get argv[0] size"); in SetHref()
253 HILOG_ERROR("can not get argv[0] value"); in SetHref()
273 HILOG_ERROR("can not get argv[0] size"); in SetHostname()
278 HILOG_ERROR("can not get argv[0] value"); in SetHostname()
[all …]
Djs_url.cpp115 HILOG_ERROR("sscanf_s is falie"); in DecodeSpecialChars()
355 HILOG_ERROR("sprintf_s is falie"); in DealIpv4()
364 HILOG_ERROR("sprintf_s is falie"); in DealIpv4()
545 HILOG_ERROR("sscanf_s is falie"); in BinaryConversion()
551 HILOG_ERROR("sscanf_s is falie"); in BinaryConversion()
1667 HILOG_ERROR("ToUSVString memset_s failed"); in ToUSVString()
1683 HILOG_ERROR("can not get buffer size"); in Get()
1689 HILOG_ERROR("can not get buffer value"); in Get()
1712 HILOG_ERROR("can not get buffer size"); in GetAll()
1718 HILOG_ERROR("can not get buffer value"); in GetAll()
[all …]
/commonlibrary/memory_utils/libpurgeablemem/common/src/
Dux_page_table_c.c136 HILOG_ERROR(LOG_CORE, "%{public}s: not support MAP_PURG", __func__); in CheckUxpt()
148 HILOG_ERROR(LOG_CORE, "%{public}s: unmap uxpt fail", __func__); in CheckUxpt()
152 HILOG_ERROR(LOG_CORE, "%{public}s: not support uxpt", __func__); in CheckUxpt()
157 HILOG_ERROR(LOG_CORE, "%{public}s: unmap purg data fail", __func__); in CheckUxpt()
201 HILOG_ERROR(LOG_CORE, "%{public}s: unmap uxpt fail", __func__); in DeinitUxPageTable()
281HILOG_ERROR(LOG_CORE, "%{public}s: upte(0x%{public}llx) != 0", __func__, (unsigned long long)old); in UxpteClear_()
334HILOG_ERROR(LOG_CORE, "%{public}s: addr(0x%{public}llx) start(0x%{public}llx) < dataAddr(0x%{publi… in UxpteOps_()
358 HILOG_ERROR(LOG_CORE, "%{public}s: addr(0x%{public}llx) not present", __func__, in UxpteOps_()
379 HILOG_ERROR(LOG_CORE, "%{public}s: fail, return NULL", __func__); in MapUxptePages_()
/commonlibrary/ets_utils/js_sys_module/timer/
Dtimer.cpp78 HILOG_ERROR("the number of params must be one"); in ClearTimer()
85 HILOG_ERROR("first param should be number"); in ClearTimer()
93 HILOG_ERROR("timerId is inexistent"); in ClearTimer()
134 HILOG_ERROR("Pending exception in TimerCallback. Triggering HandleUncaughtException"); in TimerCallback()
140 HILOG_ERROR("call timerCallback error"); in TimerCallback()
176 HILOG_ERROR("Set callback timer failed with invalid parameter."); in SetTimeoutInner()
212 HILOG_ERROR("timerTable occurs error"); in SetTimeoutInner()
/commonlibrary/ets_utils/platform/default/
Dutil_helper.cpp40 HILOG_ERROR("Unable to create a UConverter object"); in CreateConverter()
46 HILOG_ERROR("Unable to set the from Unicode callback function"); in CreateConverter()
53 HILOG_ERROR("Unable to set the to Unicode callback function"); in CreateConverter()
Dprocess_helper.cpp41 HILOG_ERROR("Failed to get sysinfo"); in GetSysTimer()
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.cpp70 HILOG_ERROR("runner_ is nullptr"); in StartExecuteInThread()
120 HILOG_ERROR("worker:: CallInitWorkerFunc error"); in PrepareForWorkerInstance()
125 HILOG_ERROR("worker:: CallGetAssetFunc error"); in PrepareForWorkerInstance()
136 HILOG_ERROR("worker:: run script exception occurs, will handle exception"); in PrepareForWorkerInstance()
212 HILOG_ERROR("worker:: Worker loop is nullptr"); in ExecuteInThread()
232 HILOG_ERROR("worker:: worker PrepareForWorkerInstance fail"); in ExecuteInThread()
250 HILOG_ERROR("worker:: worker is null"); in HostOnMessage()
259 HILOG_ERROR("worker:: host thread maybe is over"); in HostOnErrorInner()
296 HILOG_ERROR("worker::worker is null"); in HostOnError()
308 HILOG_ERROR("worker::worker is null"); in HandleDebuggerTask()
[all …]
Dworker_new.cpp496 HILOG_ERROR("worker:: worker is nullptr when CancelTask, maybe worker is terminated"); in CancelTask()
506 HILOG_ERROR("worker:: clear worker task error"); in CancelTask()
576 HILOG_ERROR("worker:: worker is nullptr when CancelTask, maybe worker is terminated"); in WorkerPortCancelTask()
586 HILOG_ERROR("worker:: clear worker task error"); in WorkerPortCancelTask()
779 HILOG_ERROR("runner_ is nullptr"); in StartExecuteInThread()
808 HILOG_ERROR("worker:: Worker loop is nullptr"); in ExecuteInThread()
828 HILOG_ERROR("worker:: worker PrepareForWorkerInstance fail"); in ExecuteInThread()
860 HILOG_ERROR("worker:: CallInitWorkerFunc error"); in PrepareForWorkerInstance()
865 HILOG_ERROR("worker:: CallGetAssetFunc error"); in PrepareForWorkerInstance()
876 HILOG_ERROR("worker:: run script exception occurs, will handle exception"); in PrepareForWorkerInstance()
[all …]
Dmessage_queue.cpp39 HILOG_ERROR("worker:: data is nullptr."); in DeQueue()
/commonlibrary/ets_utils/js_sys_module/dfx/
Dnative_module_dfx.cpp35 HILOG_ERROR("can not get argv[0] size"); in DumpHeapSnapshot()
41 HILOG_ERROR("can not get argv[0] value"); in DumpHeapSnapshot()
78 HILOG_ERROR("can not get argv[0] value"); in StartHeapTracking()
83 HILOG_ERROR("can not get argv[1] value"); in StartHeapTracking()
104 HILOG_ERROR("can not get argv size"); in StopHeapTracking()
110 HILOG_ERROR("can not get argv value"); in StopHeapTracking()
/commonlibrary/ets_utils/js_sys_module/console/
Dlog.h31 #undef HILOG_ERROR
47 #define HILOG_ERROR(fmt, ...) HILOG_PRINT(Error, fmt, ##__VA_ARGS__) macro
/commonlibrary/ets_utils/js_util_module/util/
Djs_textencoder.cpp41 HILOG_ERROR("can not get src size"); in Encode()
46 HILOG_ERROR("can not get src value"); in Encode()
56 HILOG_ERROR("copy buffer to arraybuffer error"); in Encode()
Djs_textdecoder.cpp58 HILOG_ERROR("ucnv_open failed !"); in TextDecoder()
90 HILOG_ERROR("decode arr memset_s failed"); in Decode()
95 HILOG_ERROR("limit is error"); in Decode()
Djs_uuid.cpp190 HILOG_ERROR("get uuid memcpy_s failed"); in GetBinaryUUID()
206 HILOG_ERROR("can not get src size"); in DoParseUUID()
212 HILOG_ERROR("can not get src value"); in DoParseUUID()
Djs_base64.cpp61 HILOG_ERROR("copy ret to arraybuffer error"); in EncodeSync()
107 HILOG_ERROR("encode ret memset_s failed"); in EncodeAchieve()
112 HILOG_ERROR("outputLen is error"); in EncodeAchieve()
185 HILOG_ERROR("copy retDecode to arraybuffer error"); in DecodeSync()
420 HILOG_ERROR("copy ret to arraybuffer error"); in EndStdEncode()
605 HILOG_ERROR("copy ret to arraybuffer error"); in EndStdDecode()
/commonlibrary/memory_utils/libpurgeablemem/common/include/
Dpm_ptr_util.h24 HILOG_ERROR(LOG_CORE, "%{public}s:", log); \
/commonlibrary/memory_utils/libpurgeablemem/cpp/include/
Dpm_smartptr_util.h29 HILOG_ERROR(LOG_CORE, errLog); \
/commonlibrary/memory_utils/libpurgeablemem/c/include/
Dpm_log_c.h40 (void)HILOG_ERROR( \

12