/base/telephony/call_manager/services/call/src/ |
H A D | conference_base.cpp | 80 int32_t ConferenceBase::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument 83 callIdList.clear(); in GetSubCallIdList() 89 callIdList.push_back(Str8ToStr16(std::to_string(*it))); in GetSubCallIdList() 93 callIdList.clear(); in GetSubCallIdList() 106 int32_t ConferenceBase::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument 109 callIdList.clear(); in GetCallIdListForConference() 115 callIdList.push_back(Str8ToStr16(std::to_string(*it))); in GetCallIdListForConference() 121 callIdList.push_back(Str8ToStr16(std::to_string(mainCallId_))); in GetCallIdListForConference() 123 callIdList.clear(); in GetCallIdListForConference()
|
H A D | call_request_process.cpp | 240 std::list<int32_t> callIdList; in GetOtherRingingCall() local 241 GetCarrierCallList(callIdList); in GetOtherRingingCall() 242 for (int32_t otherCallId : callIdList) { in GetOtherRingingCall() 258 std::list<int32_t> callIdList; in HoldOrDisconnectedCall() local 261 GetCarrierCallList(callIdList); in HoldOrDisconnectedCall() 262 IsExistCallOtherSlot(callIdList, slotId, noOtherCall); in HoldOrDisconnectedCall() 282 for (int32_t otherCallId : callIdList) { in HoldOrDisconnectedCall() 482 std::list<int32_t> callIdList; in DisconnectOtherSubIdCall() local 484 GetCarrierCallList(callIdList); in DisconnectOtherSubIdCall() 485 if (callIdList in DisconnectOtherSubIdCall() 507 std::list<int32_t> callIdList; DisconnectOtherCallForVideoCall() local 534 std::list<int32_t> callIdList; RejectRequest() local 570 std::vector<std::u16string> callIdList; HangUpRequest() local 593 std::vector<std::u16string> callIdList; HangUpForDsdaRequest() local 625 std::list<int32_t> callIdList; UnHoldRequest() local 997 std::list<int32_t> callIdList; EccDialPolicy() local [all...] |
H A D | cs_call.cpp | 164 int32_t CSCall::GetSubCallIdList(std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument 166 return DelayedSingleton<CsConference>::GetInstance()->GetSubCallIdList(GetCallID(), callIdList); in GetSubCallIdList() 169 int32_t CSCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument 171 return DelayedSingleton<CsConference>::GetInstance()->GetCallIdListForConference(GetCallID(), callIdList); in GetCallIdListForConference()
|
H A D | satellite_call.cpp | 126 int32_t SatelliteCall::GetSubCallIdList(std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument 131 int32_t SatelliteCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument
|
H A D | ott_call.cpp | 313 int32_t OTTCall::GetSubCallIdList(std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument 315 return DelayedSingleton<OttConference>::GetInstance()->GetSubCallIdList(GetCallID(), callIdList); in GetSubCallIdList() 318 int32_t OTTCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument 320 return DelayedSingleton<OttConference>::GetInstance()->GetCallIdListForConference(GetCallID(), callIdList); in GetCallIdListForConference()
|
H A D | call_policy.cpp | 297 std::list<int32_t> callIdList; in SwitchCallPolicy() local 302 GetCarrierCallList(callIdList); in SwitchCallPolicy() 303 if (callIdList.size() < onlyTwoCall_) { in SwitchCallPolicy() 304 callIdList.clear(); in SwitchCallPolicy() 312 callIdList.clear(); in SwitchCallPolicy()
|
H A D | voip_call.cpp | 213 int32_t VoIPCall::GetSubCallIdList(std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument 218 int32_t VoIPCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument
|
H A D | call_status_manager.cpp | 166 std::list<int32_t> callIdList; in HandleDsdaInfo() local 167 GetCarrierCallList(callIdList); in HandleDsdaInfo() 169 DelayedSingleton<CallRequestProcess>::GetInstance()->IsExistCallOtherSlot(callIdList, slotId, noOtherCall); in HandleDsdaInfo() 880 std::vector<std::u16string> callIdList; in DisconnectedHandle() local 881 call->GetSubCallIdList(callIdList); in DisconnectedHandle() 887 HandleHoldCallOrAutoAnswerCall(call, callIdList, previousState, priorState); in DisconnectedHandle() 921 std::vector<std::u16string> callIdList, CallRunningState previousState, TelCallState priorState) in HandleHoldCallOrAutoAnswerCall() 928 size_t size = callIdList.size(); in HandleHoldCallOrAutoAnswerCall() 972 std::list<int32_t> callIdList; in AutoHandleForDsda() local 973 GetCarrierCallList(callIdList); in AutoHandleForDsda() 920 HandleHoldCallOrAutoAnswerCall(const sptr<CallBase> call, std::vector<std::u16string> callIdList, CallRunningState previousState, TelCallState priorState) HandleHoldCallOrAutoAnswerCall() argument 1003 std::list<int32_t> callIdList; AutoUnHoldForDsda() local [all...] |
H A D | ims_call.cpp | 270 int32_t IMSCall::GetSubCallIdList(std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument 272 return DelayedSingleton<ImsConference>::GetInstance()->GetSubCallIdList(GetCallID(), callIdList); in GetSubCallIdList() 275 int32_t IMSCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument 277 return DelayedSingleton<ImsConference>::GetInstance()->GetCallIdListForConference(GetCallID(), callIdList); in GetCallIdListForConference()
|
H A D | call_object_manager.cpp | 215 std::list<int32_t> callIdList; in IsNewCallAllowedCreate() local 216 GetCarrierCallList(callIdList); in IsNewCallAllowedCreate() 217 for (int32_t otherCallId : callIdList) { in IsNewCallAllowedCreate() 240 std::list<int32_t> callIdList; in GetCurrentCallNum() local 241 GetCarrierCallList(callIdList); in GetCurrentCallNum() 242 for (int32_t otherCallId : callIdList) { in GetCurrentCallNum()
|
/base/telephony/call_manager/services/call/include/ |
H A D | satellite_call.h | 48 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override; 49 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
|
H A D | cs_call.h | 49 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override; 50 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
|
H A D | voip_call.h | 47 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override; 48 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
|
H A D | conference_base.h | 56 int32_t callId, std::vector<std::u16string> &callIdList); // get participant list except host 59 int32_t callId, std::vector<std::u16string> &callIdList); // get participant list besides host
|
H A D | ott_call.h | 54 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override; 55 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
|
H A D | ims_call.h | 50 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override; 51 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
|
H A D | call_base.h | 67 virtual int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) = 0; 68 virtual int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) = 0;
|
/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
H A D | call_fuzzer.cpp | 128 std::vector<std::u16string> callIdList; in DialingProcess() local 129 callObjectPtr->GetCallIdListForConference(callIdList); in DialingProcess() 220 std::vector<std::u16string> callIdList; in IMSCallFunc() local 221 callObjectPtr->GetCallIdListForConference(callIdList); in IMSCallFunc() 237 std::vector<std::u16string> callIdList; in VoIPCallFunc() local 259 voipCall->GetSubCallIdList(callIdList); in VoIPCallFunc() 260 voipCall->GetCallIdListForConference(callIdList); in VoIPCallFunc() 378 std::vector<std::u16string> callIdList; in OttCallFunc() local 379 callObjectPtr->GetCallIdListForConference(callIdList); in OttCallFunc()
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_client.cpp | 237 int32_t CallManagerClient::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument 240 return g_callManagerProxy->GetSubCallIdList(callId, callIdList); in GetSubCallIdList() 243 callIdList.clear(); in GetSubCallIdList() 248 int32_t CallManagerClient::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument 251 return g_callManagerProxy->GetCallIdListForConference(callId, callIdList); in GetCallIdListForConference() 254 callIdList.clear(); in GetCallIdListForConference()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager_connect.cpp | 411 int32_t CallManagerConnect::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() argument 414 return callManagerServicePtr_->GetSubCallIdList(callId, callIdList); in GetSubCallIdList() 416 callIdList.clear(); in GetSubCallIdList() 420 int32_t CallManagerConnect::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() argument 423 return callManagerServicePtr_->GetCallIdListForConference(callId, callIdList); in GetCallIdListForConference() 425 callIdList.clear(); in GetCallIdListForConference()
|
H A D | call_manager4_gtest.cpp | 293 std::vector<std::u16string> callIdList; in HWTEST_F() local 294 callIdList.clear(); in HWTEST_F() 295 int32_t result = CallManagerGtest::clientPtr_->GetCallIdListForConference(callId, callIdList); in HWTEST_F() 297 bool isEmpty = callIdList.empty(); in HWTEST_F() 299 if (!callIdList.empty()) { in HWTEST_F() 300 callIdList.clear(); in HWTEST_F()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_client.h | 167 * @param callIdList[out], the list of neutron call ids 170 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList); 176 * @param callIdList[out], the callId list of all calls in a conference 179 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList);
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch7_test.cpp | 290 std::vector<std::u16string> callIdList; in HWTEST_F() local 291 EXPECT_NE(callManagerService->GetSubCallIdList(0, callIdList), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F() 292 EXPECT_NE(callManagerService->GetCallIdListForConference(0, callIdList), TELEPHONY_ERR_ILLEGAL_USE_OF_SYSTEM_API); in HWTEST_F() 394 std::vector<std::u16string> callIdList; in HWTEST_F() local 395 EXPECT_EQ(callManagerService->GetSubCallIdList(0, callIdList), TELEPHONY_ERR_ILLEGAL_USE_OF_SYSTEM_API); in HWTEST_F() 396 EXPECT_EQ(callManagerService->GetCallIdListForConference(0, callIdList), TELEPHONY_ERR_ILLEGAL_USE_OF_SYSTEM_API); in HWTEST_F()
|
/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_service_proxy.h | 478 * @param callIdList[out], the list of neutron call ids 481 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) override; 488 * @param callIdList[out], the callId list of all calls in a conference 491 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) override;
|
H A D | i_call_manager_service.h | 82 virtual int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) = 0; 83 virtual int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) = 0;
|