Home
last modified time | relevance | path

Searched refs:FUZZ_LOGI (Results 1 - 6 of 6) sorted by relevance

/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp96 FUZZ_LOGI("thread = %{public}u, DecStrongRef, refState->strongCount = %{public}zu", GetThreadId(),
114 FUZZ_LOGI("thread = %{public}u, weakRef->DecWeakRefCount, refState->weakRefCount = %{public}zu",
131 FUZZ_LOGI("thread = %{public}u, DecWeakRef, refState->weakCount = %{public}zu", GetThreadId(),
144 FUZZ_LOGI("thread = %{public}u, GetSptrRefCount", GetThreadId());
149 FUZZ_LOGI("thread = %{public}u, GetRefCounter", GetThreadId());
157 FUZZ_LOGI("thread = %{public}u, GetWptrRefCount", GetThreadId());
162 FUZZ_LOGI("thread = %{public}u, IsAttemptAcquireSet", GetThreadId());
167 FUZZ_LOGI("thread = %{public}u, IsExtendLifeTimeSet", GetThreadId());
173 FUZZ_LOGI("thread = %{public}u, weakRef->GetWeakRefCount", GetThreadId());
180 FUZZ_LOGI("threa
[all...]
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp42 FUZZ_LOGI("%{public}s", #FUN); \
49 FUZZ_LOGI("%{public}s", #FUN); \
57 FUZZ_LOGI("%{public}s", #FUN); \
65 FUZZ_LOGI("%{public}s", #FUN); \
78 FUZZ_LOGI("%{public}s", #FUN); \
166 FUZZ_LOGI("WriteBool");
182 FUZZ_LOGI("WriteFloat");
188 FUZZ_LOGI("WriteDouble");
194 FUZZ_LOGI("WriteBuffer");
203 FUZZ_LOGI("WriteBufferAddTerminato
[all...]
/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/
H A Dtimer_fuzzer.cpp44 FUZZ_LOGI("Register, interval = %{public}d, once = %{public}d, timerId = %{public}d", interval, once, timerId);
47 FUZZ_LOGI("sleep_for, time = %{public}d, g_data = %{public}d",
57 FUZZ_LOGI("Unregister, timerId = %{public}d", val[id]);
67 FUZZ_LOGI("TimerTestFunc start"); in TimerTestFunc()
71 FUZZ_LOGI("Timer, str = %{public}s, ms = %{public}d", teststr.c_str(), timeoutMs); in TimerTestFunc()
77 FUZZ_LOGI("Setup"); in TimerTestFunc()
85 FUZZ_LOGI("Shutdown"); in TimerTestFunc()
87 FUZZ_LOGI("TimerTestFunc end"); in TimerTestFunc()
/commonlibrary/c_utils/base/test/fuzztest/string_fuzzer/
H A Dstring_fuzzer.cpp33 FUZZ_LOGI("StringTestFunc start"); in StringTestFunc()
56 FUZZ_LOGI("StringTestFunc end"); in StringTestFunc()
/commonlibrary/c_utils/base/test/fuzztest/directory_fuzzer/
H A Ddirectory_fuzzer.cpp32 FUZZ_LOGI("DirectoryTestFunc start"); in DirectoryTestFunc()
72 FUZZ_LOGI("DirectoryTestFunc end"); in DirectoryTestFunc()
/commonlibrary/c_utils/base/test/fuzztest/
H A Dfuzz_log.h27 #define FUZZ_LOGI(...) (void)HiLogBasePrint(FUZZ_LOG_TYPE, LOG_INFO, FUZZ_LOG_DOMAIN, FUZZ_LOG_TAG, __VA_ARGS__) macro

Completed in 3 milliseconds