/base/telephony/cellular_call/services/common/src/ |
D | cellular_call_hisysevent.cpp | 68 if (info.callType == CS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteDialCallBehaviorEvent() 70 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteDialCallBehaviorEvent() 72 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VIDEO_TYPE) { in WriteDialCallBehaviorEvent() 86 if (info.callType == CS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteHangUpCallBehaviorEvent() 88 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteHangUpCallBehaviorEvent() 90 } else if (info.callType == IMS_CALL_TYPE && info.videoState == VIDEO_TYPE) { in WriteHangUpCallBehaviorEvent() 105 info.callType == IMS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteAnswerCallBehaviorEvent() 108 info.callType == IMS_CALL_TYPE && info.videoState == VOICE_TYPE) { in WriteAnswerCallBehaviorEvent() 111 info.callType == IMS_CALL_TYPE && info.videoState == VIDEO_TYPE) { in WriteAnswerCallBehaviorEvent() 114 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 | 54 int32_t videoState; member 66 …oid WriteDialCallFaultEvent(const int32_t slotId, const int32_t callType, const int32_t videoState, 68 …oid WriteAnswerCallFaultEvent(const int32_t slotId, const int32_t callId, const int32_t videoState, 72 …WriteIncomingCallFaultEvent(const int32_t slotId, const int32_t callType, const int32_t videoState, 74 … void SetCallParameterInfo(const int32_t slotId, const int32_t callType, const int32_t videoState); 78 …oid JudgingIncomingTimeOut(const int32_t slotId, const int32_t callType, const int32_t videoState);
|
D | cellular_call_data_struct.h | 36 int32_t videoState; // 0: audio 1:video member 285 int32_t videoState; // 0: audio 1:video member
|
/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/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() 143 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in GetCallerInfo() 189 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in IMSCallFunc() 192 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in IMSCallFunc() local 206 callObjectPtr->AnswerCall(videoState); in IMSCallFunc() 243 paraInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in OttCallFunc() 246 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in OttCallFunc() local [all …]
|
/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/src/ |
D | call_request_process.cpp | 43 …static_cast<int32_t>(info.videoState), static_cast<int32_t>(CallErrorCode::CALL_ERROR_DEVICE_NOT_D… in DialRequest() 63 static_cast<int32_t>(info.videoState), in DialRequest() 85 void CallRequestProcess::AnswerRequest(int32_t callId, int32_t videoState) in AnswerRequest() argument 92 int32_t ret = call->AnswerCall(videoState); in AnswerRequest() 284 static_cast<int32_t>(info.videoState), ret, "Carrier type PackCellularCallInfo failed"); in CarrierDialProcess() 302 … static_cast<int32_t>(info.videoState), ret, "Voice mail type PackCellularCallInfo failed"); in VoiceMailDialProcess() 317 callInfo.PutIntValue("videoState", static_cast<int32_t>(info.videoState)); in OttDialProcess() 331 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() 264 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() 346 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()
|
/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; member
|
D | call_request_handler.h | 33 int32_t videoState; member 96 int32_t AnswerCall(int32_t callId, int32_t videoState);
|
/base/telephony/cellular_call/services/connection/src/ |
D | cellular_call_connection_ims.cpp | 33 … slotId, INVALID_PARAMETER, dialRequest.videoState, TELEPHONY_ERR_MEMSET_FAIL, "memset_s error"); in DialRequest() 43 … slotId, INVALID_PARAMETER, dialRequest.videoState, TELEPHONY_ERR_STRCPY_FAIL, "strcpy_s fail"); in DialRequest() 46 callInfo.videoState = dialRequest.videoState; in DialRequest() 50 … CellularCallHiSysEvent::WriteDialCallFaultEvent(slotId, INVALID_PARAMETER, dialRequest.videoState, in DialRequest() 89 int32_t slotId, const std::string &phoneNum, int32_t videoState, int32_t index) in AnswerRequest() argument 105 callInfo.videoState = videoState; in AnswerRequest()
|
/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/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/ |
D | setimsfeaturevalue_fuzzer.cpp | 195 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in Reject() local 207 callInfo.videoState = videoState; in Reject() 231 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in HangUp() local 243 callInfo.videoState = videoState; in HangUp()
|
/base/telephony/cellular_call/services/control/src/ |
D | ims_control.cpp | 37 callInfo.slotId, static_cast<int32_t>(callInfo.callType), callInfo.videoState); in Dial() 55 return DialJudgment(callInfo.slotId, newPhoneNum, clirMode, callInfo.videoState); in Dial() 58 …::DialJudgment(int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t videoState) in DialJudgment() argument 64 …slotId, INVALID_PARAMETER, videoState, CALL_ERR_CALL_COUNTS_EXCEED_LIMIT, "ims dial call state err… in DialJudgment() 77 return EncapsulateDial(slotId, phoneNum, clirMode, videoState); in DialJudgment() 81 int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t videoState) const in EncapsulateDial() 86 dialInfo.videoState = videoState; in EncapsulateDial() 181 …return pConnection->AnswerRequest(callInfo.slotId, callInfo.phoneNum, callInfo.videoState, callInf… in Answer()
|
D | control_base.cpp | 31 callInfo.videoState, CALL_ERR_PHONE_NUMBER_EMPTY, "dialString is empty"); in DialPreJudgment() 39 callInfo.videoState, CALL_ERR_GET_RADIO_STATE_FAILED, "radio state error"); in DialPreJudgment()
|
D | cs_control.cpp | 35 callInfo.slotId, static_cast<int32_t>(callInfo.callType), callInfo.videoState); in Dial() 51 callInfo.videoState, CALL_ERR_UNSUPPORTED_NETWORK_TYPE, "Network type error"); in Dial() 71 … callInfo.videoState, CALL_ERR_CALL_COUNTS_EXCEED_LIMIT, "cs cdma dial call state error"); in DialCdma() 100 callInfo.videoState, CALL_ERR_CALL_COUNTS_EXCEED_LIMIT, "cs gsm dial call state error"); in DialGsm() 215 …larCallHiSysEvent::WriteAnswerCallFaultEvent(callInfo.slotId, callInfo.callId, callInfo.videoState, in Answer() 255 …larCallHiSysEvent::WriteAnswerCallFaultEvent(callInfo.slotId, callInfo.callId, callInfo.videoState, in Answer()
|
/base/telephony/cellular_call/services/control/include/ |
D | ims_control.h | 199 … DialJudgment(int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t videoState); 209 …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() 176 int32_t videoState = static_cast<int32_t>(size % 3); in TestImsCallProxyWithCallInfo() local 183 callInfo.videoState = videoState; in TestImsCallProxyWithCallInfo()
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | call_manager_inner_type.h | 153 VideoStateType videoState; member 505 int32_t videoState; // 0: audio 1:video member 697 VideoStateType videoState; // 0: audio 1:video member 703 VideoStateType videoState; // 0: audio 1:video member
|