Home
last modified time | relevance | path

Searched refs:subCallIdList (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcs_call.cpp91 …std::set<std::int32_t> subCallIdList = DelayedSingleton<CsConference>::GetInstance()->GetSubCallId… in HandleCombineConferenceFailEvent() local
92 if (subCallIdList.empty()) { in HandleCombineConferenceFailEvent()
95 DelayedSingleton<CsConference>::GetInstance()->SetMainCall(*subCallIdList.begin()); in HandleCombineConferenceFailEvent()
H A Dott_call.cpp220 …std::set<std::int32_t> subCallIdList = DelayedSingleton<OttConference>::GetInstance()->GetSubCallI… in HandleCombineConferenceFailEvent() local
221 if (subCallIdList.empty()) { in HandleCombineConferenceFailEvent()
224 DelayedSingleton<OttConference>::GetInstance()->SetMainCall(*subCallIdList.begin()); in HandleCombineConferenceFailEvent()
H A Dims_call.cpp197 …std::set<std::int32_t> subCallIdList = DelayedSingleton<ImsConference>::GetInstance()->GetSubCallI… in HandleCombineConferenceFailEvent() local
198 if (subCallIdList.empty()) { in HandleCombineConferenceFailEvent()
201 DelayedSingleton<ImsConference>::GetInstance()->SetMainCall(*subCallIdList.begin()); in HandleCombineConferenceFailEvent()
/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp126 std::vector<std::u16string> subCallIdList; in DialingProcess() local
127 callObjectPtr->GetSubCallIdList(subCallIdList); in DialingProcess()
218 std::vector<std::u16string> subCallIdList; in IMSCallFunc() local
219 callObjectPtr->GetSubCallIdList(subCallIdList); in IMSCallFunc()
376 std::vector<std::u16string> subCallIdList; in OttCallFunc() local
377 callObjectPtr->GetSubCallIdList(subCallIdList); in OttCallFunc()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp922 std::vector<std::u16string> subCallIdList; variable
923 ASSERT_NE(ottCall->GetSubCallIdList(subCallIdList), TELEPHONY_SUCCESS);