Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp144 FUZZ_LOGI("thread = %{public}u, GetSptrRefCount", GetThreadId()); in __anone27d57a10402()
149 FUZZ_LOGI("thread = %{public}u, GetRefCounter", GetThreadId()); in __anone27d57a10502()
157 FUZZ_LOGI("thread = %{public}u, GetWptrRefCount", GetThreadId()); in __anone27d57a10602()
180 FUZZ_LOGI("thread = %{public}u, IncStrongRef", GetThreadId()); in __anone27d57a10a02()
189 FUZZ_LOGI("thread = %{public}u, CreateWeakRef", GetThreadId()); in __anone27d57a10b02()
217 FUZZ_LOGI("thread = %{public}u, IncWeakRef", GetThreadId()); in __anone27d57a10e02()
225 FUZZ_LOGI("thread = %{public}u, AttemptAcquire", GetThreadId()); in __anone27d57a10f02()
244 FUZZ_LOGI("thread = %{public}u, AttemptIncStrong", GetThreadId()); in __anone27d57a11102()
257 FUZZ_LOGI("thread = %{public}u, delete newWeakRef", GetThreadId()); in CleanUpWeakRefCounter()
348 FUZZ_LOGI("RefbaseTestFunc start"); in RefbaseTestFunc()
[all …]
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp166 FUZZ_LOGI("WriteBool"); in __anon90ce765f0102()
182 FUZZ_LOGI("WriteFloat"); in __anon90ce765f0202()
188 FUZZ_LOGI("WriteDouble"); in __anon90ce765f0302()
194 FUZZ_LOGI("WriteBuffer"); in __anon90ce765f0402()
233 FUZZ_LOGI("WriteString"); in __anon90ce765f0802()
281 FUZZ_LOGI("WriteObject"); in __anon90ce765f0f02()
288 FUZZ_LOGI("ParseFrom"); in __anon90ce765f1002()
368 FUZZ_LOGI("FlushBuffer"); in __anon90ce765f1602()
420 FUZZ_LOGI("ReadBuffer"); in __anon90ce765f1902()
426 FUZZ_LOGI("SkipBytes"); in __anon90ce765f1a02()
[all …]
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/
H A Dtimer_fuzzer.cpp44FUZZ_LOGI("Register, interval = %{public}d, once = %{public}d, timerId = %{public}d", interval, on… in __anon70cc5f930102()
47 FUZZ_LOGI("sleep_for, time = %{public}d, g_data = %{public}d", in __anon70cc5f930102()
57 FUZZ_LOGI("Unregister, timerId = %{public}d", val[id]); in __anon70cc5f930202()
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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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,… macro