Home
last modified time | relevance | path

Searched defs:callId (Results 1 – 25 of 77) sorted by relevance

1234

/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_policy.cpp27 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()
79 int32_t BluetoothCallPolicy::HangUpPolicy(int32_t &callId) in HangUpPolicy()
109 int32_t BluetoothCallPolicy::SwitchCallPolicy(int32_t &callId) in SwitchCallPolicy()
120 int32_t BluetoothCallPolicy::StartDtmfPolicy(int32_t &callId) in StartDtmfPolicy()
142 int32_t BluetoothCallPolicy::CombineConferencePolicy(int32_t &callId) in CombineConferencePolicy()
153 int32_t BluetoothCallPolicy::SeparateConferencePolicy(int32_t &callId) in SeparateConferencePolicy()
164 int32_t BluetoothCallPolicy::KickOutFromConferencePolicy(int32_t &callId) in KickOutFromConferencePolicy()
H A Dbluetooth_call_service.cpp44 int32_t callId = ERR_ID; in AnswerCall() local
81 int32_t callId = ERR_ID; in RejectCall() local
103 int32_t callId = ERR_ID; in HangUpCall() local
175 int32_t callId = ERR_ID; in HoldCall() local
195 int32_t callId = ERR_ID; in UnHoldCall() local
215 int32_t callId = ERR_ID; in SwitchCall() local
235 int32_t callId = ERR_ID; in StartDtmf() local
260 int32_t callId = ERR_ID; in StopDtmf() local
281 int32_t callId = ERR_ID; in CombineConference() local
301 int32_t callId = ERR_ID; in SeparateConference() local
[all …]
/ohos5.0/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()
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 …]
H A Dcs_conference.cpp42 int32_t CsConference::JoinToConference(int32_t callId) in JoinToConference()
57 int32_t CsConference::LeaveFromConference(int32_t callId) in LeaveFromConference()
78 int32_t CsConference::HoldConference(int32_t callId) in HoldConference()
H A Dims_conference.cpp40 int32_t ImsConference::JoinToConference(int32_t callId) in JoinToConference()
57 int32_t ImsConference::LeaveFromConference(int32_t callId) in LeaveFromConference()
78 int32_t ImsConference::HoldConference(int32_t callId) in HoldConference()
H A Dott_conference.cpp40 int32_t OttConference::JoinToConference(int32_t callId) in JoinToConference()
57 int32_t OttConference::LeaveFromConference(int32_t callId) in LeaveFromConference()
78 int32_t OttConference::HoldConference(int32_t callId) in HoldConference()
H A Dcall_request_process.cpp545 void CallRequestProcess::HangUpRequest(int32_t callId) in HangUpRequest()
573 int32_t callId = -1; in HangUpRequest() local
596 int32_t callId = -1; in HangUpForDsdaRequest() local
605 void CallRequestProcess::HoldRequest(int32_t callId) in HoldRequest()
615 void CallRequestProcess::UnHoldRequest(int32_t callId) in UnHoldRequest()
658 void CallRequestProcess::SwitchRequest(int32_t callId) in SwitchRequest()
681 void CallRequestProcess::SeparateConferenceRequest(int32_t callId) in SeparateConferenceRequest()
723 void CallRequestProcess::StopRttRequest(int32_t callId) in StopRttRequest()
996 for (int32_t callId : callIdList) { in EccDialPolicy() local
1023 int32_t callId = call->GetCallID(); in EccDialPolicy() local
[all …]
H A Dcall_policy.cpp211 int32_t CallPolicy::AnswerCallPolicy(int32_t callId, int32_t videoState) in AnswerCallPolicy()
230 int32_t CallPolicy::RejectCallPolicy(int32_t callId) in RejectCallPolicy()
244 int32_t CallPolicy::HoldCallPolicy(int32_t callId) in HoldCallPolicy()
258 int32_t CallPolicy::UnHoldCallPolicy(int32_t callId) in UnHoldCallPolicy()
272 int32_t CallPolicy::HangUpPolicy(int32_t callId) in HangUpPolicy()
287 int32_t CallPolicy::SwitchCallPolicy(int32_t callId) in SwitchCallPolicy()
308 int32_t CallPolicy::VideoCallPolicy(int32_t callId) in VideoCallPolicy()
319 int32_t CallPolicy::StartRttPolicy(int32_t callId) in StartRttPolicy()
338 int32_t CallPolicy::StopRttPolicy(int32_t callId) in StopRttPolicy()
507 int32_t CallPolicy::InviteToConferencePolicy(int32_t callId, std::vector<std::string> &numberList) in InviteToConferencePolicy()
H A Dconference_base.cpp45 int32_t ConferenceBase::SetMainCall(int32_t callId) in SetMainCall()
80 int32_t ConferenceBase::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList()
106 int32_t ConferenceBase::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &cal… in GetCallIdListForConference()
H A Dcall_control_manager.cpp209 int32_t CallControlManager::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall()
365 int32_t CallControlManager::HangUpCall(int32_t callId) in HangUpCall()
424 int32_t CallControlManager::HoldCall(int32_t callId) in HoldCall()
443 int32_t CallControlManager::UnHoldCall(const int32_t callId) in UnHoldCall()
463 int32_t CallControlManager::SwitchCall(int32_t callId) in SwitchCall()
604 int32_t CallControlManager::StartDtmf(int32_t callId, char str) in StartDtmf()
624 int32_t CallControlManager::StopDtmf(int32_t callId) in StopDtmf()
642 int32_t CallControlManager::PostDialProceed(int32_t callId, bool proceed) in PostDialProceed()
833 int32_t CallControlManager::SeparateConference(int32_t callId) in SeparateConference()
857 int32_t CallControlManager::KickOutFromConference(int32_t callId) in KickOutFromConference()
[all …]
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager1_gtest.cpp182 int32_t callId = INVALID_NEGATIVE_ID; variable
198 int32_t callId = INVALID_NEGATIVE_ID; variable
232 int32_t callId = INVALID_NEGATIVE_ID; variable
251 int32_t callId = INVALID_NEGATIVE_ID; variable
268 int32_t callId = INVALID_NEGATIVE_ID; variable
407 int32_t callId = INVALID_NEGATIVE_ID; variable
426 int32_t callId = INVALID_NEGATIVE_ID; variable
443 int32_t callId = INVALID_NEGATIVE_ID; variable
476 int32_t callId = INVALID_NEGATIVE_ID; variable
495 int32_t callId = INVALID_NEGATIVE_ID; variable
[all …]
H A Dcall_manager5_gtest.cpp287 int32_t callId = 1; variable
304 int32_t callId = 1; variable
321 int32_t callId = 1; variable
338 int32_t callId = 1; variable
356 int32_t callId = 1; variable
373 int32_t callId = 1; variable
390 int32_t callId = 1; variable
405 int32_t callId = 1; variable
735 int32_t callId = 1; variable
751 int32_t callId = 1; variable
[all …]
H A Dcall_manager_connect.cpp171 int32_t CallManagerConnect::AnswerCall(int32_t callId, int32_t videoState) const in AnswerCall()
180 int32_t CallManagerConnect::RejectCall(int32_t callId, bool isSendSms, std::u16string content) const in RejectCall()
270 int32_t CallManagerConnect::StartDtmf(int32_t callId, char c) const in StartDtmf()
398 int32_t CallManagerConnect::GetMainCallId(int32_t callId, int32_t &mainCallId) in GetMainCallId()
425 int32_t CallManagerConnect::ControlCamera(int32_t callId, std::u16string cameraId) in ControlCamera()
443 int32_t CallManagerConnect::SetPreviewWindow(int32_t callId, std::string surfaceId) in SetPreviewWindow()
464 int32_t CallManagerConnect::SetDisplayWindow(int32_t callId, std::string surfaceId) in SetDisplayWindow()
494 int32_t CallManagerConnect::SetPausePicture(int32_t callId, std::u16string path) in SetPausePicture()
503 int32_t CallManagerConnect::SetDeviceDirection(int32_t callId, int32_t rotation) in SetDeviceDirection()
512 int32_t CallManagerConnect::CancelCallUpgrade(int32_t callId) in CancelCallUpgrade()
[all …]
H A Dcall_manager6_gtest.cpp799 int32_t callId = 1; variable
818 int32_t callId = 1; variable
837 int32_t callId = 1; variable
859 int32_t callId = 1; variable
878 int32_t callId = 1; variable
894 int32_t callId = 1; variable
911 int32_t callId = 1; variable
927 int32_t callId = 1; variable
944 int32_t callId = 1; variable
960 int32_t callId = 1; variable
[all …]
H A Dcall_manager4_gtest.cpp207 int32_t callId = INVALID_NEGATIVE_ID; variable
224 int32_t callId = INVALID_POSITIVE_ID; variable
243 int32_t callId = INVALID_NEGATIVE_ID; variable
266 int32_t callId = INVALID_POSITIVE_ID; variable
291 int32_t callId = INVALID_NEGATIVE_ID; variable
314 int32_t callId = INVALID_POSITIVE_ID; variable
559 int32_t callId = INVALID_NEGATIVE_ID; variable
575 int32_t callId = INVALID_POSITIVE_ID; variable
642 int32_t callId = INVALID_NEGATIVE_ID; variable
720 int32_t callId = 0; variable
[all …]
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_client.cpp127 int32_t CallManagerClient::HangUpCall(int32_t callId) in HangUpCall()
167 int32_t CallManagerClient::HoldCall(int32_t callId) in HoldCall()
177 int32_t CallManagerClient::UnHoldCall(int32_t callId) in UnHoldCall()
187 int32_t CallManagerClient::SwitchCall(int32_t callId) in SwitchCall()
197 int32_t CallManagerClient::CombineConference(int32_t callId) in CombineConference()
207 int32_t CallManagerClient::SeparateConference(int32_t callId) in SeparateConference()
217 int32_t CallManagerClient::KickOutFromConference(int32_t callId) in KickOutFromConference()
350 int32_t CallManagerClient::StartDtmf(int32_t callId, char str) in StartDtmf()
360 int32_t CallManagerClient::StopDtmf(int32_t callId) in StopDtmf()
652 int32_t CallManagerClient::StopRtt(int32_t callId) in StopRtt()
[all …]
H A Dcall_manager_proxy.cpp427 int32_t CallManagerProxy::HangUpCall(int32_t callId) in HangUpCall()
465 int32_t CallManagerProxy::HoldCall(int32_t callId) in HoldCall()
484 int32_t CallManagerProxy::UnHoldCall(int32_t callId) in UnHoldCall()
503 int32_t CallManagerProxy::SwitchCall(int32_t callId) in SwitchCall()
522 int32_t CallManagerProxy::CombineConference(int32_t callId) in CombineConference()
541 int32_t CallManagerProxy::SeparateConference(int32_t callId) in SeparateConference()
560 int32_t CallManagerProxy::KickOutFromConference(int32_t callId) in KickOutFromConference()
803 int32_t CallManagerProxy::StartDtmf(int32_t callId, char str) in StartDtmf()
822 int32_t CallManagerProxy::StopDtmf(int32_t callId) in StopDtmf()
1378 int32_t CallManagerProxy::StopRtt(int32_t callId) in StopRtt()
[all …]
H A Dcall_manager_service_proxy.cpp108 int32_t CallManagerServiceProxy::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall()
145 int32_t CallManagerServiceProxy::HangUpCall(int32_t callId) in HangUpCall()
167 int32_t CallManagerServiceProxy::HoldCall(int32_t callId) in HoldCall()
199 int32_t CallManagerServiceProxy::UnHoldCall(int32_t callId) in UnHoldCall()
216 int32_t CallManagerServiceProxy::SwitchCall(int32_t callId) in SwitchCall()
348 int32_t CallManagerServiceProxy::StartDtmf(int32_t callId, char str) in StartDtmf()
366 int32_t CallManagerServiceProxy::StopDtmf(int32_t callId) in StopDtmf()
599 int32_t CallManagerServiceProxy::StopRtt(int32_t callId) in StopRtt()
633 int32_t CallManagerServiceProxy::SeparateConference(int32_t callId) in SeparateConference()
650 int32_t CallManagerServiceProxy::KickOutFromConference(int32_t callId) in KickOutFromConference()
[all …]
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_request_handler.h31 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
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp366 int32_t CallManagerService::HangUpCall(int32_t callId) in HangUpCall()
395 int32_t CallManagerService::HoldCall(int32_t callId) in HoldCall()
413 int32_t CallManagerService::UnHoldCall(int32_t callId) in UnHoldCall()
431 int32_t CallManagerService::SwitchCall(int32_t callId) in SwitchCall()
528 int32_t CallManagerService::StartDtmf(int32_t callId, char str) in StartDtmf()
546 int32_t CallManagerService::StopDtmf(int32_t callId) in StopDtmf()
751 int32_t CallManagerService::StopRtt(int32_t callId) in StopRtt()
779 int32_t CallManagerService::SeparateConference(int32_t callId) in SeparateConference()
797 int32_t CallManagerService::KickOutFromConference(int32_t callId) in KickOutFromConference()
1433 int32_t CallManagerService::CancelCallUpgrade(int32_t callId) in CancelCallUpgrade()
[all …]
/ohos5.0/base/telephony/call_manager/services/video/src/
H A Dvideo_control_manager.cpp48 int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid) in ControlCamera()
57 int32_t VideoControlManager::SetPreviewWindow(int32_t callId, std::string &surfaceId, sptr<Surface>… in SetPreviewWindow()
81 int32_t VideoControlManager::SetDisplayWindow(int32_t callId, std::string &surfaceId, sptr<Surface>… in SetDisplayWindow()
115 int32_t VideoControlManager::SetPausePicture(int32_t callId, std::u16string &path) in SetPausePicture()
140 int32_t VideoControlManager::SetDeviceDirection(int32_t callId, int32_t rotation) in SetDeviceDirection()
170 int32_t VideoControlManager::UpdateImsCallMode(int32_t callId, ImsCallMode callMode) in UpdateImsCallMode()
201 int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid) in OpenCamera()
236 int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid) in CloseCamera()
299 int32_t VideoControlManager::CancelCallUpgrade(int32_t callId) in CancelCallUpgrade()
323 int32_t VideoControlManager::RequestCameraCapabilities(int32_t callId) in RequestCameraCapabilities()
/ohos5.0/base/telephony/call_manager/test/fuzztest/controlcamera_fuzzer/
H A Dcontrolcamera_fuzzer.cpp32 int32_t callId = static_cast<int32_t>(size); in ControlCamera() local
48 int32_t callId = static_cast<int32_t>(size); in SetPreviewWindow() local
80 int32_t callId = static_cast<int32_t>(size); in SetDisplayWindow() local
126 int32_t callId = static_cast<int32_t>(size); in SetPausePicture() local
142 int32_t callId = static_cast<int32_t>(size); in SetDeviceDirection() local
156 int32_t callId = static_cast<int32_t>(size); in CancelCallUpgrade() local
168 int32_t callId = static_cast<int32_t>(size); in RequestCameraCapabilities() local
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dui_client_test.cpp264 int32_t callId = DEFAULT_CALL_ID; in AnswerCall() local
283 int32_t callId = DEFAULT_CALL_ID; in RejectCall() local
312 int32_t callId = DEFAULT_CALL_ID; in HoldCall() local
327 int32_t callId = DEFAULT_CALL_ID; in UnHoldCall() local
342 int32_t callId = DEFAULT_CALL_ID; in HangUpCall() local
370 int32_t callId = DEFAULT_CALL_ID; in SeparateConference() local
384 int32_t callId = DEFAULT_CALL_ID; in KickOutFromConference() local
410 int32_t callId = DEFAULT_CALL_ID; in SwitchCall() local
477 int32_t callId = DEFAULT_CALL_ID; in StartDtmf() local
488 int32_t callId = DEFAULT_CALL_ID; in StopDtmf() local
[all …]
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Dcall_state_processor.cpp36 void CallStateProcessor::AddCall(int32_t callId, TelCallState state) in AddCall()
76 void CallStateProcessor::DeleteCall(int32_t callId, TelCallState state) in DeleteCall()
208 int32_t callId = INVALID_CALLID; in GetAudioForegroundLiveCall() local
/ohos5.0/base/telephony/call_manager/services/call_voice_assistant/src/
H A Dcall_voice_assistant_manager.cpp126 bool CallVoiceAssistantManager::ConnectAbility(int32_t callId) in ConnectAbility()
187 void CallVoiceAssistantManager::OnStartService(const std::string& isDial, const int32_t& callId) in OnStartService()
255 void CallVoiceAssistantManager::UpdateNumberLocation(const std::string& location, int32_t callId) in UpdateNumberLocation()
277 …d::shared_ptr<IncomingContactInformation> CallVoiceAssistantManager::GetContactInfo(int32_t callId) in GetContactInfo()
286 …id CallVoiceAssistantManager::UpdateRemoteObject(const sptr<IRemoteObject> &object, int32_t callId, in UpdateRemoteObject()
299 void CallVoiceAssistantManager::UpdateContactInfo(const ContactInfo& info, int32_t callId) in UpdateContactInfo()
473 int32_t callId = callObjectPtr->GetCallID(); in CallStateUpdated() local
506 void CallVoiceAssistantManager::CallStatusIncoming(const int32_t& callId, const int32_t& accountId) in CallStatusIncoming()
541 void CallVoiceAssistantManager::CallStatusDialing(const int32_t& callId, const int32_t& accountId) in CallStatusDialing()
560 void CallVoiceAssistantManager::CallStatusActive(const int32_t& callId, const int32_t& accountId) in CallStatusActive()
[all …]

1234