Searched refs:UTILS_LOGE (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_surface/buffer_handle/src/ |
H A D | buffer_handle.cpp | 31 #define UTILS_LOGE(...) (void)HILOG_ERROR(LOG_CORE, __VA_ARGS__) macro 40 UTILS_LOGE("AllocateBufferHandle reserveFds or reserveInts too lager"); in AllocateBufferHandle() 48 UTILS_LOGE("memset_s error, ret is %{public}d", ret); in AllocateBufferHandle() 59 UTILS_LOGE("AllocateBufferHandle malloc %{public}zu failed", handleSize); in AllocateBufferHandle() 92 UTILS_LOGE("%{public}s a lot failed", __func__); in WriteBufferHandle() 97 UTILS_LOGE("%{public}s parcel.WriteBool failed", __func__); in WriteBufferHandle() 101 UTILS_LOGE("%{public}s parcel.WriteFileDescriptor fd failed", __func__); in WriteBufferHandle() 107 UTILS_LOGE("%{public}s parcel.WriteFileDescriptor reserveFds failed", __func__); in WriteBufferHandle() 113 UTILS_LOGE("%{public}s parcel.WriteInt32 reserve failed", __func__); in WriteBufferHandle() 125 UTILS_LOGE(" in ReadBufferHandle() [all...] |
/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/ |
H A D | file_ex.cpp | 84 UTILS_LOGE("LoadStringFromFd get string from file failed!"); in LoadStringFromFdToFile() 99 UTILS_LOGE("invalid file length"); in LoadStringFromFd() 115 UTILS_LOGE("lseek file to begin failed!"); in LoadStringFromFd() 121 UTILS_LOGE("the length read from file is not equal to fileLength"); in LoadStringFromFd() 149 UTILS_LOGE("write content to file failed!file:%{private}s, content:%{private}s", in SaveStringToFile() 170 UTILS_LOGE("write file failed!errno:%{public}d, err:%{public}s", errno, strerror(errno)); in SaveStringToFd() 175 UTILS_LOGE("the length write to file is not equal to fileLength"); in SaveStringToFd() 199 UTILS_LOGE("LoadBufferFromNodeFile invalid file length(%{public}d)!", byteCount); in LoadBufferFromNodeFile() 244 UTILS_LOGE("seekg file to begin failed!filePath:%{private}s", filePath.c_str()); in LoadBufferFromFile()
|
/foundation/graphic/graphic_surface/sync_fence/src/ |
H A D | sync_fence.cpp | 47 #define UTILS_LOGE(fmt, ...) B_CPRINTF(HILOG_ERROR, fmt, ##__VA_ARGS__)
macro 99 UTILS_LOGE("SyncMerge ctrcpy fence name failed.");
in SyncMerge() 105 UTILS_LOGE("Fence merge failed, errno: %{public}d, ret: %{public}d.", errno, retCode);
in SyncMerge() 131 UTILS_LOGE("sync_merge(%{public}s) failed, error: %{public}s (%{public}d)",
in MergeFence() 173 UTILS_LOGE("memset_s error, retCode = %{public}d", retCode);
in GetFenceInfo() 187 UTILS_LOGE("GetFenceInfo overflow, num_fences: %{public}d", arg.num_fences);
in GetFenceInfo() 198 UTILS_LOGE("memset_s error, retCode = %{public}d", retCode);
in GetFenceInfo() 206 UTILS_LOGE("GetTotalFenceInfo SYNC_IOC_FILE_INFO ioctl failed, ret: %{public}d", ret);
in GetFenceInfo()
|
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/ |
H A D | utils_log.h | 22 #define UTILS_LOGE(...) printf("error: " fmt "\n", __VA_ARGS__) macro 28 #define UTILS_LOGE(...) macro
|
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/ |
H A D | utils_log.h | 24 #define UTILS_LOGE(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_ERROR, UTILS_LOG_DOMAIN, UTILS_LOG_TAG, __VA_ARGS__) macro 34 #define UTILS_LOGE(...) macro
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | utils_log.h | 24 #define UTILS_LOGE(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_ERROR, UTILS_LOG_DOMAIN, UTILS_LOG_TAG, __VA_ARGS__) macro 34 #define UTILS_LOGE(...) macro
|
Completed in 3 milliseconds