Home
last modified time | relevance | path

Searched refs:videoState (Results 1 – 25 of 74) sorted by relevance

123

/base/telephony/cellular_call/services/common/src/
Dcellular_call_hisysevent.cpp68 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/
Dcall_manager_hisysevent.h39 …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/
Dcall_manager_hisysevent.cpp72 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/
Dcellular_call_hisysevent.h54 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);
Dcellular_call_data_struct.h36 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/
Dreporthungupinfo_fuzzer.cpp44 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/
Dcall_fuzzer.cpp64 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/
Dseparateconference_fuzzer.cpp43 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/
Dcall_request_process.cpp43 …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()
Dcall_policy.cpp58 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()
Dcarrier_call.cpp51 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()
Dott_call.cpp45 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()
Dcs_call.cpp34 int32_t CSCall::AnswerCall(int32_t videoState) in AnswerCall() argument
36 return CarrierAnswerCall(videoState); in AnswerCall()
/base/telephony/call_manager/services/call/include/
Dcommon_type.h36 videoState(VideoStateType::TYPE_VOICE), callType(CallType::TYPE_ERR_CALL), in DialParaInfo()
43 VideoStateType videoState; member
Dcall_request_handler.h33 int32_t videoState; member
96 int32_t AnswerCall(int32_t callId, int32_t videoState);
/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_ims.cpp33 … 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/
Danswerrequest_fuzzer.cpp40 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/
Dsetimsfeaturevalue_fuzzer.cpp195 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/
Dims_control.cpp37 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()
Dcontrol_base.cpp31 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()
Dcs_control.cpp35 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/
Dims_control.h199 … 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/
Dcall_manager_gtest.h93 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/
Dimsclient_fuzzer.cpp59 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/
Dcall_manager_inner_type.h153 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

123