Home
last modified time | relevance | path

Searched refs:MSG_REMOVE_CANDIDATES (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc126 enum { MSG_ADD_CANDIDATES, MSG_REMOVE_CANDIDATES }; enumerator
791 main_.Post(RTC_FROM_HERE, this, MSG_REMOVE_CANDIDATES, candidates_data); in OnCandidatesRemoved()
840 case MSG_REMOVE_CANDIDATES: { in OnMessage()