Searched refs:conferenceMutex_ (Results 1 – 5 of 5) sorted by relevance
35 std::lock_guard<std::mutex> lock(conferenceMutex_); in ~ConferenceBase()41 std::lock_guard<std::mutex> lock(conferenceMutex_); in GetMainCall()51 std::lock_guard<std::mutex> lock(conferenceMutex_); in SetMainCall()58 std::lock_guard<std::mutex> lock(conferenceMutex_); in GetConferenceState()64 std::lock_guard<std::mutex> lock(conferenceMutex_); in SetConferenceState()70 std::lock_guard<std::mutex> lock(conferenceMutex_); in SetOldConferenceState()76 std::lock_guard<std::mutex> lock(conferenceMutex_); in GetOldConferenceState()84 std::lock_guard<std::mutex> lock(conferenceMutex_); in GetSubCallIdList()102 std::lock_guard<std::mutex> lock(conferenceMutex_); in GetSubCallIdList()110 std::lock_guard<std::mutex> lock(conferenceMutex_); in GetCallIdListForConference()
44 std::lock_guard<std::mutex> lock(conferenceMutex_); in JoinToConference()59 std::lock_guard<std::mutex> lock(conferenceMutex_); in LeaveFromConference()80 std::lock_guard<std::mutex> lock(conferenceMutex_); in HoldConference()103 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanCombineConference()113 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanSeparateConference()127 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanKickOutFromConference()
42 std::lock_guard<std::mutex> lock(conferenceMutex_); in JoinToConference()59 std::lock_guard<std::mutex> lock(conferenceMutex_); in LeaveFromConference()80 std::lock_guard<std::mutex> lock(conferenceMutex_); in HoldConference()103 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanCombineConference()113 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanSeparateConference()127 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanKickOutFromConference()
42 std::lock_guard<std::mutex> lock(conferenceMutex_); in JoinToConference()59 std::lock_guard<std::mutex> lock(conferenceMutex_); in LeaveFromConference()80 std::lock_guard<std::mutex> lock(conferenceMutex_); in HoldConference()104 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanCombineConference()114 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanSeparateConference()128 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanKickOutFromConference()
69 std::mutex conferenceMutex_; variable