/ohos5.0/base/telephony/call_manager/services/hisysevent/src/ |
H A D | call_manager_hisysevent.cpp | 86 const int32_t videoState, const int32_t errCode, const std::string &desc) in WriteIncomingCallFaultEvent() 100 const int32_t videoState, const int32_t errCode, const std::string &desc) in WriteDialCallFaultEvent() 114 const int32_t videoState, const int32_t errCode, const std::string &desc) in WriteAnswerCallFaultEvent() 297 …ysevent::JudgingDialTimeOut(const int32_t slotId, const int32_t callType, const int32_t videoState) in JudgingDialTimeOut() 310 const int32_t slotId, const int32_t callType, const int32_t videoState) in JudgingIncomingTimeOut() 322 …ysevent::JudgingAnswerTimeOut(const int32_t slotId, const int32_t callId, const int32_t videoState) in JudgingAnswerTimeOut()
|
/ohos5.0/base/telephony/call_manager/utils/src/ |
H A D | call_dialog.cpp | 109 …int32_t &accountId, int32_t &videoState, int32_t &dialType, int32_t &dialScene, int32_t &callType,… in DialogConnectPrivpacyModeExtension() 126 int32_t &callId, int32_t &videoState, bool isVideo) in DialogConnectAnswerPrivpacyModeExtension() 142 …int32_t &accountId, int32_t &videoState, int32_t &dialType, int32_t &dialScene, int32_t &callType,… in BuildStartPrivpacyModeCommand() 163 int32_t &callId, int32_t &videoState, bool isVideo) in BuildStartAnswerPrivpacyModeCommand()
|
/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | cellular_call_hisysevent.cpp | 134 const int32_t videoState, const int32_t errCode, const std::string &desc) in WriteIncomingCallFaultEvent() 148 const int32_t videoState, const int32_t errorCode, const std::string &desc) in WriteDialCallFaultEvent() 162 const int32_t videoState, const int32_t errorCode, const std::string &desc) in WriteAnswerCallFaultEvent() 333 const int32_t slotId, const int32_t callType, const int32_t videoState) in SetCallParameterInfo() 364 const int32_t slotId, const int32_t callType, const int32_t videoState) in JudgingIncomingTimeOut()
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_policy.cpp | 58 VideoStateType videoState = (VideoStateType)extras.GetIntValue("videoState"); in DialPolicy() local 96 int32_t videoState = extras.GetIntValue("videoState"); in SuperPrivacyMode() local 160 int32_t CallPolicy::IsVoiceCallValid(VideoStateType videoState) in IsVoiceCallValid() 185 VideoStateType videoState = (VideoStateType)extras.GetIntValue("videoState"); in CanDialMulityCall() local 211 int32_t CallPolicy::AnswerCallPolicy(int32_t callId, int32_t videoState) in AnswerCallPolicy()
|
H A D | call_superprivacy_control_manager.cpp | 128 int32_t &videoState, int32_t &dialType, int32_t &dialScene, int32_t &callType) in CloseCallSuperPrivacyMode() 148 void CallSuperPrivacyControlManager::CloseAnswerSuperPrivacyMode(int32_t callId, int32_t videoState) in CloseAnswerSuperPrivacyMode()
|
H A D | call_request_process.cpp | 95 void CallRequestProcess::AnswerRequest(int32_t callId, int32_t videoState) in AnswerRequest() 115 …d CallRequestProcess::AnswerRequestForDsda(sptr<CallBase> call, int32_t callId, int32_t videoState) in AnswerRequestForDsda() 199 bool CallRequestProcess::NeedAnswerVTAndEndActiveVO(int32_t callId, int32_t videoState) in NeedAnswerVTAndEndActiveVO() 218 bool CallRequestProcess::NeedAnswerVOAndEndActiveVT(int32_t callId, int32_t videoState) in NeedAnswerVOAndEndActiveVT() 255 void CallRequestProcess::HoldOrDisconnectedCall(int32_t callId, int32_t slotId, int32_t videoState) in HoldOrDisconnectedCall() 305 …sptr<CallBase> call, int32_t activeCallNum, int32_t slotId, int32_t videoState, sptr<CallBase> inc… in HandleDsdaIncomingCall() 475 …id CallRequestProcess::DisconnectOtherSubIdCall(int32_t callId, int32_t slotId, int32_t videoState) in DisconnectOtherSubIdCall()
|
H A D | satellite_call.cpp | 34 int32_t SatelliteCall::AnswerCall(int32_t videoState) in AnswerCall()
|
H A D | cs_call.cpp | 34 int32_t CSCall::AnswerCall(int32_t videoState) in AnswerCall()
|
H A D | call_status_manager.cpp | 365 auto videoState = call->GetVideoStateType(); in IncomingHandle() local 932 int32_t videoState = static_cast<int32_t>(ringCall->GetVideoStateType()); in AutoHandleForDsda() local 1071 VideoStateType videoState = call->GetVideoStateType(); in UpdateCallState() local 1114 VideoStateType videoState = call->GetVideoStateType(); in SetVideoCallState() local 1185 VideoStateType videoState = call->GetVideoStateType(); in SetOriginalCallTypeForActiveState() local
|
H A D | call_request_handler.cpp | 47 int32_t CallRequestHandler::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall()
|
/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
H A D | call_fuzzer.cpp | 59 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in CSCallFunc() local 193 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in IMSCallFunc() local 238 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in VoIPCallFunc() local 351 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in OttCallFunc() local 464 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in SatelliteCallFunc() local
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/answerrequest_fuzzer/ |
H A D | answerrequest_fuzzer.cpp | 40 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/ |
H A D | separateconference_fuzzer.cpp | 43 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | call_control_manager.h | 173 int32_t videoState = 0; member
|
H A D | call_request_handler.h | 32 int32_t videoState = 0; member
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/ |
H A D | reporthangupinfo_fuzzer.cpp | 45 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/telephony/call_manager/frameworks/cj/src/ |
H A D | telephony_call_utils.h | 39 int32_t videoState; member
|
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/ |
H A D | call_records_manager.cpp | 262 int32_t CallRecordsManager::GetCallFeatures(int32_t videoState) in GetCallFeatures() 271 bool CallRecordsManager::IsVideoCall(int32_t videoState) in IsVideoCall()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager2_gtest.cpp | 919 int32_t videoState = (int32_t)VideoStateType::TYPE_VOICE; variable 937 int32_t videoState = INVALID_NEGATIVE_ID; variable 953 int32_t videoState = INVALID_NEGATIVE_ID; variable
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | voip_call_connection.cpp | 108 int32_t VoipCallConnection::AnswerCall(const VoipCallEventInfo &events, int32_t videoState) in AnswerCall()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | cellular_call_hisysevent_test.cpp | 92 int32_t videoState = VOICE_TYPE; variable 129 int32_t videoState = VOICE_TYPE; variable
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch3_test.cpp | 612 int32_t videoState = static_cast<int32_t>(VideoStateType::TYPE_VIDEO); variable 624 int32_t videoState = 0; variable 852 int32_t videoState = 0; variable
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
H A D | call_manager_gtest.h | 146 void InitDialInfo(int32_t accountId, int32_t videoState, int32_t dialScene, int32_t dialType) in InitDialInfo()
|
/ohos5.0/base/telephony/cellular_call/services/common/include/ |
H A D | cellular_call_hisysevent.h | 55 int32_t videoState = 0; member
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/ |
H A D | setimsfeaturevalue_fuzzer.cpp | 237 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in Reject() local 273 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in HangUp() local
|