Searched refs:TEL_CALL_STATE_NUM (Results 1 – 2 of 2) sorted by relevance
37 constexpr int32_t TEL_CALL_STATE_NUM = 9; variable57 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 …]
32 constexpr int32_t TEL_CALL_STATE_NUM = 9; variable49 paraInfo.callState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in AudioControlManagerFunc()