Home
last modified time | relevance | path

Searched refs:ASIO_DECL (Results 1 – 23 of 23) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/ip/
Daddress_v6.hpp49 ASIO_DECL address_v6();
52 ASIO_DECL explicit address_v6(const bytes_type& bytes,
56 ASIO_DECL address_v6(const address_v6& other);
59 ASIO_DECL address_v6(address_v6&& other);
62 ASIO_DECL address_v6& operator=(const address_v6& other);
65 ASIO_DECL address_v6& operator=(address_v6&& other);
86 ASIO_DECL bytes_type to_bytes() const;
89 ASIO_DECL std::string to_string() const;
92 ASIO_DECL std::string to_string(asio::error_code& ec) const;
95 ASIO_DECL static address_v6 from_string(const char* str);
[all …]
Daddress.hpp40 ASIO_DECL address();
43 ASIO_DECL address(const asio::ip::address_v4& ipv4_address);
46 ASIO_DECL address(const asio::ip::address_v6& ipv6_address);
49 ASIO_DECL address(const address& other);
52 ASIO_DECL address(address&& other);
55 ASIO_DECL address& operator=(const address& other);
58 ASIO_DECL address& operator=(address&& other);
61 ASIO_DECL address& operator=(
65 ASIO_DECL address& operator=(
81 ASIO_DECL asio::ip::address_v4 to_v4() const;
[all …]
Daddress_v4.hpp54 ASIO_DECL explicit address_v4(const bytes_type& bytes);
57 ASIO_DECL explicit address_v4(unsigned long addr);
86 ASIO_DECL bytes_type to_bytes() const;
89 ASIO_DECL unsigned long to_ulong() const;
92 ASIO_DECL std::string to_string() const;
95 ASIO_DECL std::string to_string(asio::error_code& ec) const;
98 ASIO_DECL static address_v4 from_string(const char* str);
101 ASIO_DECL static address_v4 from_string(
105 ASIO_DECL static address_v4 from_string(const std::string& str);
108 ASIO_DECL static address_v4 from_string(
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dsocket_ops.hpp63 ASIO_DECL socket_type accept(socket_type s, socket_addr_type* addr,
66 ASIO_DECL socket_type sync_accept(socket_type s,
71 ASIO_DECL bool non_blocking_accept(socket_type s,
76 ASIO_DECL int bind(socket_type s, const socket_addr_type* addr,
79 ASIO_DECL int close(socket_type s, state_type& state,
82 ASIO_DECL bool set_user_non_blocking(socket_type s,
85 ASIO_DECL bool set_internal_non_blocking(socket_type s,
88 ASIO_DECL int shutdown(socket_type s,
91 ASIO_DECL int connect(socket_type s, const socket_addr_type* addr,
94 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
[all …]
Dtask_io_service.hpp43 ASIO_DECL task_io_service(asio::io_service& io_service,
47 ASIO_DECL void shutdown_service();
50 ASIO_DECL void init_task();
53 ASIO_DECL std::size_t run(asio::error_code& ec);
56 ASIO_DECL std::size_t run_one(asio::error_code& ec);
59 ASIO_DECL std::size_t poll(asio::error_code& ec);
62 ASIO_DECL std::size_t poll_one(asio::error_code& ec);
65 ASIO_DECL void stop();
68 ASIO_DECL bool stopped() const;
71 ASIO_DECL void reset();
[all …]
Dselect_reactor.hpp52 ASIO_DECL select_reactor(asio::io_service& io_service);
55 ASIO_DECL ~select_reactor();
58 ASIO_DECL void shutdown_service();
61 ASIO_DECL void fork_service(
65 ASIO_DECL void init_task();
69 ASIO_DECL int register_descriptor(socket_type, per_descriptor_data&);
73 ASIO_DECL int register_internal_descriptor(
85 ASIO_DECL void start_op(int op_type, socket_type descriptor,
91 ASIO_DECL void cancel_ops(socket_type descriptor, per_descriptor_data&);
95 ASIO_DECL void deregister_descriptor(socket_type descriptor,
[all …]
Dhandler_tracking.hpp54 ASIO_DECL static void init();
57 ASIO_DECL static void creation(tracked_handler* h,
64 ASIO_DECL explicit completion(tracked_handler* h);
68 ASIO_DECL ~completion();
71 ASIO_DECL void invocation_begin();
74 ASIO_DECL void invocation_begin(const asio::error_code& ec);
77 ASIO_DECL void invocation_begin(
81 ASIO_DECL void invocation_begin(
85 ASIO_DECL void invocation_begin(
89 ASIO_DECL void invocation_end();
[all …]
Dtimer_queue_set.hpp27 ASIO_DECL timer_queue_set();
30 ASIO_DECL void insert(timer_queue_base* q);
33 ASIO_DECL void erase(timer_queue_base* q);
36 ASIO_DECL bool all_empty() const;
39 ASIO_DECL long wait_duration_msec(long max_duration) const;
42 ASIO_DECL long wait_duration_usec(long max_duration) const;
45 ASIO_DECL void get_ready_timers(op_queue<operation>& ops);
48 ASIO_DECL void get_all_timers(op_queue<operation>& ops);
Dresolver_service_base.hpp39 ASIO_DECL resolver_service_base(asio::io_service& io_service);
42 ASIO_DECL ~resolver_service_base();
45 ASIO_DECL void shutdown_service();
48 ASIO_DECL void fork_service(
52 ASIO_DECL void construct(implementation_type& impl);
55 ASIO_DECL void destroy(implementation_type&);
58 ASIO_DECL void cancel(implementation_type& impl);
62 ASIO_DECL void start_resolve_op(operation* op);
93 ASIO_DECL void start_work_thread();
Dpipe_select_interrupter.hpp27 ASIO_DECL pipe_select_interrupter();
30 ASIO_DECL ~pipe_select_interrupter();
33 ASIO_DECL void recreate();
36 ASIO_DECL void interrupt();
39 ASIO_DECL bool reset();
49 ASIO_DECL void open_descriptors();
52 ASIO_DECL void close_descriptors();
Dservice_registry.hpp39 ASIO_DECL ~service_registry();
42 ASIO_DECL void notify_fork(asio::io_service::fork_event fork_ev);
66 ASIO_DECL static void init_key(
78 ASIO_DECL static bool keys_match(
92 ASIO_DECL static void destroy(
107 ASIO_DECL asio::io_service::service* do_use_service(
113 ASIO_DECL void do_add_service(
118 ASIO_DECL bool do_has_service(
Dposix_thread.hpp29 ASIO_DECL void* asio_detail_posix_thread_function(void* arg);
45 ASIO_DECL ~posix_thread();
48 ASIO_DECL void join();
85 ASIO_DECL void start_thread(func_base* arg);
Dreactive_socket_service_base.hpp59 ASIO_DECL reactive_socket_service_base(
63 ASIO_DECL void shutdown_service();
66 ASIO_DECL void construct(base_implementation_type& impl);
69 ASIO_DECL void base_move_construct(base_implementation_type& impl,
73 ASIO_DECL void base_move_assign(base_implementation_type& impl,
78 ASIO_DECL void destroy(base_implementation_type& impl);
87 ASIO_DECL asio::error_code close(
97 ASIO_DECL asio::error_code cancel(
407 ASIO_DECL asio::error_code do_open(
412 ASIO_DECL asio::error_code do_assign(
[all …]
Dconfig.hpp29 # define ASIO_DECL inline macro
32 #if !defined(ASIO_DECL)
33 # define ASIO_DECL macro
Dthrow_error.hpp23 ASIO_DECL void do_throw_error(const asio::error_code& err);
25 ASIO_DECL void do_throw_error(const asio::error_code& err,
Dposix_mutex.hpp37 ASIO_DECL posix_mutex();
Dposix_tss_ptr.hpp28 ASIO_DECL void posix_tss_ptr_create(pthread_key_t& key);
Dposix_event.hpp33 ASIO_DECL posix_event();
/external/parameter-framework/asio-1.10.6/include/asio/
Dio_service.hpp190 ASIO_DECL io_service();
199 ASIO_DECL explicit io_service(std::size_t concurrency_hint);
233 ASIO_DECL ~io_service();
261 ASIO_DECL std::size_t run();
289 ASIO_DECL std::size_t run(asio::error_code& ec);
305 ASIO_DECL std::size_t run_one();
321 ASIO_DECL std::size_t run_one(asio::error_code& ec);
333 ASIO_DECL std::size_t poll();
345 ASIO_DECL std::size_t poll(asio::error_code& ec);
357 ASIO_DECL std::size_t poll_one();
[all …]
Dhandler_alloc_hook.hpp54 ASIO_DECL void* asio_handler_allocate(
67 ASIO_DECL void asio_handler_deallocate(
Derror.hpp198 extern ASIO_DECL
201 extern ASIO_DECL
205 extern ASIO_DECL
Derror_code.hpp28 extern ASIO_DECL const error_category& system_category();
/external/parameter-framework/asio-1.10.6/include/asio/ip/detail/
Dendpoint.hpp33 ASIO_DECL endpoint();
36 ASIO_DECL endpoint(int family, unsigned short port_num);
39 ASIO_DECL endpoint(const asio::ip::address& addr,
77 ASIO_DECL void resize(std::size_t new_size);
86 ASIO_DECL unsigned short port() const;
89 ASIO_DECL void port(unsigned short port_num);
92 ASIO_DECL asio::ip::address address() const;
95 ASIO_DECL void address(const asio::ip::address& addr);
98 ASIO_DECL friend bool operator==(
102 ASIO_DECL friend bool operator<(