/base/telephony/call_manager/services/bluetooth/src/ |
D | bluetooth_call_policy.cpp | 27 int32_t BluetoothCallPolicy::AnswerCallPolicy(int32_t &callId) in AnswerCallPolicy() 41 int32_t BluetoothCallPolicy::RejectCallPolicy(int32_t &callId) in RejectCallPolicy() 55 int32_t BluetoothCallPolicy::HoldCallPolicy(int32_t &callId) in HoldCallPolicy() 65 int32_t BluetoothCallPolicy::UnHoldCallPolicy(int32_t &callId) in UnHoldCallPolicy() 75 int32_t BluetoothCallPolicy::HangUpPolicy(int32_t &callId) in HangUpPolicy() 105 int32_t BluetoothCallPolicy::SwitchCallPolicy(int32_t &callId) in SwitchCallPolicy() 116 int32_t BluetoothCallPolicy::StartDtmfPolicy(int32_t &callId) in StartDtmfPolicy() 138 int32_t BluetoothCallPolicy::CombineConferencePolicy(int32_t &callId) in CombineConferencePolicy() 149 int32_t BluetoothCallPolicy::SeparateConferencePolicy(int32_t &callId) in SeparateConferencePolicy() 160 int32_t BluetoothCallPolicy::KickOutFromConferencePolicy(int32_t &callId) in KickOutFromConferencePolicy()
|
D | bluetooth_call_service.cpp | 40 int32_t callId = ERR_ID; in AnswerCall() local 66 int32_t callId = ERR_ID; in RejectCall() local 88 int32_t callId = ERR_ID; in HangUpCall() local 157 int32_t callId = ERR_ID; in HoldCall() local 177 int32_t callId = ERR_ID; in UnHoldCall() local 197 int32_t callId = ERR_ID; in SwitchCall() local 213 int32_t callId = ERR_ID; in StartDtmf() local 234 int32_t callId = ERR_ID; in StopDtmf() local 251 int32_t callId = ERR_ID; in CombineConference() local 267 int32_t callId = ERR_ID; in SeparateConference() local [all …]
|
/base/telephony/call_manager/services/call/src/ |
D | call_request_handler.cpp | 47 int32_t CallRequestHandler::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall() 57 int32_t CallRequestHandler::RejectCall(int32_t callId, bool isSendSms, std::string &content) in RejectCall() 70 int32_t CallRequestHandler::HangUpCall(int32_t callId) in HangUpCall() 80 int32_t CallRequestHandler::HoldCall(int32_t callId) in HoldCall() 90 int32_t CallRequestHandler::UnHoldCall(int32_t callId) in UnHoldCall() 100 int32_t CallRequestHandler::SwitchCall(int32_t callId) in SwitchCall() 110 int32_t CallRequestHandler::StartRtt(int32_t callId, std::u16string &msg) in StartRtt() 123 int32_t CallRequestHandler::StopRtt(int32_t callId) in StopRtt() 133 int32_t CallRequestHandler::JoinConference(int32_t callId, std::vector<std::string> &numberList) in JoinConference() 156 int32_t CallRequestHandler::SeparateConference(int32_t callId) in SeparateConference() [all …]
|
D | call_request_process.cpp | 89 void CallRequestProcess::AnswerRequest(int32_t callId, int32_t videoState) in AnswerRequest() 104 void CallRequestProcess::RejectRequest(int32_t callId, bool isSendSms, std::string &content) in RejectRequest() 121 void CallRequestProcess::HangUpRequest(int32_t callId) in HangUpRequest() 149 void CallRequestProcess::HoldRequest(int32_t callId) in HoldRequest() 159 void CallRequestProcess::UnHoldRequest(int32_t callId) in UnHoldRequest() 169 void CallRequestProcess::SwitchRequest(int32_t callId) in SwitchRequest() 192 void CallRequestProcess::SeparateConferenceRequest(int32_t callId) in SeparateConferenceRequest() 205 void CallRequestProcess::KickOutFromConferenceRequest(int32_t callId) in KickOutFromConferenceRequest() 218 int32_t CallRequestProcess::UpdateImsCallMode(int32_t callId, ImsCallMode mode) in UpdateImsCallMode() 240 void CallRequestProcess::UpdateCallMediaModeRequest(int32_t callId, ImsCallMode mode) in UpdateCallMediaModeRequest() [all …]
|
D | call_policy.cpp | 66 int32_t CallPolicy::AnswerCallPolicy(int32_t callId, int32_t videoState) in AnswerCallPolicy() 85 int32_t CallPolicy::RejectCallPolicy(int32_t callId) in RejectCallPolicy() 99 int32_t CallPolicy::HoldCallPolicy(int32_t callId) in HoldCallPolicy() 113 int32_t CallPolicy::UnHoldCallPolicy(int32_t callId) in UnHoldCallPolicy() 127 int32_t CallPolicy::HangUpPolicy(int32_t callId) in HangUpPolicy() 142 int32_t CallPolicy::SwitchCallPolicy(int32_t callId) in SwitchCallPolicy() 163 int32_t CallPolicy::UpdateCallMediaModePolicy(int32_t callId, ImsCallMode mode) in UpdateCallMediaModePolicy() 178 int32_t CallPolicy::StartRttPolicy(int32_t callId) in StartRttPolicy() 197 int32_t CallPolicy::StopRttPolicy(int32_t callId) in StopRttPolicy() 366 int32_t CallPolicy::InviteToConferencePolicy(int32_t callId, std::vector<std::string> &numberList) in InviteToConferencePolicy()
|
D | ims_conference.cpp | 40 int32_t ImsConference::JoinToConference(int32_t callId) in JoinToConference() 60 int32_t ImsConference::LeaveFromConference(int32_t callId) in LeaveFromConference() 80 int32_t ImsConference::HoldConference(int32_t callId) in HoldConference()
|
D | ott_conference.cpp | 40 int32_t OttConference::JoinToConference(int32_t callId) in JoinToConference() 60 int32_t OttConference::LeaveFromConference(int32_t callId) in LeaveFromConference() 80 int32_t OttConference::HoldConference(int32_t callId) in HoldConference()
|
D | cs_conference.cpp | 42 int32_t CsConference::JoinToConference(int32_t callId) in JoinToConference() 60 int32_t CsConference::LeaveFromConference(int32_t callId) in LeaveFromConference() 80 int32_t CsConference::HoldConference(int32_t callId) in HoldConference()
|
D | conference_base.cpp | 44 int32_t ConferenceBase::SetMainCall(int32_t callId) in SetMainCall() 73 int32_t ConferenceBase::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() 93 int32_t ConferenceBase::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &cal… in GetCallIdListForConference()
|
D | call_control_manager.cpp | 151 int32_t CallControlManager::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall() 183 int32_t CallControlManager::RejectCall(int32_t callId, bool rejectWithMessage, std::u16string textM… in RejectCall() 216 int32_t CallControlManager::HangUpCall(int32_t callId) in HangUpCall() 273 int32_t CallControlManager::HoldCall(int32_t callId) in HoldCall() 292 int32_t CallControlManager::UnHoldCall(const int32_t callId) in UnHoldCall() 312 int32_t CallControlManager::SwitchCall(int32_t callId) in SwitchCall() 423 int32_t CallControlManager::StartDtmf(int32_t callId, char str) in StartDtmf() 441 int32_t CallControlManager::StopDtmf(int32_t callId) in StopDtmf() 459 int32_t CallControlManager::PostDialProceed(int32_t callId, bool proceed) in PostDialProceed() 650 int32_t CallControlManager::SeparateConference(int32_t callId) in SeparateConference() [all …]
|
D | call_object_manager.cpp | 74 int32_t CallObjectManager::DeleteOneCallObject(int32_t callId) in DeleteOneCallObject() 105 sptr<CallBase> CallObjectManager::GetOneCallObject(int32_t callId) in GetOneCallObject() 243 bool CallObjectManager::IsCallExist(int32_t callId) in IsCallExist() 299 TelCallState CallObjectManager::GetCallState(int32_t callId) in GetCallState() 363 bool CallObjectManager::IsCallExist(TelCallState callState, int32_t &callId) in IsCallExist() 377 bool CallObjectManager::IsConferenceCallExist(TelConferenceState state, int32_t &callId) in IsConferenceCallExist()
|
/base/telephony/call_manager/services/call/include/ |
D | call_request_handler.h | 31 int32_t callId = 0; member 36 int32_t callId = 0; member 42 int32_t callId = 0; member 47 int32_t callId = 0; member 52 int32_t callId = 0; member
|
/base/telephony/call_manager/frameworks/native/src/ |
D | call_manager_client.cpp | 87 int32_t CallManagerClient::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall() 97 int32_t CallManagerClient::RejectCall(int32_t callId, bool isSendSms, std::u16string content) in RejectCall() 107 int32_t CallManagerClient::HangUpCall(int32_t callId) in HangUpCall() 127 int32_t CallManagerClient::HoldCall(int32_t callId) in HoldCall() 137 int32_t CallManagerClient::UnHoldCall(int32_t callId) in UnHoldCall() 147 int32_t CallManagerClient::SwitchCall(int32_t callId) in SwitchCall() 157 int32_t CallManagerClient::CombineConference(int32_t callId) in CombineConference() 167 int32_t CallManagerClient::SeparateConference(int32_t callId) in SeparateConference() 177 int32_t CallManagerClient::KickOutFromConference(int32_t callId) in KickOutFromConference() 187 int32_t CallManagerClient::GetMainCallId(int32_t &callId, int32_t &mainCallId) in GetMainCallId() [all …]
|
D | call_manager_proxy.cpp | 312 int32_t CallManagerProxy::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall() 327 int32_t CallManagerProxy::RejectCall(int32_t callId, bool isSendSms, std::u16string content) in RejectCall() 342 int32_t CallManagerProxy::HangUpCall(int32_t callId) in HangUpCall() 372 int32_t CallManagerProxy::HoldCall(int32_t callId) in HoldCall() 387 int32_t CallManagerProxy::UnHoldCall(int32_t callId) in UnHoldCall() 402 int32_t CallManagerProxy::SwitchCall(int32_t callId) in SwitchCall() 417 int32_t CallManagerProxy::CombineConference(int32_t callId) in CombineConference() 432 int32_t CallManagerProxy::SeparateConference(int32_t callId) in SeparateConference() 447 int32_t CallManagerProxy::KickOutFromConference(int32_t callId) in KickOutFromConference() 462 int32_t CallManagerProxy::GetMainCallId(int32_t &callId, int32_t &mainCallId) in GetMainCallId() [all …]
|
D | call_manager_service_proxy.cpp | 105 int32_t CallManagerServiceProxy::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall() 129 int32_t CallManagerServiceProxy::RejectCall(int32_t callId, bool rejectWithMessage, std::u16string … in RejectCall() 154 int32_t CallManagerServiceProxy::HangUpCall(int32_t callId) in HangUpCall() 199 int32_t CallManagerServiceProxy::HoldCall(int32_t callId) in HoldCall() 222 int32_t CallManagerServiceProxy::UnHoldCall(int32_t callId) in UnHoldCall() 245 int32_t CallManagerServiceProxy::SwitchCall(int32_t callId) in SwitchCall() 436 int32_t CallManagerServiceProxy::StartDtmf(int32_t callId, char str) in StartDtmf() 461 int32_t CallManagerServiceProxy::StopDtmf(int32_t callId) in StopDtmf() 484 int32_t CallManagerServiceProxy::PostDialProceed(int32_t callId, bool proceed) in PostDialProceed() 746 int32_t CallManagerServiceProxy::StartRtt(int32_t callId, std::u16string &msg) in StartRtt() [all …]
|
/base/telephony/call_manager/services/call_manager_service/src/ |
D | call_manager_service.cpp | 258 int32_t CallManagerService::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall() 277 int32_t CallManagerService::RejectCall(int32_t callId, bool rejectWithMessage, std::u16string textM… in RejectCall() 295 int32_t CallManagerService::HangUpCall(int32_t callId) in HangUpCall() 323 int32_t CallManagerService::HoldCall(int32_t callId) in HoldCall() 341 int32_t CallManagerService::UnHoldCall(int32_t callId) in UnHoldCall() 359 int32_t CallManagerService::SwitchCall(int32_t callId) in SwitchCall() 441 int32_t CallManagerService::StartDtmf(int32_t callId, char str) in StartDtmf() 459 int32_t CallManagerService::StopDtmf(int32_t callId) in StopDtmf() 477 int32_t CallManagerService::PostDialProceed(int32_t callId, bool proceed) in PostDialProceed() 654 int32_t CallManagerService::StartRtt(int32_t callId, std::u16string &msg) in StartRtt() [all …]
|
D | call_manager_service_stub.cpp | 285 int32_t callId = data.ReadInt32(); in OnAcceptCall() local 298 int32_t callId = data.ReadInt32(); in OnRejectCall() local 312 int32_t callId = data.ReadInt32(); in OnHangUpCall() local 335 int32_t callId = data.ReadInt32(); in OnHoldCall() local 347 int32_t callId = data.ReadInt32(); in OnUnHoldCall() local 359 int32_t callId = data.ReadInt32(); in OnSwitchCall() local 479 int32_t callId = data.ReadInt32(); in OnStartDtmf() local 493 int32_t callId = data.ReadInt32(); in OnStopDtmf() local 506 int32_t callId = data.ReadInt32(); in OnPostDialProceed() local 668 int32_t callId = data.ReadInt32(); in OnSeparateConference() local [all …]
|
D | call_manager_hisysevent.cpp | 99 void CallManagerHisysevent::WriteAnswerCallFaultEvent(const int32_t slotId, const int32_t callId, in WriteAnswerCallFaultEvent() 114 const int32_t slotId, const int32_t callId, const int32_t errCode, const std::string &desc) in WriteHangUpFaultEvent() 308 void CallManagerHisysevent::JudgingAnswerTimeOut(const int32_t slotId, const int32_t callId, const … in JudgingAnswerTimeOut()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
D | call_manager_gtest.cpp | 89 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() 677 int32_t callId = INVALID_NEGATIVE_ID; variable 695 int32_t callId = INVALID_POSITIVE_ID; variable 711 int32_t callId = INVALID_POSITIVE_ID; variable 745 int32_t callId = INVALID_NEGATIVE_ID; variable 761 int32_t callId = INVALID_NEGATIVE_ID; variable 795 int32_t callId = INVALID_NEGATIVE_ID; variable 814 int32_t callId = INVALID_NEGATIVE_ID; variable 831 int32_t callId = INVALID_NEGATIVE_ID; variable 972 int32_t callId = INVALID_NEGATIVE_ID; variable [all …]
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
D | call_manager_connect.h | 535 int32_t AnswerCall(int32_t callId, int32_t videoState) const in AnswerCall() 544 int32_t RejectCall(int32_t callId, bool isSendSms, std::u16string content) const in RejectCall() 553 int32_t HoldCall(int32_t callId) const in HoldCall() 562 int32_t UnHoldCall(int32_t callId) const in UnHoldCall() 571 int32_t HangUpCall(int32_t callId) const in HangUpCall() 589 int32_t SwitchCall(int32_t callId) const in SwitchCall() 634 int32_t StartDtmf(int32_t callId, char c) const in StartDtmf() 643 int32_t StopDtmf(int32_t callId) const in StopDtmf() 715 int32_t SeparateConference(int32_t callId) const in SeparateConference() 724 int32_t KickOutFromConference(int32_t callId) const in KickOutFromConference() [all …]
|
/base/telephony/call_manager/services/audio/src/ |
D | call_state_processor.cpp | 35 void CallStateProcessor::AddCall(int32_t callId, TelCallState state) in AddCall() 74 void CallStateProcessor::DeleteCall(int32_t callId, TelCallState state) in DeleteCall()
|
/base/telephony/call_manager/test/unittest/ui_client/ |
D | ui_client_test.cpp | 263 int32_t callId = DEFAULT_CALL_ID; in AnswerCall() local 282 int32_t callId = DEFAULT_CALL_ID; in RejectCall() local 311 int32_t callId = DEFAULT_CALL_ID; in HoldCall() local 326 int32_t callId = DEFAULT_CALL_ID; in UnHoldCall() local 341 int32_t callId = DEFAULT_CALL_ID; in HangUpCall() local 369 int32_t callId = DEFAULT_CALL_ID; in SeparateConference() local 383 int32_t callId = DEFAULT_CALL_ID; in KickOutFromConference() local 409 int32_t callId = DEFAULT_CALL_ID; in SwitchCall() local 476 int32_t callId = DEFAULT_CALL_ID; in StartDtmf() local 487 int32_t callId = DEFAULT_CALL_ID; in StopDtmf() local [all …]
|
/base/telephony/call_manager/test/fuzztest/startdtmf_fuzzer/ |
D | startdtmf_fuzzer.cpp | 49 int32_t callId = size % CALL_ID_NUM; in StartDtmf() local 65 int32_t callId = size % CALL_ID_NUM; in StopRtt() local
|
/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/ |
D | formatphonenumber_fuzzer.cpp | 49 int32_t callId = static_cast<int32_t>(size); in GetMainCallId() local 65 int32_t callId = static_cast<int32_t>(size); in GetSubCallIdList() local 79 int32_t callId = static_cast<int32_t>(size); in GetCallIdListForConference() local
|
/base/telephony/call_manager/services/call_report/src/ |
D | call_state_report_proxy.cpp | 67 int32_t slotId, int32_t callId, int32_t callState, std::u16string incomingNumber) in ReportCallStateForCallId()
|