Lines Matching defs:callId
45 int32_t ConferenceBase::SetMainCall(int32_t callId)
47 if (callId < ERR_ID) {
48 TELEPHONY_LOGE("callId is invalid:%{public}d", callId);
52 mainCallId_ = callId;
80 int32_t ConferenceBase::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList)
86 if (*it == callId) {
94 TELEPHONY_LOGW("the call is not in the conference, callId:%{public}d", callId);
106 int32_t ConferenceBase::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList)
112 if (*it == callId) {
118 if (mainCallId_ == callId) {
124 TELEPHONY_LOGW("the call is not in the conference, callId:%{public}d", callId);