Home
last modified time | relevance | path

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

/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H A Dtelephonyinteraction_fuzzer.cpp31 constexpr int32_t CALL_INDEX_MAX_NUM = 8; member
340 callModeReportInfo.callIndex = static_cast<int32_t>(size % CALL_INDEX_MAX_NUM); in ReceiveUpdateCallMediaModeRequest()
362 callModeReportInfo.callIndex = static_cast<int32_t>(size % CALL_INDEX_MAX_NUM); in ReceiveUpdateCallMediaModeResponse()
384 callSessionReportInfo.index = static_cast<int32_t>(size % CALL_INDEX_MAX_NUM); in HandleCallSessionEventChanged()
405 dimensionsReportInfo.index = static_cast<int32_t>(size % CALL_INDEX_MAX_NUM); in HandlePeerDimensionsChanged()
444 cameraCapabilitiesReportInfo.index = static_cast<int32_t>(size % CALL_INDEX_MAX_NUM); in HandleCameraCapabilitiesChanged()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp44 constexpr int32_t CALL_INDEX_MAX_NUM = 8; member
285 callModeReportInfo.callIndex = static_cast<int32_t>(size % CALL_INDEX_MAX_NUM); in IMSVideoCallFunc()
402 callModeReportInfo.callIndex = static_cast<int32_t>(size % CALL_INDEX_MAX_NUM); in OttVideoCallFunc()

Completed in 2 milliseconds