Home
last modified time | relevance | path

Searched refs:GetRandomBool (Results 1 – 10 of 10) sorted by relevance

/test/xts/acts/ai_lite/ai_engine_posix/base/src/aie_client/
DAieClientSetOptionFunctionTest.cpp74 bool isPrepareInputInfoNull = GetRandomBool(); in TestAieClientSetOption()
103 bool isGetOptionInputInfoNull = GetRandomBool(); in TestAieClientSetOption()
119 bool isReleaseInputInfoNull = GetRandomBool(); in TestAieClientSetOption()
180 bool isGetOptionInputInfoNull = GetRandomBool(); in TestAieClientSetOptionWithoutPrepare()
205 bool isAsync = GetRandomBool();
217 bool isAsync = GetRandomBool();
229 bool isAsync = GetRandomBool();
241 bool isAsync = GetRandomBool();
253 bool isAsync = GetRandomBool();
DAieClientInitFunctionTest.cpp88 bool isAsync = GetRandomBool();
102 bool isAsync = GetRandomBool();
115 bool isAsync = GetRandomBool();
149 bool isAsync = GetRandomBool();
DAieClientDestroyFunctionTest.cpp65 bool isPrepareInputInfoNull = GetRandomBool(); in TestAieClientDestroy()
78 bool isProcessInputInfoNull = GetRandomBool(); in TestAieClientDestroy()
93 bool isReleaseInputInfoNull = GetRandomBool(); in TestAieClientDestroy()
117 bool isAsync = GetRandomBool();
DAieClientReleaseFunctionTest.cpp66 bool isPrepareInputInfoNull = GetRandomBool(); in TestAieClientRelease()
79 bool isProcessInputInfoNull = GetRandomBool(); in TestAieClientRelease()
97 bool isReleaseInputInfoNull = GetRandomBool(); in TestAieClientRelease()
DAieClientAsyncProcessFunctionTest.cpp77 bool isPrepareInputInfoNull = GetRandomBool(); in TestAieClientAsyncProcess()
141 bool isAsyncProcessInputInfoNull = GetRandomBool();
DAieClientSyncProcessFunctionTest.cpp72 bool isPrepareInputInfoNull = GetRandomBool(); in TestAieClientSyncProcess()
141 bool isSyncProcessInputInfoNull = GetRandomBool();
DAieClientSyncProcessShareMemoryFunctionTest.cpp72 bool isPrepareInputInfoNull = GetRandomBool(); in TestAieClientSyncProcess()
/test/xts/acts/ai_lite/ai_engine_posix/base/src/utils/
Dutils.h35 bool GetRandomBool();
Dutils.cpp58 bool GetRandomBool() in GetRandomBool() function
Daie_client_common.cpp82 .isCloud = GetRandomBool(), in GetSyncAlgorithmInfo()