Searched defs:Transport (Results 1 - 19 of 19) sorted by relevance

/external/webrtc/webrtc/
H A Dtransport.h28 class Transport { class in namespace:webrtc
36 virtual ~Transport() {}
/external/libbrillo/brillo/http/
H A Dhttp_transport.h37 // Transport is a base class for specific implementation of HTTP communication.
41 class BRILLO_EXPORT Transport : public std::enable_shared_from_this<Transport> { class in namespace:brillo::http
43 Transport() = default;
44 virtual ~Transport() = default;
85 // Creates a default http::Transport (currently, using http::curl::Transport).
86 static std::shared_ptr<Transport> CreateDefault();
89 DISALLOW_COPY_AND_ASSIGN(Transport);
H A Dhttp_transport_curl.h24 // An implementation of http::Transport that uses libcurl for
25 // HTTP communications. This class (as http::Transport base)
30 class BRILLO_EXPORT Transport : public http::Transport { class in namespace:brillo::http::curl
34 explicit Transport(const std::shared_ptr<CurlInterface>& curl_interface);
38 Transport(const std::shared_ptr<CurlInterface>& curl_interface,
40 ~Transport() override;
42 // Overrides from http::Transport.
131 base::WeakPtrFactory<Transport> weak_ptr_factory_for_timer_{this};
132 base::WeakPtrFactory<Transport> weak_ptr_factory
[all...]
H A Dhttp_transport_fake.cc22 using http::fake::Transport;
27 Transport::Transport() { function in class:brillo::Transport
28 VLOG(1) << "fake::Transport created";
31 Transport::~Transport() {
32 VLOG(1) << "fake::Transport destroyed";
35 std::shared_ptr<http::Connection> Transport::CreateConnection(
66 void Transport::RunCallbackAsync(
76 bool Transport
[all...]
H A Dhttp_transport_fake.h28 // A fake implementation of http::Transport that simulates HTTP communication
31 class Transport : public http::Transport { class in namespace:brillo::http::fake
33 Transport();
34 ~Transport() override;
85 // Overrides from http::Transport.
118 DISALLOW_COPY_AND_ASSIGN(Transport);
H A Dhttp_transport_curl.cc34 class Transport::SocketPollData : public base::MessageLoopForIO::Watcher {
38 Transport* transport,
77 // Transport object itself.
78 Transport* transport_;
89 struct Transport::AsyncRequestData {
100 Transport::Transport(const std::shared_ptr<CurlInterface>& curl_interface) function in class:brillo::http::curl::Transport
102 VLOG(2) << "curl::Transport created";
105 Transport::Transport(cons function in class:brillo::http::curl::Transport
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DTransport.java25 public interface Transport { interface
/external/webrtc/webrtc/p2p/base/
H A Dtransport.cc66 Transport::Transport(const std::string& name, PortAllocator* allocator) function in class:cricket::Transport
69 Transport::~Transport() {
73 void Transport::SetIceRole(IceRole role) {
80 bool Transport::GetRemoteSSLCertificate(rtc::SSLCertificate** cert) {
89 void Transport::SetIceConfig(const IceConfig& config) {
96 bool Transport::SetLocalTransportDescription(
138 bool Transport::SetRemoteTransportDescription(
165 TransportChannelImpl* Transport
[all...]
H A Dtransport.h11 // A Transport manages a set of named channels of the same type.
18 // On Threading: Transport performs work solely on the worker thread, and so
66 // Transport is closed.
159 class Transport : public sigslot::has_slots<> { class in namespace:cricket
161 Transport(const std::string& name, PortAllocator* allocator);
162 virtual ~Transport();
320 RTC_DISALLOW_COPY_AND_ASSIGN(Transport);
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dtransport.py18 """Transport library for ProtoRPC.
45 'Transport',
142 class Transport(object): class in inherits:object
143 """Transport base class.
217 class HttpTransport(Transport):
218 """Transport for communicating with HTTP servers."""
348 class LocalTransport(Transport):
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
H A DTransport.java40 abstract public class Transport { class
64 public Transport() { method in class:Transport
67 public Transport(String url) { method in class:Transport
71 public Transport(String url, int timeout) { method in class:Transport
76 public Transport(String url, int timeout, int bufferLength) { method in class:Transport
90 public Transport(Proxy proxy, String url) { method in class:Transport
95 public Transport(Proxy proxy, String url, int timeout) { method in class:Transport
101 public Transport(Proxy proxy, String url, int timeout, int bufferLength) { method in class:Transport
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 363 milliseconds