Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dpeer_connection_signaling_unittest.cc71 RTC_DCHECK(was_called_); in ~ExecuteFunctionOnCreateSessionDescriptionObserver()
74 bool was_called() const { return was_called_; } in was_called()
77 RTC_DCHECK(!was_called_); in OnSuccess()
78 was_called_ = true; in OnSuccess()
85 bool was_called_ = false; member in webrtc::ExecuteFunctionOnCreateSessionDescriptionObserver
Dpeer_connection.cc655 RTC_DCHECK(was_called_); in ~CreateSessionDescriptionObserverOperationWrapper()
659 RTC_DCHECK(!was_called_); in OnSuccess()
661 was_called_ = true; in OnSuccess()
670 RTC_DCHECK(!was_called_); in OnFailure()
672 was_called_ = true; in OnFailure()
680 bool was_called_ = false; member in webrtc::__anon2438071f0111::CreateSessionDescriptionObserverOperationWrapper
727 RTC_DCHECK(was_called_); in ~ImplicitCreateSessionDescriptionObserver()
735 bool was_called() const { return was_called_; } in was_called()
738 RTC_DCHECK(!was_called_); in OnSuccess()
740 was_called_ = true; in OnSuccess()
[all …]