Home
last modified time | relevance | path

Searched refs:OnSendCompleted (Results 1 – 25 of 44) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DContextOutputChannelBase.cs150 OnSendCompleted(result); in SendAsyncResult()
205 thisPtr.OnSendCompleted(result); in OnSendCompletedCallback()
245 OnSendCompleted(sendResult); in OnFinalizeCorrelationCompleted()
252 void OnSendCompleted(IAsyncResult result) in OnSendCompleted() method in System.ServiceModel.Channels.ContextOutputChannelBase.SendAsyncResult
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/patches/
H A D0008-platinum-allow-some-statevariables-to-reset-to-defau.patch44 + var->OnSendCompleted();
100 +| PLT_StateVariable::OnSendCompleted
103 +PLT_StateVariable::OnSendCompleted()
135 + void OnSendCompleted();
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/protocol/
H A Dchromium_socket_factory.cc104 void OnSendCompleted(int result);
323 base::BindOnce(&UdpPacketSocket::OnSendCompleted, in DoSend()
328 OnSendCompleted(result); in DoSend()
332 void UdpPacketSocket::OnSendCompleted(int result) { in OnSendCompleted() function in remoting::protocol::__anon803750710111::UdpPacketSocket
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/secure_channel/
H A Dconnection_unittest.cc77 MOCK_METHOD3(OnSendCompleted,
207 EXPECT_CALL(observer, OnSendCompleted(Ref(connection), _, true)); in TEST_F()
219 EXPECT_CALL(observer, OnSendCompleted(_, _, _)).Times(0); in TEST_F()
H A Dconnection_observer.h34 virtual void OnSendCompleted(const Connection& connection, in OnSendCompleted() function
H A Dconnection.cc82 observer.OnSendCompleted(*this, message, success); in OnDidSendMessage()
H A Ddevice_to_device_authenticator.h138 void OnSendCompleted(const Connection& connection,
H A Dsecure_channel.h115 void OnSendCompleted(const Connection& connection,
H A Dnearby_connection_unittest.cc64 void OnSendCompleted(const Connection& connection, in OnSendCompleted() function in chromeos::secure_channel::__anonb72457780111::FakeConnectionObserver
H A Ddevice_to_device_authenticator.cc250 void DeviceToDeviceAuthenticator::OnSendCompleted(const Connection& connection, in OnSendCompleted() function in chromeos::secure_channel::DeviceToDeviceAuthenticator
H A Dsecure_channel.cc175 void SecureChannel::OnSendCompleted(const Connection& connection, in OnSendCompleted() function in chromeos::secure_channel::SecureChannel
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/smb_client/discovery/
H A Dnetbios_client.cc97 base::BindOnce(&NetBiosClient::OnSendCompleted, AsWeakPtr())); in SendPacket()
131 void NetBiosClient::OnSendCompleted(int32_t result) { in OnSendCompleted() function in chromeos::smb_client::NetBiosClient
H A Dnetbios_client.h92 void OnSendCompleted(int32_t result);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Discovery/System/ServiceModel/Discovery/
H A DRandomDelaySendsAsyncResult.cs53 this.onSendCompletedCallback = Fx.ThunkCallback(new AsyncCallback(OnSendCompleted)); in RandomDelaySendsAsyncResult()
172 void OnSendCompleted(IAsyncResult result) in OnSendCompleted() method in System.ServiceModel.Discovery.RandomDelaySendsAsyncResult
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/socket/
H A Dudp_socket_unittest.cc75 static void OnSendCompleted(int result) { in OnSendCompleted() function
149 src->Write(data, kTestMessageLength, base::BindOnce(&OnSendCompleted)); in SendMulticastPacket()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/socket/
H A Dudp_socket_unittest.cc75 static void OnSendCompleted(int result) { in OnSendCompleted() function
149 src->Write(data, kTestMessageLength, base::BindOnce(&OnSendCompleted)); in SendMulticastPacket()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/webcam_private/
H A Dvisca_webcam.cc225 base::Bind(&ViscaWebcam::OnSendCompleted, base::Unretained(this), in Send()
230 void ViscaWebcam::OnSendCompleted(const CommandCompleteCallback& callback, in OnSendCompleted() function in extensions::ViscaWebcam
354 base::Bind(&ViscaWebcam::OnSendCompleted, base::Unretained(this), in ProcessNextCommand()
H A Dvisca_webcam.h74 void OnSendCompleted(const CommandCompleteCallback& callback,
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/webcam_private/
H A Dvisca_webcam.cc226 base::BindOnce(&ViscaWebcam::OnSendCompleted, base::Unretained(this), in Send()
231 void ViscaWebcam::OnSendCompleted(const CommandCompleteCallback& callback, in OnSendCompleted() function in extensions::ViscaWebcam
355 base::BindOnce(&ViscaWebcam::OnSendCompleted, base::Unretained(this), in ProcessNextCommand()
H A Dvisca_webcam.h75 void OnSendCompleted(const CommandCompleteCallback& callback,
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Platinum/Source/Core/
H A DPltStateVariable.h180 void OnSendCompleted();
H A DPltStateVariable.cpp192 PLT_StateVariable::OnSendCompleted() in OnSendCompleted() function in PLT_StateVariable
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Mail/
H A DSmtpClient.platformnotsupported.cs126 protected void OnSendCompleted (AsyncCompletedEventArgs e) in OnSendCompleted() method in System.Net.Mail.SmtpClient
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/src/System/Net/Mail/
H A DSmtpClient.cs410 protected void OnSendCompleted(AsyncCompletedEventArgs e) in OnSendCompleted() method in System.Net.Mail.SmtpClient
417 OnSendCompleted((AsyncCompletedEventArgs)operationState); in SendCompletedWaitCallback()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A DSmtpClient.cs411 protected void OnSendCompleted(AsyncCompletedEventArgs e) in OnSendCompleted() method in System.Net.Mail.SmtpClient
419 OnSendCompleted((AsyncCompletedEventArgs)operationState); in SendCompletedWaitCallback()

12