Searched refs:UTILS_LOGW (Results 1 - 7 of 7) sorted by relevance
/commonlibrary/c_utils/base/src/ |
H A D | mapped_file.cpp | 88 UTILS_LOGW("%{public}s: Failed. Get file size failed! Mapped size will be that of a page.", __FUNCTION__); in NormalizeSize() 180 UTILS_LOGW("%{public}s: Failed. Cannot close the file: %{public}s.", \ in OpenFile() 184 UTILS_LOGW("%{public}s: Failed. Cannot unlink the file: %{public}s.", \ in OpenFile() 228 UTILS_LOGW("%{public}s: Mapping Failed. %{public}s, retry with a null hint.", \ in Map() 259 UTILS_LOGW("%{public}s. Try unmapping with params changed.", __FUNCTION__); in Unmap() 282 UTILS_LOGW("%{public}s: Failed. Unextend file size, no need to sync.", __FUNCTION__); in SyncFileSize() 299 UTILS_LOGW("%{public}s: Failed. Get file size failed! Mapped size will be that of a page.", __FUNCTION__); in Resize() 327 UTILS_LOGW("%{public}s: Failed. Cannot get file size: %{public}s.", __FUNCTION__, strerror(errno)); in Resize() 480 UTILS_LOGW("%{public}s: File unmapping failed, it will be automatically \ in ~MappedFile() 535 UTILS_LOGW(" in ChangeOffset() [all...] |
H A D | utils_log.h | 25 #define UTILS_LOGW(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_WARN, UTILS_LOG_DOMAIN, UTILS_LOG_TAG, __VA_ARGS__) macro 35 #define UTILS_LOGW(...) macro
|
H A D | io_event_reactor.cpp | 88 UTILS_LOGW("%{public}s: Warning, already started.", __FUNCTION__); in AddHandler() 211 UTILS_LOGW("%{public}s: Warning, Interested events not changed.", __FUNCTION__); in UpdateToDemultiplexer()
|
H A D | io_event_epoll.cpp | 51 UTILS_LOGW("%{public}s: Failed, cannot close fd: %{public}s.", __FUNCTION__, strerror(errno)); in CleanUp()
|
H A D | parcel.cpp | 125 UTILS_LOGW("this parcel data is alloc by driver, which is can not be writen"); in EnsureWritableCapacity() 139 UTILS_LOGW("Failed to ensure parcel capacity, newCapacity = %{public}zu, dataCapacity_ = %{public}zu, " in EnsureWritableCapacity() 152 UTILS_LOGW("Failed to realloc parcel capacity, newCapacity = %{public}zu, dataCapacity_ = %{public}zu", in EnsureWritableCapacity() 287 UTILS_LOGW("CheckOffsets Invalid obj: obj not found."); in CheckOffsets()
|
H A D | refbase.cpp | 304 UTILS_LOGW("dec the last weakRef before it had a strong reference, delete refbase to avoid Memory Leak"); in DecWeakRefCount()
|
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_ashmem_test.cpp | 42 #define UTILS_LOGW(...) (void)OHOS::HiviewDFX::HiLog::Warn(label, __VA_ARGS__) macro
|
Completed in 6 milliseconds