Home
last modified time | relevance | path

Searched defs:videoState (Results 1 - 25 of 58) sorted by relevance

123

/base/telephony/call_manager/services/call/include/
H A Dcall_request_handler.h32 int32_t videoState = 0; member
H A Dcall_control_manager.h172 int32_t videoState = 0; member
H A Dcommon_type.h45 VideoStateType videoState = VideoStateType::TYPE_VOICE; member
/base/telephony/cellular_call/test/fuzztest/answerrequest_fuzzer/
H A Danswerrequest_fuzzer.cpp40 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DoSomethingInterestingWithMyAPI() local
/base/telephony/cellular_call/test/fuzztest/separateconference_fuzzer/
H A Dseparateconference_fuzzer.cpp43 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DoSomethingInterestingWithMyAPI() local
/base/telephony/call_manager/frameworks/cj/src/
H A Dtelephony_call_utils.h39 int32_t videoState; member
/base/telephony/call_manager/services/call/src/
H A Dcall_request_handler.cpp47 int32_t CallRequestHandler::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall() argument
H A Dsatellite_call.cpp34 int32_t SatelliteCall::AnswerCall(int32_t videoState) in AnswerCall() argument
H A Dcarrier_call.cpp51 int32_t CarrierCall::CarrierAnswerCall(int32_t videoState) in CarrierAnswerCall() argument
H A Dcs_call.cpp34 int32_t CSCall::AnswerCall(int32_t videoState) in AnswerCall() argument
H A Dcall_broadcast_subscriber.cpp115 int32_t videoState = data.GetWant().GetIntParam("videoState", -1); in ConnectCallUiSuperPrivacyModeBroadcast() local
H A Dvoip_call.cpp49 int32_t VoIPCall::AnswerCall(int32_t videoState) in AnswerCall() argument
H A Dcall_superprivacy_control_manager.cpp147 void CallSuperPrivacyControlManager::CloseAnswerSuperPrivacyMode(int32_t callId, int32_t videoState) in CloseAnswerSuperPrivacyMode() argument
128 CloseCallSuperPrivacyMode(std::u16string &phoneNumber, int32_t &accountId, int32_t &videoState, int32_t &dialType, int32_t &dialScene, int32_t &callType) CloseCallSuperPrivacyMode() argument
/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp45 int32_t videoState = static_cast<int32_t>(size % VEDIO_STATE_NUM); in DoSomethingInterestingWithMyAPI() local
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp56 VideoStateType videoState = call->GetVideoStateType(); in AnswerCall() local
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dvoip_call_connection.cpp108 int32_t VoipCallConnection::AnswerCall(const VoipCallEventInfo &events, int32_t videoState) in AnswerCall() argument
/base/telephony/call_manager/utils/src/
H A Dcall_dialog.cpp155 int32_t videoState = static_cast<int32_t>(foregroundCall->GetVideoStateType()); in DialogCallingPrivacyModeExtension() local
112 DialogConnectPrivpacyModeExtension(const std::string &dialogReason, std::u16string &number, int32_t &accountId, int32_t &videoState, int32_t &dialType, int32_t &dialScene, int32_t &callType, bool isVideo) DialogConnectPrivpacyModeExtension() argument
129 DialogConnectAnswerPrivpacyModeExtension(const std::string &dialogReason, int32_t &callId, int32_t &videoState, bool isVideo) DialogConnectAnswerPrivpacyModeExtension() argument
167 BuildStartPrivpacyModeCommand(const std::string &dialogReason, std::u16string &number, int32_t &accountId, int32_t &videoState, int32_t &dialType, int32_t &dialScene, int32_t &callType, bool isVideo) BuildStartPrivpacyModeCommand() argument
190 BuildStartAnswerPrivpacyModeCommand(const std::string &dialogReason, int32_t &callId, int32_t &videoState, bool isVideo) BuildStartAnswerPrivpacyModeCommand() argument
209 BuildCallingPrivacyModeCommand(int32_t &videoState) BuildCallingPrivacyModeCommand() argument
[all...]
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp68 int32_t videoState = 0; in HWTEST_F() local
H A Dcellular_call_hisysevent_test.cpp92 int32_t videoState = VOICE_TYPE; in HWTEST_F() local
129 int32_t videoState = VOICE_TYPE; HWTEST_F() local
[all...]
/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_ims.cpp93 AnswerRequest( int32_t slotId, const std::string &phoneNum, int32_t videoState, int32_t index) AnswerRequest() argument
/base/telephony/call_manager/test/fuzztest/callabilitycallback_fuzzer/
H A Dcallabilitycallback_fuzzer.cpp176 int32_t videoState = static_cast<uint32_t>(size % VEDIO_STATE_NUM); in UpdateOttCallRequest() local
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_gtest.h141 void InitDialInfo(int32_t accountId, int32_t videoState, int32_t dialScene, int32_t dialType) in InitDialInfo() argument
/base/telephony/call_manager/services/hisysevent/src/
H A Dcall_manager_hisysevent.cpp295 void CallManagerHisysevent::JudgingDialTimeOut(const int32_t slotId, const int32_t callType, const int32_t videoState) in JudgingDialTimeOut() argument
83 WriteIncomingCallFaultEvent(const int32_t slotId, const int32_t callType, const int32_t videoState, const int32_t errCode, const std::string &desc) WriteIncomingCallFaultEvent() argument
97 WriteDialCallFaultEvent(const int32_t slotId, const int32_t callType, const int32_t videoState, const int32_t errCode, const std::string &desc) WriteDialCallFaultEvent() argument
111 WriteAnswerCallFaultEvent(const int32_t slotId, const int32_t callId, const int32_t videoState, const int32_t errCode, const std::string &desc) WriteAnswerCallFaultEvent() argument
307 JudgingIncomingTimeOut( const int32_t slotId, const int32_t callType, const int32_t videoState) JudgingIncomingTimeOut() argument
320 JudgingAnswerTimeOut(const int32_t slotId, const int32_t callId, const int32_t videoState) JudgingAnswerTimeOut() argument
[all...]
/base/telephony/cellular_call/services/common/include/
H A Dcellular_call_hisysevent.h55 int32_t videoState = 0; member
/base/telephony/call_manager/frameworks/native/src/
H A Dvoip_call_manager_proxy.cpp260 int32_t VoipCallManagerProxy::Answer(const VoipCallEventInfo &events, int32_t videoState) in Answer() argument

Completed in 15 milliseconds

123