Searched refs:UTILS_LOGI (Results 1 - 5 of 5) sorted by relevance
/commonlibrary/c_utils/base/src/ |
H A D | utils_log.h | 26 #define UTILS_LOGI(...) (void)HiLogBasePrint(UTILS_LOG_TYPE, LOG_INFO, UTILS_LOG_DOMAIN, UTILS_LOG_TAG, __VA_ARGS__) macro 36 #define UTILS_LOGI(...) macro
|
H A D | refbase.cpp | 105 UTILS_LOGI("%{public}p call %{public}p. strong: %{public}d weak: %{public}d " \ in PrintTrace() 124 UTILS_LOGI("%{public}p call %{public}p. strong: %{public}d weak: %{public}d " \ in PrintRefs() 141 UTILS_LOGI("%{public}p start backtrace", this); in PrintTracker() 145 UTILS_LOGI("%{public}p end backtrace", this); in PrintTracker() 155 UTILS_LOGI("%{public}p start tracking", this); in EnableTracker() 236 UTILS_LOGI("%{public}p end tracking", this); in ~RefCounter()
|
H A D | file_ex.cpp | 206 UTILS_LOGI("content is empty, no need to save!"); in SaveStringToFile() 239 UTILS_LOGI("content is empty, no need to save!"); in SaveStringToFd() 334 UTILS_LOGI("content is empty, no need to save!"); in SaveBufferToFile()
|
H A D | timer.cpp | 61 UTILS_LOGI("no event for epoll wait, use detach to shutdown"); in Shutdown()
|
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_ashmem_test.cpp | 43 #define UTILS_LOGI(...) (void)OHOS::HiviewDFX::HiLog::Info(label, __VA_ARGS__) macro 65 UTILS_LOGI("test_ashmem_WriteAndRead_001"); in HWTEST_F()
|
Completed in 3 milliseconds