/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()
|
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
|
/base/telephony/call_manager/services/call/src/ |
D | call_request_handler.cpp | 142 int32_t callId = *object; in HangUpCallEvent() local 161 int32_t callId = *object; in HoldCallEvent() local 180 int32_t callId = *object; in UnHoldCallEvent() local 199 int32_t callId = *object; in SwitchCallEvent() local 237 int32_t callId = *object; in SeparateConferenceEvent() local 293 int32_t callId = *object; in StopRttEvent() local 360 int32_t CallRequestHandlerService::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall() 382 int32_t CallRequestHandlerService::RejectCall(int32_t callId, bool isSendSms, std::string &content) in RejectCall() 412 int32_t CallRequestHandlerService::HangUpCall(int32_t callId) in HangUpCall() 432 int32_t CallRequestHandlerService::HoldCall(int32_t callId) in HoldCall() [all …]
|
D | call_request_process.cpp | 85 void CallRequestProcess::AnswerRequest(int32_t callId, int32_t videoState) in AnswerRequest() 100 void CallRequestProcess::RejectRequest(int32_t callId, bool isSendSms, std::string &content) in RejectRequest() 117 void CallRequestProcess::HangUpRequest(int32_t callId) in HangUpRequest() 140 void CallRequestProcess::HoldRequest(int32_t callId) in HoldRequest() 150 void CallRequestProcess::UnHoldRequest(int32_t callId) in UnHoldRequest() 160 void CallRequestProcess::SwitchRequest(int32_t callId) in SwitchRequest() 183 void CallRequestProcess::SeparateConferenceRequest(int32_t callId) in SeparateConferenceRequest() 196 int32_t CallRequestProcess::UpdateImsCallMode(int32_t callId, ImsCallMode mode) in UpdateImsCallMode() 218 void CallRequestProcess::UpdateCallMediaModeRequest(int32_t callId, ImsCallMode mode) in UpdateCallMediaModeRequest() 230 void CallRequestProcess::StartRttRequest(int32_t callId, std::u16string &msg) in StartRttRequest() [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() 352 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() 77 int32_t ImsConference::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() 77 int32_t CsConference::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() 77 int32_t OttConference::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() 440 int32_t CallControlManager::StopDtmf(int32_t callId) in StopDtmf() 600 int32_t CallControlManager::SeparateConference(int32_t callId) in SeparateConference() 624 int32_t CallControlManager::GetMainCallId(int32_t callId, int32_t &mainCallId) in GetMainCallId() [all …]
|
D | call_object_manager.cpp | 65 int32_t CallObjectManager::DeleteOneCallObject(int32_t callId) in DeleteOneCallObject() 96 sptr<CallBase> CallObjectManager::GetOneCallObject(int32_t callId) in GetOneCallObject() 232 bool CallObjectManager::IsCallExist(int32_t callId) in IsCallExist() 286 TelCallState CallObjectManager::GetCallState(int32_t callId) in GetCallState() 338 bool CallObjectManager::IsCallExist(TelCallState callState, int32_t &callId) in IsCallExist() 352 bool CallObjectManager::IsConferenceCallExist(TelConferenceState state, int32_t &callId) in IsConferenceCallExist()
|
/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::GetMainCallId(int32_t &callId, int32_t &mainCallId) in GetMainCallId() 187 int32_t CallManagerClient::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() [all …]
|
D | call_manager_proxy.cpp | 307 int32_t CallManagerProxy::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall() 322 int32_t CallManagerProxy::RejectCall(int32_t callId, bool isSendSms, std::u16string content) in RejectCall() 337 int32_t CallManagerProxy::HangUpCall(int32_t callId) in HangUpCall() 367 int32_t CallManagerProxy::HoldCall(int32_t callId) in HoldCall() 382 int32_t CallManagerProxy::UnHoldCall(int32_t callId) in UnHoldCall() 397 int32_t CallManagerProxy::SwitchCall(int32_t callId) in SwitchCall() 412 int32_t CallManagerProxy::CombineConference(int32_t callId) in CombineConference() 427 int32_t CallManagerProxy::SeparateConference(int32_t callId) in SeparateConference() 442 int32_t CallManagerProxy::GetMainCallId(int32_t &callId, int32_t &mainCallId) in GetMainCallId() 457 int32_t CallManagerProxy::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() [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() 437 int32_t CallManagerServiceProxy::StartDtmf(int32_t callId, char str) in StartDtmf() 461 int32_t CallManagerServiceProxy::StopDtmf(int32_t callId) in StopDtmf() 658 int32_t CallManagerServiceProxy::StartRtt(int32_t callId, std::u16string &msg) in StartRtt() 686 int32_t CallManagerServiceProxy::StopRtt(int32_t callId) in StopRtt() [all …]
|
/base/telephony/call_manager/services/call/include/ |
D | call_request_handler.h | 32 int32_t callId; member 37 int32_t callId; member 43 int32_t callId; member 48 int32_t callId; member 53 int32_t callId; member
|
/base/telephony/call_manager/services/call_manager_service/src/ |
D | call_manager_service.cpp | 234 int32_t CallManagerService::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall() 249 int32_t CallManagerService::RejectCall(int32_t callId, bool rejectWithMessage, std::u16string textM… in RejectCall() 263 int32_t CallManagerService::HangUpCall(int32_t callId) in HangUpCall() 287 int32_t CallManagerService::HoldCall(int32_t callId) in HoldCall() 301 int32_t CallManagerService::UnHoldCall(int32_t callId) in UnHoldCall() 315 int32_t CallManagerService::SwitchCall(int32_t callId) in SwitchCall() 377 int32_t CallManagerService::StartDtmf(int32_t callId, char str) in StartDtmf() 387 int32_t CallManagerService::StopDtmf(int32_t callId) in StopDtmf() 495 int32_t CallManagerService::StartRtt(int32_t callId, std::u16string &msg) in StartRtt() 505 int32_t CallManagerService::StopRtt(int32_t callId) in StopRtt() [all …]
|
D | call_manager_service_stub.cpp | 211 int32_t callId = data.ReadInt32(); in OnAcceptCall() local 224 int32_t callId = data.ReadInt32(); in OnRejectCall() local 238 int32_t callId = data.ReadInt32(); in OnHangUpCall() local 261 int32_t callId = data.ReadInt32(); in OnHoldCall() local 273 int32_t callId = data.ReadInt32(); in OnUnHoldCall() local 285 int32_t callId = data.ReadInt32(); in OnSwitchCall() local 402 int32_t callId = data.ReadInt32(); in OnStartDtmf() local 416 int32_t callId = data.ReadInt32(); in OnStopDtmf() local 537 int32_t callId = data.ReadInt32(); in OnSeparateConference() local 550 int32_t callId = data.ReadInt32(); in OnJoinConference() 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 | 85 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() 578 int32_t callId = INVALID_NEGATIVE_ID; variable 596 int32_t callId = INVALID_POSITIVE_ID; variable 612 int32_t callId = INVALID_POSITIVE_ID; variable 646 int32_t callId = INVALID_NEGATIVE_ID; variable 662 int32_t callId = INVALID_NEGATIVE_ID; variable 696 int32_t callId = INVALID_NEGATIVE_ID; variable 715 int32_t callId = INVALID_NEGATIVE_ID; variable 732 int32_t callId = INVALID_NEGATIVE_ID; variable 815 int32_t callId = INVALID_NEGATIVE_ID; variable [all …]
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
D | call_manager_connect.h | 431 int32_t AnswerCall(int32_t callId, int32_t videoState) const in AnswerCall() 440 int32_t RejectCall(int32_t callId, bool isSendSms, std::u16string content) const in RejectCall() 449 int32_t HoldCall(int32_t callId) const in HoldCall() 458 int32_t UnHoldCall(int32_t callId) const in UnHoldCall() 467 int32_t HangUpCall(int32_t callId) const in HangUpCall() 485 int32_t SwitchCall(int32_t callId) const in SwitchCall() 530 int32_t StartDtmf(int32_t callId, char c) const in StartDtmf() 539 int32_t StopDtmf(int32_t callId) const in StopDtmf() 611 int32_t SeparateConference(int32_t callId) const in SeparateConference() 649 int32_t GetMainCallId(int32_t callId, int32_t &mainCallId) in GetMainCallId() [all …]
|
/base/telephony/call_manager/test/unittest/ui_client/ |
D | ui_client_test.cpp | 204 int32_t callId = DEFAULT_CALL_ID; in AnswerCall() local 223 int32_t callId = DEFAULT_CALL_ID; in RejectCall() local 252 int32_t callId = DEFAULT_CALL_ID; in HoldCall() local 267 int32_t callId = DEFAULT_CALL_ID; in UnHoldCall() local 282 int32_t callId = DEFAULT_CALL_ID; in HangUpCall() local 310 int32_t callId = DEFAULT_CALL_ID; in SeparateConference() local 336 int32_t callId = DEFAULT_CALL_ID; in SwitchCall() local 403 int32_t callId = DEFAULT_CALL_ID; in StartDtmf() local 414 int32_t callId = DEFAULT_CALL_ID; in StopDtmf() local 648 int callId = DEFAULT_CALL_ID; in GetMainCallId() local [all …]
|
/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/ |
D | formatphonenumber_fuzzer.cpp | 49 int32_t callId = static_cast<int32_t>(size); in GetMainCallId() local 66 int32_t callId = static_cast<int32_t>(size); in GetSubCallIdList() local 81 int32_t callId = static_cast<int32_t>(size); in GetCallIdListForConference() local
|
/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/cellular_call/test/fuzztest/separateconference_fuzzer/ |
D | separateconference_fuzzer.cpp | 41 int32_t callId = static_cast<int32_t>(size); in DoSomethingInterestingWithMyAPI() 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()
|