Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/test/fuzztest/answerrequest_fuzzer/
H A Danswerrequest_fuzzer.cpp28 constexpr int32_t VEDIO_STATE_NUM = 2; variable
40 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp30 constexpr int32_t VEDIO_STATE_NUM = 2; variable
43 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp32 constexpr int32_t VEDIO_STATE_NUM = 2; variable
45 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H A Dsetpreviewwindow_fuzzer.cpp33 constexpr int32_t VEDIO_STATE_NUM = 2; variable
233 callInfo.videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in SendUpdateCallMediaModeRequest()
267 callInfo.videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in SendUpdateCallMediaModeResponse()
327 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in StartDtmf()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
H A Dsetimsfeaturevalue_fuzzer.cpp31 constexpr int32_t VEDIO_STATE_NUM = 2; variable
237 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in Reject()
273 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in HangUp()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
H A Dgetcallrestriction_fuzzer.cpp31 constexpr int32_t VEDIO_STATE_NUM = 2; variable
243 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in Dial()
294 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in KickOutFromConference()
/ohos5.0/base/telephony/call_manager/test/fuzztest/dialcall_fuzzer/
H A Ddialcall_fuzzer.cpp28 constexpr int32_t VEDIO_STATE_NUM = 2; variable
151 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DialCall()
/ohos5.0/base/telephony/call_manager/test/fuzztest/callabilitycallback_fuzzer/
H A Dcallabilitycallback_fuzzer.cpp34 constexpr int32_t VEDIO_STATE_NUM = 2; variable
176 int32_t videoState = static_cast<uint32_t>(size % VEDIO_STATE_NUM); in UpdateOttCallRequest()
/ohos5.0/base/telephony/call_manager/test/fuzztest/callmanagerservicestub_fuzzer/
H A Dcallmanagerservicestub_fuzzer.cpp31 constexpr int32_t VEDIO_STATE_NUM = 2; variable