Home
last modified time | relevance | path

Searched refs:VIDIO_TYPE_NUM (Results 1 - 2 of 2) sorted by relevance

/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp36 constexpr int32_t VIDIO_TYPE_NUM = 2; member
56 dialParaInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in CSCallFunc()
59 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in CSCallFunc()
64 VideoStateType mediaType = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in CSCallFunc()
104 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in DialingProcess()
143 info.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in GetCallerInfo()
190 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in IMSCallFunc()
193 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in IMSCallFunc()
238 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in VoIPCallFunc()
276 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in IMSVideoCallFunc()
[all...]
/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
H A Daudiodevice_fuzzer.cpp31 constexpr int32_t VIDIO_TYPE_NUM = 2; member
48 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in AudioControlManagerFunc()

Completed in 2 milliseconds