/external/webrtc/sdk/android/src/jni/pc/ |
D | sdp_observer.cc | 32 void CreateSdpObserverJni::OnSuccess(SessionDescriptionInterface* desc) { in OnSuccess() function in webrtc::jni::CreateSdpObserverJni 56 void SetSdpObserverJni::OnSuccess() { in OnSuccess() function in webrtc::jni::SetSdpObserverJni
|
/external/webrtc/test/peer_scenario/ |
D | sdp_callbacks.cc | 23 void OnSuccess() override { callback_(); } in SdpSetObserver() function in webrtc::test::SdpSetObserver::SdpSetObserver 42 void OnSuccess(SessionDescriptionInterface* desc) override { in SdpCreateObserver() function in webrtc::test::SdpCreateObserver::SdpCreateObserver
|
/external/webrtc/examples/androidnativeapi/jni/ |
D | android_call_client.cc | 252 void CreateOfferObserver::OnSuccess(webrtc::SessionDescriptionInterface* desc) { in OnSuccess() function in webrtc_examples::CreateOfferObserver 279 void SetLocalSessionDescriptionObserver::OnSuccess() { in OnSuccess() function in webrtc_examples::SetLocalSessionDescriptionObserver
|
/external/rust/crates/scopeguard/src/ |
D | lib.rs | 227 pub enum OnSuccess {} enum 241 impl Strategy for OnSuccess { implementation
|
/external/webrtc/examples/peerconnection/client/ |
D | conductor.cc | 64 virtual void OnSuccess() { RTC_LOG(INFO) << __FUNCTION__; } in OnSuccess() function in __anon142c687a0111::DummySetSessionDescriptionObserver 546 void Conductor::OnSuccess(webrtc::SessionDescriptionInterface* desc) { in OnSuccess() function in Conductor
|
/external/webrtc/rtc_base/ |
D | rtc_certificate_generator_unittest.cc | 40 void OnSuccess(const scoped_refptr<RTCCertificate>& certificate) override { in OnSuccess() function in rtc::RTCCertificateGeneratorFixture
|
/external/webrtc/examples/unityplugin/ |
D | simple_peer_connection.cc | 104 virtual void OnSuccess() { RTC_LOG(INFO) << __FUNCTION__; } in OnSuccess() function in __anoncfcfdb4b0111::DummySetSessionDescriptionObserver 257 void SimplePeerConnection::OnSuccess( in OnSuccess() function in SimplePeerConnection
|
/external/webrtc/pc/test/ |
D | mock_peer_connection_observers.h | 249 void OnSuccess(SessionDescriptionInterface* desc) override { in OnSuccess() function 282 void OnSuccess() override { in OnSuccess() function
|
D | peer_connection_test_wrapper.cc | 176 void PeerConnectionTestWrapper::OnSuccess(SessionDescriptionInterface* desc) { in OnSuccess() function in PeerConnectionTestWrapper
|
/external/libbrillo/brillo/streams/ |
D | stream_utils_test.cc | 170 void OnSuccess(uint64_t expected, in OnSuccess() function in brillo::CopyStreamDataTest
|
/external/webrtc/pc/ |
D | webrtc_session_description_factory.cc | 89 void WebRtcCertificateGeneratorCallback::OnSuccess( in OnSuccess() function in webrtc::WebRtcCertificateGeneratorCallback
|
D | peer_connection_signaling_unittest.cc | 76 void OnSuccess(SessionDescriptionInterface* desc) override { in OnSuccess() function in webrtc::ExecuteFunctionOnCreateSessionDescriptionObserver
|
D | peer_connection.cc | 658 void OnSuccess(SessionDescriptionInterface* desc) override { in OnSuccess() function in webrtc::__anon2438071f0111::CreateSessionDescriptionObserverOperationWrapper 737 void OnSuccess(SessionDescriptionInterface* desc_ptr) override { in OnSuccess() function in webrtc::PeerConnection::ImplicitCreateSessionDescriptionObserver
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 12801 auto OnSuccess = [&](CmpResult CR, const BinaryOperator *E) { in VisitBinCmp() local 12854 auto OnSuccess = [&](CmpResult CR, const BinaryOperator *E) { in VisitBinaryOperator() local
|