Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/tests/fuzzer/
DAutomotiveCanV1_0Fuzzer.cpp68 if (const bool shouldInvokeValidBus = mFuzzedDataProvider->ConsumeBool(); in invokeUpInterface() local
69 (shouldInvokeValidBus) && (mBusNames.size() > 0)) { in invokeUpInterface()
117 if (const bool shouldInvokeValidBus = mFuzzedDataProvider->ConsumeBool(); in invokeDownInterface() local
118 (shouldInvokeValidBus) && (mBusNames.size() > 0)) { in invokeDownInterface()