/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | js_childprocess.cpp | 71 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("getErrOutpu in GetErrorOutput() [all...] |
H A D | js_process.cpp | 139 HILOG_ERROR("can not get args size");
in Chdir() 146 HILOG_ERROR("can not get args value");
in Chdir() 225 HILOG_ERROR("can not get str size");
in On() 232 HILOG_ERROR("can not get str value");
in On() 236 HILOG_ERROR("function is nullptr");
in On() 242 HILOG_ERROR("napi_create_reference is failed");
in On() 248 HILOG_ERROR("illegal event");
in On() 261 HILOG_ERROR("can not get str size");
in Off() 268 HILOG_ERROR("can not get str value");
in Off() 344 HILOG_ERROR("ca in GetEnvironmentVar() [all...] |
/commonlibrary/memory_utils/libdmabufheap/src/ |
H A D | dmabuf_alloc.c | 67 HILOG_ERROR(LOG_CORE, "heapName is wrong, name = %s.", (heapName == NULL) ? "NULL" : heapName); in DmabufHeapOpen() 73 HILOG_ERROR(LOG_CORE, "strcat_s is wrong, heapName = %s, ret = %d.", heapName, ret); in DmabufHeapOpen() 92 HILOG_ERROR(LOG_CORE, "%{public}s: buffer is NULL!", __func__); in DmabufHeapBufferAlloc() 96 HILOG_ERROR(LOG_CORE, "alloc buffer size is wrong."); in DmabufHeapBufferAlloc() 107 HILOG_ERROR(LOG_CORE, "alloc buffer failed, size = %zu, ret = %d.", buffer->size, ret); in DmabufHeapBufferAlloc() 118 HILOG_ERROR(LOG_CORE, "%{public}s: buffer is NULL!", __func__); in DmabufHeapBufferFree() 128 HILOG_ERROR(LOG_CORE, "buffer start syncType is wrong, syncType = %u.", syncType); in DmabufHeapBufferSyncStart() 140 HILOG_ERROR(LOG_CORE, "buffer end syncType is wrong, syncType = %u.", syncType); in DmabufHeapBufferSyncEnd()
|
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | task.cpp | 48 HILOG_ERROR("%{public}s", errMessage.c_str()); in TaskConstructor() 71 HILOG_ERROR("%{public}s", errMessage.c_str()); in TaskConstructor() 128 HILOG_ERROR("taskpool:: cleanupHook arg is nullptr"); in CleanupHookFunc() 196 HILOG_ERROR("taskpool:: task GenerateFunctionTask end, taskInfo is nullptr"); in GenerateFunctionTask() 228 HILOG_ERROR("%{public}s", errMessage.c_str()); in GetTaskInfo() 279 HILOG_ERROR("taskpool:: task is nullptr"); in SetTransferList() 339 HILOG_ERROR("taskpool:: task is nullptr"); in SetCloneList() 366 HILOG_ERROR("taskpool:: call isCanceled not in taskpool thread"); in IsCanceled() 372 HILOG_ERROR("taskpool:: call isCanceled not in Concurrent function"); in IsCanceled() 384 HILOG_ERROR("taskpoo in OnReceiveData() [all...] |
H A D | worker.cpp | 141 HILOG_ERROR("taskpool:: runner_ is nullptr");
in StartExecuteInThread() 150 HILOG_ERROR("taskpool:: worker is null");
in HandleDebuggerTask() 197 HILOG_ERROR("taskpool:: worker loop is nullptr when init loop handle num.");
in InitLoopHandleNum() 207 HILOG_ERROR("taskpool:: worker loop is nullptr when judge loop alive.");
in IsLoopActive() 225 HILOG_ERROR("taskpool:: worker create runtime failed");
in ExecuteInThread() 235 HILOG_ERROR("taskpool:: loop is nullptr");
in ExecuteInThread() 260 HILOG_ERROR("taskpool:: Worker PrepareForWorkerInstance fail");
in ExecuteInThread() 279 HILOG_ERROR("taskpool:: Worker CallInitWorkerFunc fail");
in PrepareForWorkerInstance() 287 HILOG_ERROR("taskpool:: Worker construction occur exception");
in PrepareForWorkerInstance() 298 HILOG_ERROR("taskpoo in ReleaseWorkerThreadContent() [all...] |
H A D | task_manager.cpp | 85 HILOG_ERROR("taskpool:: timer_ is nullptr"); in ~TaskManager() 305 HILOG_ERROR("snprintf_s failed"); in ReadThreadInfo() 315 HILOG_ERROR("taskpool:: failed to read %{public}s", path); in ReadThreadInfo() 348 HILOG_ERROR("taskpool: sscanf_s of state failed for %{public}c", state); in GetIdleWorkers() 390 HILOG_ERROR("taskpool: sscanf_s of state failed for %{public}d", worker->tid_); in GetIdleWorkersList() 599 HILOG_ERROR("%{public}s", errMsg.c_str()); in CancelTask() 624 HILOG_ERROR("%{public}s", errMsg.c_str()); in CancelTask() 648 HILOG_ERROR("%{public}s", errMsg.c_str()); in CancelSeqRunnerTask() 920 HILOG_ERROR("taskpool:: the callback does not exist"); in GetCallbackInfo() 968 HILOG_ERROR("taskpoo in NotifyCallbackExecute() [all...] |
H A D | sequence_runner.cpp | 90 HILOG_ERROR("taskpool:: create or get globalRunner failed"); in SeqRunnerConstructor() 112 HILOG_ERROR("taskpool:: %{public}s", errMessage.c_str()); in Execute() 118 HILOG_ERROR("taskpool:: %{public}s", errMessage.c_str()); in Execute()
|
/commonlibrary/memory_utils/libpurgeablemem/common/src/ |
H A D | ux_page_table_c.c | 92 HILOG_ERROR(LOG_CORE, "%{public}s: Addition overflow!", __func__); in GetUxPageSize() 98 HILOG_ERROR(LOG_CORE, "pageNoEnd < pageNoStart"); in GetUxPageSize() 102 HILOG_ERROR(LOG_CORE, "pageNoEnd - pageNoStart + 1 > SIZE_MAX / PAGE_SIZE"); in GetUxPageSize() 111 HILOG_ERROR(LOG_CORE, "%{public}s: Addition overflow!", __func__); in RoundUp() 155 HILOG_ERROR(LOG_CORE, "%{public}s: not support MAP_PURG", __func__); in CheckUxpt() 167 HILOG_ERROR(LOG_CORE, "%{public}s: unmap uxpt fail", __func__); in CheckUxpt() 171 HILOG_ERROR(LOG_CORE, "%{public}s: not support uxpt", __func__); in CheckUxpt() 176 HILOG_ERROR(LOG_CORE, "%{public}s: unmap purg data fail", __func__); in CheckUxpt() 200 HILOG_ERROR(LOG_CORE, "%{public}s: upt is NULL!", __func__); in InitUxPageTable() 220 HILOG_ERROR(LOG_COR in DeinitUxPageTable() [all...] |
/commonlibrary/ets_utils/platform/ohos/ |
H A D | util_helper.cpp | 26 HILOG_ERROR("Unable to create a UConverter object: %s\n", u_errorName(codeflag)); in CreateConverter() 31 HILOG_ERROR("Unable to set the from Unicode callback function"); in CreateConverter() 38 HILOG_ERROR("Unable to set the to Unicode callback function"); in CreateConverter() 64 HILOG_ERROR("textencoder::ucnv_open failed !"); in UnicodeConversion() 76 HILOG_ERROR("textencoder::encode targetArray memset_s failed"); in UnicodeConversion() 82 HILOG_ERROR("textencoder::limit is error"); in UnicodeConversion() 91 HILOG_ERROR("textencoder::sourceLimit is nullptr"); in UnicodeConversion() 96 HILOG_ERROR("textencoder::ucnv_fromUnicode conversion failed."); in UnicodeConversion() 152 HILOG_ERROR("textencoder::ucnv_open failed !"); in GetMaxByteSize() 253 HILOG_ERROR("textencode in OtherEncode() [all...] |
/commonlibrary/ets_utils/js_api_module/url/ |
H A D | native_module_url.cpp | 46 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() 72 HILOG_ERROR("UrlStructor:: object is nullptr");
in UrlStructor() 79 HILOG_ERROR("UrlStructor:: tempUrl is nullptr");
in UrlStructor() 84 HILOG_ERROR("UrlStructor:: object is nullptr");
in UrlStructor() 112 HILOG_ERROR("can not get argv[0] size");
in UrlConstructor() 118 HILOG_ERROR("can not get argv[0] value");
in UrlConstructor() 124 HILOG_ERROR("UrlStructo in UrlConstructor() [all...] |
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker.cpp | 175 HILOG_ERROR("worker:: using both Worker and LimitedWorker is not supported"); in LimitedWorkerConstructor() 187 HILOG_ERROR("worker:: ThreadWorker construct failed"); in ThreadWorkerConstructor() 199 HILOG_ERROR("worker:: using both Worker and other Workers is not supported"); in WorkerConstructor() 214 HILOG_ERROR("worker:: the number of create worker param must be more than 1 with new"); in Constructor() 220 HILOG_ERROR("worker:: the type of Worker 1st param must be string"); in Constructor() 229 HILOG_ERROR("Worker:: arguments check failed."); in Constructor() 237 HILOG_ERROR("worker:: the number of limiteworkers exceeds the maximum"); in Constructor() 246 HILOG_ERROR("worker:: create worker error"); in Constructor() 259 HILOG_ERROR("worker:: the number of workers exceeds the maximum"); in Constructor() 268 HILOG_ERROR("worke in Constructor() [all...] |
/commonlibrary/ets_utils/platform/default/ |
H A D | process_helper.cpp | 44 HILOG_ERROR("Failed to get sysinfo"); in GetSysTimer() 69 HILOG_ERROR("process:: Failed to open config file"); in GetProcessStartRealtime() 75 HILOG_ERROR("process:: No valid content was read"); in GetProcessStartRealtime()
|
H A D | util_helper.cpp | 43 HILOG_ERROR("Unable to create a UConverter object"); in CreateConverter() 49 HILOG_ERROR("Unable to set the from Unicode callback function"); in CreateConverter() 56 HILOG_ERROR("Unable to set the to Unicode callback function"); in CreateConverter()
|
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/ |
H A D | ux_page_table.cpp | 32 HILOG_ERROR(LOG_CORE, "%{public}s: malloc UxPageTableStruct fail", __func__); in UxPageTable() 36 HILOG_ERROR(LOG_CORE, "%{public}s: InitUxPageTable fail, %{public}s", __func__, GetPMStateName(err)); in UxPageTable() 48 HILOG_ERROR(LOG_CORE, "%{public}s: deinit upt fail, %{public}s", __func__, GetPMStateName(err)); in ~UxPageTable()
|
/commonlibrary/memory_utils/libmeminfo/src/ |
H A D | meminfo.cpp | 50 HILOG_ERROR(LOG_CORE, "statm file error!");
in GetRssByPid() 67 HILOG_ERROR(LOG_CORE, "File %{public}s not found.\n", filename.c_str());
in GetPssByPid() 95 HILOG_ERROR(LOG_CORE, "File %{public}s not found.\n", filename.c_str());
in GetSwapPssByPid() 122 HILOG_ERROR(LOG_CORE, "memtrack service is null");
in GetGraphicsMemory()
|
/commonlibrary/ets_utils/js_sys_module/console/ |
H A D | log.h | 31 #undef HILOG_ERROR macro 40 #define HILOG_ERROR(fmt, ...) ((void)HILOG_IMPL(LOG_APP, LOG_ERROR, LOG_DOMAIN, LOG_TAG, fmt, ##__VA_ARGS__)) macro
|
/commonlibrary/ets_utils/tools/ |
H A D | log.h | 32 #undef HILOG_ERROR macro 43 #define HILOG_ERROR(fmt, ...) \ macro
|
/commonlibrary/ets_utils/js_sys_module/dfx/ |
H A D | native_module_dfx.cpp | 35 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_api_module/buffer/ |
H A D | js_buffer.cpp | 124 HILOG_ERROR("buffer: buffer is nullptr."); in SubBuffer() 313 HILOG_ERROR("copy raw to arraybuffer error"); in ReadBytesForArrayBuffer() 493 HILOG_ERROR("buffer::length is illegal"); in ToBase64() 498 HILOG_ERROR("buffer:: memory allocation failed."); in ToBase64() 511 HILOG_ERROR("buffer::length is illegal"); in ToBase64Url() 516 HILOG_ERROR("buffer:: memory allocation failed."); in ToBase64Url() 533 HILOG_ERROR("buffer:: memory allocation failed."); in IndexOf() 557 HILOG_ERROR("buffer:: memory allocation failed."); in LastIndexOf()
|
/commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
H A D | concurrent_helper.cpp | 47 HILOG_ERROR("ConcurrentHelper:: Open %{public}s failed", MEM_INFO);
in GetSystemMemoryRatio() 59 HILOG_ERROR("ConcurrentHelper:: Failed to read the MemTotal.");
in GetSystemMemoryRatio()
|
/commonlibrary/ets_utils/js_sys_module/timer/ |
H A D | timer.cpp | 83 HILOG_ERROR("the number of params must be one"); in ClearTimer() 103 HILOG_ERROR("Timer is deleting by another thread, please check js code. TimerID:%{public}u", tId); in ClearTimer() 147 HILOG_ERROR("Pending exception in TimerCallback. Triggering HandleUncaughtException"); in TimerCallback() 210 HILOG_ERROR("timerTable occurs error"); in SetTimeoutInnerCore() 244 HILOG_ERROR("Set callback timer failed with invalid parameter."); in SetTimeoutInner()
|
/commonlibrary/memory_utils/libpurgeablemem/common/include/ |
H A D | pm_ptr_util.h | 24 HILOG_ERROR(LOG_CORE, "%{public}s:", log); \
|
/commonlibrary/memory_utils/libpurgeablemem/cpp/include/ |
H A D | pm_smartptr_util.h | 29 HILOG_ERROR(LOG_CORE, errLog); \
|
/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_base64.cpp | 71 HILOG_ERROR("copy ret to arraybuffer error");
in EncodeSync() 116 HILOG_ERROR("Base64:: ret is nullptr");
in EncodeAchieve() 120 HILOG_ERROR("encode ret memset_s failed");
in EncodeAchieve() 125 HILOG_ERROR("outputLen is error");
in EncodeAchieve() 188 HILOG_ERROR("copy retDecode to arraybuffer error");
in DecodeSync() 214 HILOG_ERROR("inputString is nullptr");
in DecodeSyncInner() 259 HILOG_ERROR("retDecode is nullptr");
in DecodeAchieve() 403 HILOG_ERROR("stdEncodeInfo_ is nullptr");
in CreateEncodePromise() 525 HILOG_ERROR("copy ret to arraybuffer error");
in EndStdEncode() 759 HILOG_ERROR("cop in EndStdDecode() [all...] |
H A D | js_uuid.cpp | 195 HILOG_ERROR("get uuid memcpy_s failed");
in GetBinaryUUID() 211 HILOG_ERROR("can not get src size");
in DoParseUUID() 217 HILOG_ERROR("can not get src value");
in DoParseUUID()
|