Searched refs:subCallIdList (Results 1 – 5 of 5) sorted by relevance
91 …std::set<std::int32_t> subCallIdList = DelayedSingleton<CsConference>::GetInstance()->GetSubCallId… in HandleCombineConferenceFailEvent() local92 if (subCallIdList.empty()) { in HandleCombineConferenceFailEvent()95 DelayedSingleton<CsConference>::GetInstance()->SetMainCall(*subCallIdList.begin()); in HandleCombineConferenceFailEvent()
220 …std::set<std::int32_t> subCallIdList = DelayedSingleton<OttConference>::GetInstance()->GetSubCallI… in HandleCombineConferenceFailEvent() local221 if (subCallIdList.empty()) { in HandleCombineConferenceFailEvent()224 DelayedSingleton<OttConference>::GetInstance()->SetMainCall(*subCallIdList.begin()); in HandleCombineConferenceFailEvent()
197 …std::set<std::int32_t> subCallIdList = DelayedSingleton<ImsConference>::GetInstance()->GetSubCallI… in HandleCombineConferenceFailEvent() local198 if (subCallIdList.empty()) { in HandleCombineConferenceFailEvent()201 DelayedSingleton<ImsConference>::GetInstance()->SetMainCall(*subCallIdList.begin()); in HandleCombineConferenceFailEvent()
126 std::vector<std::u16string> subCallIdList; in DialingProcess() local127 callObjectPtr->GetSubCallIdList(subCallIdList); in DialingProcess()218 std::vector<std::u16string> subCallIdList; in IMSCallFunc() local219 callObjectPtr->GetSubCallIdList(subCallIdList); in IMSCallFunc()376 std::vector<std::u16string> subCallIdList; in OttCallFunc() local377 callObjectPtr->GetSubCallIdList(subCallIdList); in OttCallFunc()
922 std::vector<std::u16string> subCallIdList; variable923 ASSERT_NE(ottCall->GetSubCallIdList(subCallIdList), TELEPHONY_SUCCESS);