Searched refs:RtcEventDtlsWritableState (Results 1 – 9 of 9) sorted by relevance
17 RtcEventDtlsWritableState::RtcEventDtlsWritableState(bool writable) in RtcEventDtlsWritableState() function in webrtc::RtcEventDtlsWritableState20 RtcEventDtlsWritableState::RtcEventDtlsWritableState( in RtcEventDtlsWritableState() function in webrtc::RtcEventDtlsWritableState21 const RtcEventDtlsWritableState& other) in RtcEventDtlsWritableState()24 RtcEventDtlsWritableState::~RtcEventDtlsWritableState() = default;26 RtcEvent::Type RtcEventDtlsWritableState::GetType() const { in GetType()30 bool RtcEventDtlsWritableState::IsConfigEvent() const { in IsConfigEvent()34 std::unique_ptr<RtcEventDtlsWritableState> RtcEventDtlsWritableState::Copy() in Copy()36 return absl::WrapUnique<RtcEventDtlsWritableState>( in Copy()37 new RtcEventDtlsWritableState(*this)); in Copy()
20 class RtcEventDtlsWritableState : public RtcEvent {22 explicit RtcEventDtlsWritableState(bool writable);23 ~RtcEventDtlsWritableState() override;28 std::unique_ptr<RtcEventDtlsWritableState> Copy() const;33 RtcEventDtlsWritableState(const RtcEventDtlsWritableState& other);
39 class RtcEventDtlsWritableState; variable95 rtc::ArrayView<const RtcEventDtlsWritableState*> batch,
679 std::vector<const RtcEventDtlsWritableState*> dtls_writable_states; in EncodeBatch()756 static_cast<const RtcEventDtlsWritableState* const>(it->get()); in EncodeBatch()1272 rtc::ArrayView<const RtcEventDtlsWritableState*> batch, in EncodeDtlsWritableState()1274 for (const RtcEventDtlsWritableState* base_event : batch) { in EncodeDtlsWritableState()
606 TEST_P(RtcEventLogEncoderTest, RtcEventDtlsWritableState) { in TEST_P() argument607 std::vector<std::unique_ptr<RtcEventDtlsWritableState>> events(event_count_); in TEST_P()
73 std::unique_ptr<RtcEventDtlsWritableState> NewDtlsWritableState();189 const RtcEventDtlsWritableState& original_event,
144 std::unique_ptr<RtcEventDtlsWritableState>147 return std::make_unique<RtcEventDtlsWritableState>(writable); in NewDtlsWritableState()832 const RtcEventDtlsWritableState& original_event, in VerifyLoggedDtlsWritableState()
166 std::vector<std::unique_ptr<RtcEventDtlsWritableState>>
792 std::make_unique<webrtc::RtcEventDtlsWritableState>(writable)); in set_writable()