Searched refs:conferenceMutex_ (Results 1 – 5 of 5) sorted by relevance
34 std::lock_guard<std::mutex> lock(conferenceMutex_); in ~ConferenceBase()40 std::lock_guard<std::mutex> lock(conferenceMutex_); in GetMainCall()55 std::lock_guard<std::mutex> lock(conferenceMutex_); in SetMainCall()63 std::lock_guard<std::mutex> lock(conferenceMutex_); in GetConferenceState()69 std::lock_guard<std::mutex> lock(conferenceMutex_); in SetConferenceState()77 std::lock_guard<std::mutex> lock(conferenceMutex_); in GetSubCallIdList()97 std::lock_guard<std::mutex> lock(conferenceMutex_); in GetCallIdListForConference()
42 std::lock_guard<std::mutex> lock(conferenceMutex_); in JoinToConference()62 std::lock_guard<std::mutex> lock(conferenceMutex_); in LeaveFromConference()79 std::lock_guard<std::mutex> lock(conferenceMutex_); in HoldConference()100 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanCombineConference()110 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanSeparateConference()
44 std::lock_guard<std::mutex> lock(conferenceMutex_); in JoinToConference()62 std::lock_guard<std::mutex> lock(conferenceMutex_); in LeaveFromConference()79 std::lock_guard<std::mutex> lock(conferenceMutex_); in HoldConference()100 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanCombineConference()110 std::lock_guard<std::mutex> lock(conferenceMutex_); in CanSeparateConference()
63 std::mutex conferenceMutex_; variable