Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp37 constexpr int32_t TEL_CALL_STATE_NUM = 9; variable
57 dialParaInfo.callState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in CSCallFunc()
62 TelCallState nextState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in CSCallFunc()
105 paraInfo.callState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in DialingProcess()
144 info.callState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in GetCallerInfo()
191 paraInfo.callState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in IMSCallFunc()
277 paraInfo.callState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in IMSVideoCallFunc()
319 paraInfo.callState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in IMSVideoCallWindowFunc()
349 paraInfo.callState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in OttCallFunc()
393 paraInfo.callState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in OttVideoCallFunc()
[all …]
/ohos5.0/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
H A Daudiodevice_fuzzer.cpp32 constexpr int32_t TEL_CALL_STATE_NUM = 9; variable
49 paraInfo.callState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in AudioControlManagerFunc()