Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp36 constexpr int32_t VIDIO_TYPE_NUM = 2; variable
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()
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()
351 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in OttCallFunc()
[all …]
/ohos5.0/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
H A Daudiodevice_fuzzer.cpp31 constexpr int32_t VIDIO_TYPE_NUM = 2; variable
48 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in AudioControlManagerFunc()