Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/pc/test/
H A Dmock_peer_connection_observers.h95 last_datachannel_ = data_channel; in OnDataChannel()
236 rtc::scoped_refptr<DataChannelInterface> last_datachannel_; variable
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_histogram_unittest.cc109 bool HaveDataChannel() { return last_datachannel_ != nullptr; } in HaveDataChannel()
696 EXPECT_TRUE_WAIT(callee->observer()->last_datachannel_ != nullptr, in TEST_F()