HomeSort by relevance Sort by last modified time
    Searched refs:asio (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/parameter-framework/asio-1.10.6/include/asio/
handler_continuation_hook.hpp 15 #include "asio/detail/config.hpp"
17 #include "asio/detail/push_options.hpp"
19 namespace asio { namespace
47 } // namespace asio
49 #include "asio/detail/pop_options.hpp"
system_error.hpp 15 #include "asio/detail/config.hpp"
19 #include "asio/detail/push_options.hpp"
21 namespace asio { namespace
27 } // namespace asio
29 #include "asio/detail/pop_options.hpp"
socket_base.hpp 15 #include "asio/detail/config.hpp"
16 #include "asio/detail/io_control.hpp"
17 #include "asio/detail/socket_option.hpp"
18 #include "asio/detail/socket_types.hpp"
20 #include "asio/detail/push_options.hpp"
22 namespace asio { namespace
57 * asio::ip::udp::socket socket(io_service);
59 * asio::socket_base::broadcast option(true);
66 * asio::ip::udp::socket socket(io_service);
68 * asio::socket_base::broadcast option
    [all...]
basic_socket.hpp 15 #include "asio/detail/config.hpp"
16 #include "asio/async_result.hpp"
17 #include "asio/basic_io_object.hpp"
18 #include "asio/detail/handler_type_requirements.hpp"
19 #include "asio/detail/throw_error.hpp"
20 #include "asio/detail/type_traits.hpp"
21 #include "asio/error.hpp"
22 #include "asio/socket_base.hpp"
24 #include "asio/detail/push_options.hpp"
26 namespace asio { namespace
    [all...]
error.hpp 15 #include "asio/detail/config.hpp"
16 #include "asio/error_code.hpp"
17 #include "asio/system_error.hpp"
27 #include "asio/detail/push_options.hpp"
29 namespace asio { namespace
192 inline const asio::error_category& get_system_category()
194 return asio::system_category();
199 const asio::error_category& get_netdb_category();
202 const asio::error_category& get_addrinfo_category();
206 const asio::error_category& get_misc_category()
244 namespace asio { namespace
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
throw_error.hpp 15 #include "asio/detail/config.hpp"
16 #include "asio/error_code.hpp"
18 #include "asio/detail/push_options.hpp"
20 namespace asio { namespace
23 ASIO_DECL void do_throw_error(const asio::error_code& err);
25 ASIO_DECL void do_throw_error(const asio::error_code& err,
28 inline void throw_error(const asio::error_code& err)
34 inline void throw_error(const asio::error_code& err,
42 } // namespace asio
44 #include "asio/detail/pop_options.hpp
    [all...]
noncopyable.hpp 15 #include "asio/detail/config.hpp"
17 #include "asio/detail/push_options.hpp"
19 namespace asio { namespace
34 using asio::detail::noncopyable;
36 } // namespace asio
38 #include "asio/detail/pop_options.hpp"
wait_op.hpp 15 #include "asio/detail/config.hpp"
16 #include "asio/detail/operation.hpp"
18 #include "asio/detail/push_options.hpp"
20 namespace asio { namespace
28 asio::error_code ec_;
38 } // namespace asio
40 #include "asio/detail/pop_options.hpp"
service_registry.hpp 15 #include "asio/detail/config.hpp"
17 #include "asio/detail/mutex.hpp"
18 #include "asio/detail/noncopyable.hpp"
19 #include "asio/io_service.hpp"
21 #include "asio/detail/push_options.hpp"
23 namespace asio { namespace
35 service_registry(asio::io_service& o,
42 ASIO_DECL void notify_fork(asio::io_service::fork_event fork_ev);
67 asio::io_service::service::key& key,
68 const asio::io_service::id& id)
    [all...]
handler_type_requirements.hpp 15 #include "asio/detail/config.hpp"
43 # include "asio/handler_type.hpp"
56 namespace asio { namespace
112 #define ASIO_COMPLETION_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void()) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( sizeof(asio::detail::zero_arg_handler_test( asio::detail::clvref< asio_true_handler_type>(), 0)) == 1, "CompletionHandler type requirements not met") typedef asio::detail::handler_type_requirements< sizeof( asio::detail::argbyv( asio::detail::clvref< asio_true_handler_type>())) + sizeof( asio::detail::lvref< asio_true_handler_type>()(), char(0))> ASIO_UNUSED_TYPEDEF
114 #define ASIO_READ_HANDLER_CHECK( handler_type, handler) typedef ASIO_HANDLER_TYPE(handler_type, void(asio::error_code, std::size_t)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSER (…)
    [all...]
addressof.hpp 15 #include "asio/detail/config.hpp"
19 namespace asio { namespace
25 } // namespace asio
array.hpp 15 #include "asio/detail/config.hpp"
19 namespace asio { namespace
25 } // namespace asio
fd_set_adapter.hpp 15 #include "asio/detail/config.hpp"
18 #include "asio/detail/posix_fd_set_adapter.hpp"
19 #include "asio/detail/win_fd_set_adapter.hpp"
21 namespace asio { namespace
27 } // namespace asio
operation.hpp 15 #include "asio/detail/config.hpp"
17 # include "asio/detail/task_io_service_operation.hpp"
19 namespace asio { namespace
25 } // namespace asio
select_interrupter.hpp 15 #include "asio/detail/config.hpp"
18 # include "asio/detail/pipe_select_interrupter.hpp"
20 namespace asio { namespace
26 } // namespace asio
shared_ptr.hpp 15 #include "asio/detail/config.hpp"
19 namespace asio { namespace
25 } // namespace asio
weak_ptr.hpp 15 #include "asio/detail/config.hpp"
19 namespace asio { namespace
25 } // namespace asio
resolver_service_base.hpp 15 #include "asio/detail/config.hpp"
16 #include "asio/error.hpp"
17 #include "asio/io_service.hpp"
18 #include "asio/detail/mutex.hpp"
19 #include "asio/detail/noncopyable.hpp"
20 #include "asio/detail/operation.hpp"
21 #include "asio/detail/socket_ops.hpp"
22 #include "asio/detail/socket_types.hpp"
23 #include "asio/detail/scoped_ptr.hpp"
24 #include "asio/detail/thread.hpp
28 namespace asio { namespace
    [all...]
handler_cont_helpers.hpp 15 #include "asio/detail/config.hpp"
16 #include "asio/detail/addressof.hpp"
17 #include "asio/handler_continuation_hook.hpp"
19 #include "asio/detail/push_options.hpp"
32 using asio::asio_handler_is_continuation;
34 asio::detail::addressof(context));
40 #include "asio/detail/pop_options.hpp"
event.hpp 15 #include "asio/detail/config.hpp"
18 # include "asio/detail/posix_event.hpp"
20 # include "asio/detail/std_event.hpp"
23 namespace asio { namespace
33 } // namespace asio
mutex.hpp 15 #include "asio/detail/config.hpp"
18 # include "asio/detail/posix_mutex.hpp"
20 # include "asio/detail/std_mutex.hpp"
23 namespace asio { namespace
33 } // namespace asio
thread.hpp 15 #include "asio/detail/config.hpp"
18 # include "asio/detail/posix_thread.hpp"
20 # include "asio/detail/std_thread.hpp"
23 namespace asio { namespace
33 } // namespace asio
buffer_sequence_adapter.hpp 15 #include "asio/detail/config.hpp"
16 #include "asio/buffer.hpp"
17 #include "asio/detail/array_fwd.hpp"
18 #include "asio/detail/socket_types.hpp"
20 #include "asio/detail/push_options.hpp"
22 namespace asio { namespace
45 const asio::mutable_buffer& buffer)
47 init_iov_base(iov.iov_base, asio::buffer_cast<void*>(buffer));
48 iov.iov_len = asio::buffer_size(buffer);
52 const asio::const_buffer& buffer
    [all...]
  /external/parameter-framework/upstream/remote-processor/
Socket.h 30 #include <asio.hpp>
32 /** Wraps and hides asio::ip::tcp::socket
34 * asio::ip::tcp::socket cannot be forward-declared because it is an
35 * inner-class. This class wraps the asio class in order for it to be
41 Socket(asio::ip::tcp::socket &socket) : mSocket(socket) {}
43 asio::ip::tcp::socket &get() { return mSocket; }
46 asio::ip::tcp::socket &mSocket;
  /external/parameter-framework/asio-1.10.6/include/asio/ip/detail/
endpoint.hpp 15 #include "asio/detail/config.hpp"
17 #include "asio/detail/socket_types.hpp"
18 #include "asio/detail/winsock_init.hpp"
19 #include "asio/error_code.hpp"
20 #include "asio/ip/address.hpp"
22 #include "asio/detail/push_options.hpp"
24 namespace asio { namespace
39 ASIO_DECL endpoint(const asio::ip::address& addr,
56 asio::detail::socket_addr_type* data()
62 const asio::detail::socket_addr_type* data() cons
    [all...]

Completed in 157 milliseconds

1 2 3 4 5