/base/telephony/cellular_call/services/common/src/ |
D | cellular_call_hisysevent.cpp | 72 if (info.callType == CS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteDialCallBehaviorEvent() 74 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteDialCallBehaviorEvent() 76 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VIDEO_TYPE) { in WriteDialCallBehaviorEvent() 90 if (info.callType == CS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteHangUpCallBehaviorEvent() 92 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteHangUpCallBehaviorEvent() 94 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VIDEO_TYPE) { in WriteHangUpCallBehaviorEvent() 109 info.callType == IMS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteAnswerCallBehaviorEvent() 112 info.callType == IMS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteAnswerCallBehaviorEvent() 115 info.callType == IMS_CALL_TYPE && info.videoState == VIDEO_TYPE) { in WriteAnswerCallBehaviorEvent() 118 info.callType == CS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteAnswerCallBehaviorEvent() [all …]
|
/base/telephony/call_manager/services/call_manager_service/include/ |
D | call_manager_hisysevent.h | 39 …WriteIncomingCallFaultEvent(const int32_t slotId, const int32_t callType, const int32_t videoState, 41 …oid WriteDialCallFaultEvent(const int32_t slotId, const int32_t callType, const int32_t videoState, 43 …oid WriteAnswerCallFaultEvent(const int32_t slotId, const int32_t callId, const int32_t videoState, 51 void JudgingDialTimeOut(const int32_t slotId, const int32_t callType, const int32_t videoState); 52 …oid JudgingIncomingTimeOut(const int32_t slotId, const int32_t callType, const int32_t videoState); 53 void JudgingAnswerTimeOut(const int32_t slotId, const int32_t callId, const int32_t videoState);
|
/base/telephony/call_manager/services/call_manager_service/src/ |
D | call_manager_hisysevent.cpp | 72 const int32_t videoState, const int32_t errCode, const std::string &desc) in WriteIncomingCallFaultEvent() argument 77 … CALL_TYPE_KEY, callType, VIDEO_STATE_KEY, videoState, ERROR_TYPE_KEY, static_cast<int32_t>(value), in WriteIncomingCallFaultEvent() 81 …CALL_TYPE_KEY, callType, VIDEO_STATE_KEY, videoState, ERROR_TYPE_KEY, errCode, ERROR_MSG_KEY, desc… in WriteIncomingCallFaultEvent() 86 const int32_t videoState, const int32_t errCode, const std::string &desc) in WriteDialCallFaultEvent() argument 91 … CALL_TYPE_KEY, callType, VIDEO_STATE_KEY, videoState, ERROR_TYPE_KEY, static_cast<int32_t>(value), in WriteDialCallFaultEvent() 95 …CALL_TYPE_KEY, callType, VIDEO_STATE_KEY, videoState, ERROR_TYPE_KEY, errCode, ERROR_MSG_KEY, desc… in WriteDialCallFaultEvent() 100 const int32_t videoState, const int32_t errCode, const std::string &desc) in WriteAnswerCallFaultEvent() argument 105 … CALL_ID_KEY, callId, VIDEO_STATE_KEY, videoState, ERROR_TYPE_KEY, static_cast<int32_t>(value), in WriteAnswerCallFaultEvent() 109 … CALL_ID_KEY, callId, VIDEO_STATE_KEY, videoState, ERROR_TYPE_KEY, errCode, ERROR_MSG_KEY, desc); in WriteAnswerCallFaultEvent() 283 …ysevent::JudgingDialTimeOut(const int32_t slotId, const int32_t callType, const int32_t videoState) in JudgingDialTimeOut() argument [all …]
|
/base/telephony/cellular_call/services/common/include/ |
D | cellular_call_hisysevent.h | 55 int32_t videoState = 0; member 73 …oid WriteDialCallFaultEvent(const int32_t slotId, const int32_t callType, const int32_t videoState, 75 …oid WriteAnswerCallFaultEvent(const int32_t slotId, const int32_t callId, const int32_t videoState, 79 …WriteIncomingCallFaultEvent(const int32_t slotId, const int32_t callType, const int32_t videoState, 82 … void SetCallParameterInfo(const int32_t slotId, const int32_t callType, const int32_t videoState); 86 …oid JudgingIncomingTimeOut(const int32_t slotId, const int32_t callType, const int32_t videoState);
|
D | cellular_call_data_struct.h | 43 int32_t videoState = 0; // 0: audio 1:video member 292 int32_t videoState = 0; // 0: audio 1:video member
|
/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
D | call_fuzzer.cpp | 64 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in CSCallFunc() 67 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in CSCallFunc() local 75 callObjectPtr->AnswerCall(videoState); in CSCallFunc() 106 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in DialingProcess() 145 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in GetCallerInfo() 191 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in IMSCallFunc() 194 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in IMSCallFunc() local 208 callObjectPtr->AnswerCall(videoState); in IMSCallFunc() 247 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in OttCallFunc() 250 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in OttCallFunc() local [all …]
|
/base/telephony/cellular_call/test/fuzztest/reporthungupinfo_fuzzer/ |
D | reporthungupinfo_fuzzer.cpp | 44 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DoSomethingInterestingWithMyAPI() local 57 callInfo.videoState = videoState; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/ |
D | separateconference_fuzzer.cpp | 43 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DoSomethingInterestingWithMyAPI() local 57 callInfo.videoState = videoState; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/services/call/include/ |
D | common_type.h | 36 videoState(VideoStateType::TYPE_VOICE), callType(CallType::TYPE_ERR_CALL), in DialParaInfo() 43 VideoStateType videoState = VideoStateType::TYPE_VOICE; member
|
D | call_request_handler.h | 32 int32_t videoState = 0; member 67 int32_t AnswerCall(int32_t callId, int32_t videoState);
|
/base/telephony/cellular_call/test/fuzztest/answerrequest_fuzzer/ |
D | answerrequest_fuzzer.cpp | 40 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DoSomethingInterestingWithMyAPI() local 45 cellularCallConnectionIMS->AnswerRequest(slotId, phoneNum, videoState, index); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/services/call/src/ |
D | call_request_process.cpp | 45 …static_cast<int32_t>(info.videoState), static_cast<int32_t>(CallErrorCode::CALL_ERROR_DEVICE_NOT_D… in DialRequest() 65 static_cast<int32_t>(info.videoState), in DialRequest() 89 void CallRequestProcess::AnswerRequest(int32_t callId, int32_t videoState) in AnswerRequest() argument 96 int32_t ret = call->AnswerCall(videoState); in AnswerRequest() 310 callDetatilInfo.callMode = info.videoState; in UpdateCallReportInfo() 369 static_cast<int32_t>(info.videoState), ret, "Carrier type PackCellularCallInfo failed"); in CarrierDialProcess() 396 … static_cast<int32_t>(info.videoState), ret, "Voice mail type PackCellularCallInfo failed"); in VoiceMailDialProcess() 412 callInfo.PutIntValue("videoState", static_cast<int32_t>(info.videoState)); in OttDialProcess() 427 callInfo.videoState = static_cast<int32_t>(info.videoState); in PackCellularCallInfo()
|
D | call_policy.cpp | 58 VideoStateType videoState = (VideoStateType)extras.GetIntValue("videoState"); in DialPolicy() local 59 if (videoState != VideoStateType::TYPE_VOICE && videoState != VideoStateType::TYPE_VIDEO) { in DialPolicy() 66 int32_t CallPolicy::AnswerCallPolicy(int32_t callId, int32_t videoState) in AnswerCallPolicy() argument 68 if (videoState != static_cast<int32_t>(VideoStateType::TYPE_VOICE) && in AnswerCallPolicy() 69 videoState != static_cast<int32_t>(VideoStateType::TYPE_VIDEO)) { in AnswerCallPolicy()
|
D | carrier_call.cpp | 51 int32_t CarrierCall::CarrierAnswerCall(int32_t videoState) in CarrierAnswerCall() argument 58 slotId_, INVALID_PARAMETER, videoState, ret, "the device is currently not ringing"); in CarrierAnswerCall() 65 slotId_, INVALID_PARAMETER, videoState, ret, "PackCellularCallInfo failed"); in CarrierAnswerCall() 281 callInfo.videoState = static_cast<int32_t>(videoState_); in PackCellularCallInfo()
|
D | ott_call.cpp | 45 int32_t OTTCall::AnswerCall(int32_t videoState) in AnswerCall() argument 51 … INVALID_PARAMETER, INVALID_PARAMETER, videoState, ret, "the device is currently not ringing"); in AnswerCall() 59 INVALID_PARAMETER, INVALID_PARAMETER, videoState, ret, "PackOttCallRequestInfo failed"); in AnswerCall() 375 requestInfo.videoState = videoState_; in PackOttCallRequestInfo()
|
D | cs_call.cpp | 34 int32_t CSCall::AnswerCall(int32_t videoState) in AnswerCall() argument 36 return CarrierAnswerCall(videoState); in AnswerCall()
|
D | call_request_handler.cpp | 47 int32_t CallRequestHandler::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall() argument 53 ffrt::submit([=]() { callRequestProcessPtr_->AnswerRequest(callId, videoState); }); in AnswerCall()
|
/base/telephony/cellular_call/services/connection/src/ |
D | cellular_call_connection_ims.cpp | 34 … slotId, INVALID_PARAMETER, dialRequest.videoState, TELEPHONY_ERR_MEMSET_FAIL, "memset_s error"); in DialRequest() 47 … slotId, INVALID_PARAMETER, dialRequest.videoState, TELEPHONY_ERR_STRCPY_FAIL, "strcpy_s fail"); in DialRequest() 51 callInfo.videoState = dialRequest.videoState; in DialRequest() 55 … CellularCallHiSysEvent::WriteDialCallFaultEvent(slotId, INVALID_PARAMETER, dialRequest.videoState, in DialRequest() 94 int32_t slotId, const std::string &phoneNum, int32_t videoState, int32_t index) in AnswerRequest() argument 110 callInfo.videoState = videoState; in AnswerRequest()
|
/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/ |
D | setimsfeaturevalue_fuzzer.cpp | 217 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in Reject() local 229 callInfo.videoState = videoState; in Reject() 253 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in HangUp() local 265 callInfo.videoState = videoState; in HangUp()
|
/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/ |
D | getcallrestriction_fuzzer.cpp | 237 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in Dial() local 249 callInfo.videoState = videoState; in Dial() 288 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in KickOutFromConference() local 300 callInfo.videoState = videoState; in KickOutFromConference()
|
/base/telephony/cellular_call/services/control/src/ |
D | ims_control.cpp | 37 callInfo.slotId, static_cast<int32_t>(callInfo.callType), callInfo.videoState); in Dial() 60 return DialJudgment(callInfo.slotId, newPhoneNum, clirMode, callInfo.videoState); in Dial() 63 …::DialJudgment(int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t videoState) in DialJudgment() argument 69 …slotId, INVALID_PARAMETER, videoState, CALL_ERR_CALL_COUNTS_EXCEED_LIMIT, "ims dial call state err… in DialJudgment() 83 return EncapsulateDial(slotId, phoneNum, clirMode, videoState); in DialJudgment() 87 int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t videoState) const in EncapsulateDial() 92 dialInfo.videoState = videoState; in EncapsulateDial() 199 …return pConnection->AnswerRequest(callInfo.slotId, callInfo.phoneNum, callInfo.videoState, callInf… in Answer()
|
D | control_base.cpp | 39 callInfo.videoState, CALL_ERR_PHONE_NUMBER_EMPTY, "dialString is empty"); in DialPreJudgment() 47 callInfo.videoState, CALL_ERR_GET_RADIO_STATE_FAILED, "radio state error"); in DialPreJudgment()
|
/base/telephony/cellular_call/services/control/include/ |
D | ims_control.h | 204 … DialJudgment(int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t videoState); 214 …ateDial(int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t videoState) const;
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
D | call_manager_gtest.h | 93 void InitDialInfo(int32_t accountId, int32_t videoState, int32_t dialScene, int32_t dialType) in InitDialInfo() argument 96 dialInfo_.PutIntValue("videoState", videoState); in InitDialInfo()
|
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
D | imsclient_fuzzer.cpp | 59 int32_t videoState = static_cast<int32_t>(size % 3); in TestImsCallClientWithCallInfo() local 66 callInfo.videoState = videoState; in TestImsCallClientWithCallInfo() 177 int32_t videoState = static_cast<int32_t>(size % 3); in TestImsCallProxyWithCallInfo() local 184 callInfo.videoState = videoState; in TestImsCallProxyWithCallInfo()
|