Searched refs:allCapturerMap_ (Results 1 – 2 of 2) sorted by relevance
249 allCapturerMap_[sessionId] = capturer; in InsertCapturer()256 if (!allCapturerMap_.count(sessionId)) { in RemoveCapturer()260 allCapturerMap_.erase(sessionId); in RemoveCapturer()917 if (allCapturerMap_.count(sessionId)) { in SetNonInterruptMute()918 std::shared_ptr<CapturerInServer> capturer = allCapturerMap_[sessionId].lock(); in SetNonInterruptMute()
126 std::map<uint32_t, std::weak_ptr<CapturerInServer>> allCapturerMap_ = {}; variable