Home
last modified time | relevance | path

Searched refs:callIdList (Results 1 – 24 of 24) sorted by relevance

/base/telephony/call_manager/services/call/src/
Dconference_base.cpp73 int32_t ConferenceBase::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument
76 callIdList.clear(); in GetSubCallIdList()
82 callIdList.push_back(Str8ToStr16(std::to_string(*it))); in GetSubCallIdList()
86 callIdList.clear(); in GetSubCallIdList()
93 …ConferenceBase::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument
96 callIdList.clear(); in GetCallIdListForConference()
102 callIdList.push_back(Str8ToStr16(std::to_string(*it))); in GetCallIdListForConference()
108 callIdList.push_back(Str8ToStr16(std::to_string(mainCallId_))); in GetCallIdListForConference()
110 callIdList.clear(); in GetCallIdListForConference()
Dcs_call.cpp140 int32_t CSCall::GetSubCallIdList(std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument
142 return DelayedSingleton<CsConference>::GetInstance()->GetSubCallIdList(GetCallID(), callIdList); in GetSubCallIdList()
145 int32_t CSCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument
147 …DelayedSingleton<CsConference>::GetInstance()->GetCallIdListForConference(GetCallID(), callIdList); in GetCallIdListForConference()
Dcall_policy.cpp144 std::list<int32_t> callIdList; in SwitchCallPolicy() local
149 GetCarrierCallList(callIdList); in SwitchCallPolicy()
150 if (callIdList.size() < onlyTwoCall_) { in SwitchCallPolicy()
151 callIdList.clear(); in SwitchCallPolicy()
159 callIdList.clear(); in SwitchCallPolicy()
Dott_call.cpp266 int32_t OTTCall::GetSubCallIdList(std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument
268 … return DelayedSingleton<OttConference>::GetInstance()->GetSubCallIdList(GetCallID(), callIdList); in GetSubCallIdList()
271 int32_t OTTCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument
273 …elayedSingleton<OttConference>::GetInstance()->GetCallIdListForConference(GetCallID(), callIdList); in GetCallIdListForConference()
Dims_call.cpp213 int32_t IMSCall::GetSubCallIdList(std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument
215 … return DelayedSingleton<ImsConference>::GetInstance()->GetSubCallIdList(GetCallID(), callIdList); in GetSubCallIdList()
218 int32_t IMSCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument
220 …elayedSingleton<ImsConference>::GetInstance()->GetCallIdListForConference(GetCallID(), callIdList); in GetCallIdListForConference()
Dcall_control_manager.cpp634 …t32_t CallControlManager::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument
641 return call->GetSubCallIdList(callIdList); in GetSubCallIdList()
644 …ControlManager::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument
651 return call->GetCallIdListForConference(callIdList); in GetCallIdListForConference()
/base/telephony/call_manager/services/call/include/
Dconference_base.h55 … int32_t callId, std::vector<std::u16string> &callIdList); // get participant list except host
57 … int32_t callId, std::vector<std::u16string> &callIdList); // get participant list besides host
Dcs_call.h46 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override;
47 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
Dott_call.h50 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override;
51 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
Dims_call.h47 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override;
48 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
Dcall_base.h62 virtual int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) = 0;
63 virtual int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) = 0;
Dcall_control_manager.h78 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList);
79 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList);
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
Dcall_fuzzer.cpp128 std::vector<std::u16string> callIdList; in DialingProcess() local
129 callObjectPtr->GetCallIdListForConference(callIdList); in DialingProcess()
223 std::vector<std::u16string> callIdList; in IMSCallFunc() local
224 callObjectPtr->GetCallIdListForConference(callIdList); in IMSCallFunc()
278 std::vector<std::u16string> callIdList; in OttCallFunc() local
279 callObjectPtr->GetCallIdListForConference(callIdList); in OttCallFunc()
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_client.cpp187 int32_t CallManagerClient::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument
190 return g_callManagerProxy->GetSubCallIdList(callId, callIdList); in GetSubCallIdList()
193 callIdList.clear(); in GetSubCallIdList()
198 …lManagerClient::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument
201 return g_callManagerProxy->GetCallIdListForConference(callId, callIdList); in GetCallIdListForConference()
204 callIdList.clear(); in GetCallIdListForConference()
Dcall_manager_proxy.cpp457 int32_t CallManagerProxy::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument
464 int32_t errCode = callManagerServicePtr_->GetSubCallIdList(callId, callIdList); in GetSubCallIdList()
472 …llManagerProxy::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument
479 int32_t errCode = callManagerServicePtr_->GetCallIdListForConference(callId, callIdList); in GetCallIdListForConference()
Dcall_manager_service_proxy.cpp1022 … CallManagerServiceProxy::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument
1044 replyParcel.ReadString16Vector(&callIdList); in GetSubCallIdList()
1049 …erServiceProxy::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument
1071 replyParcel.ReadString16Vector(&callIdList); in GetCallIdListForConference()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_client.h44 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList);
45 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList);
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
Dcall_manager_connect.h658 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument
661 return callManagerServicePtr_->GetSubCallIdList(callId, callIdList); in GetSubCallIdList()
663 callIdList.clear(); in GetSubCallIdList()
667 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument
670 return callManagerServicePtr_->GetCallIdListForConference(callId, callIdList); in GetCallIdListForConference()
672 callIdList.clear(); in GetCallIdListForConference()
/base/telephony/call_manager/frameworks/native/include/
Dcall_manager_service_proxy.h422 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) override;
432 …int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) overri…
Dcall_manager_proxy.h59 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList);
60 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList);
Di_call_manager_service.h130 virtual int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) = 0;
131 …al int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) = 0;
/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_service.cpp676 …t32_t CallManagerService::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument
679 return callControlManagerPtr_->GetSubCallIdList(callId, callIdList); in GetSubCallIdList()
681 callIdList.clear(); in GetSubCallIdList()
685 …ManagerService::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument
688 return callControlManagerPtr_->GetCallIdListForConference(callId, callIdList); in GetCallIdListForConference()
690 callIdList.clear(); in GetCallIdListForConference()
Dcall_manager_service_stub.cpp753 std::vector<std::u16string> callIdList; in OnGetSubCallIdList() local
754 int32_t result = GetSubCallIdList(callId, callIdList); in OnGetSubCallIdList()
762 if (!reply.WriteString16Vector(callIdList)) { in OnGetSubCallIdList()
772 std::vector<std::u16string> callIdList; in OnGetCallIdListForConference() local
773 int32_t result = GetCallIdListForConference(callId, callIdList); in OnGetCallIdListForConference()
781 if (!reply.WriteString16Vector(callIdList)) { in OnGetCallIdListForConference()
/base/telephony/call_manager/services/call_manager_service/include/
Dcall_manager_service.h439 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) override;
449 …int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) overri…