Home
last modified time | relevance | path

Searched refs:handler_ (Results 1 – 25 of 41) sorted by relevance

12

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dwrapped_handler.hpp52 handler_(ASIO_MOVE_CAST(Handler)(handler)) in wrapped_handler()
58 handler_(other.handler_) in wrapped_handler()
64 handler_(ASIO_MOVE_CAST(Handler)(other.handler_)) in wrapped_handler()
70 dispatcher_.dispatch(ASIO_MOVE_CAST(Handler)(handler_)); in operator ()()
75 dispatcher_.dispatch(handler_); in operator ()()
81 dispatcher_.dispatch(detail::bind_handler(handler_, arg1)); in operator ()()
87 dispatcher_.dispatch(detail::bind_handler(handler_, arg1)); in operator ()()
93 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2)); in operator ()()
99 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2)); in operator ()()
105 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2, arg3)); in operator ()()
[all …]
Dbind_handler.hpp30 : handler_(handler), in binder1()
36 : handler_(ASIO_MOVE_CAST(Handler)(handler)), in binder1()
43 handler_(static_cast<const Arg1&>(arg1_)); in operator ()()
48 handler_(arg1_); in operator ()()
52 Handler handler_; member in asio::detail::binder1
61 size, this_handler->handler_); in asio_handler_allocate()
69 pointer, size, this_handler->handler_); in asio_handler_deallocate()
77 this_handler->handler_); in asio_handler_is_continuation()
85 function, this_handler->handler_); in asio_handler_invoke()
93 function, this_handler->handler_); in asio_handler_invoke()
[all …]
Dreactive_null_buffers_op.hpp36 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_null_buffers_op()
51 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete()
62 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete()
63 p.h = asio::detail::addressof(handler.handler_); in do_complete()
71 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete()
77 Handler handler_; member in asio::detail::reactive_null_buffers_op
Dreactive_socket_send_op.hpp73 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_send_op()
83 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete()
94 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete()
95 p.h = asio::detail::addressof(handler.handler_); in do_complete()
103 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete()
109 Handler handler_; member in asio::detail::reactive_socket_send_op
Dresolve_endpoint_op.hpp47 handler_(ASIO_MOVE_CAST(Handler)(handler)) in resolve_endpoint_op()
57 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete()
90 handler(o->handler_, o->ec_, o->iter_); in do_complete()
91 p.h = asio::detail::addressof(handler.handler_); in do_complete()
98 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete()
108 Handler handler_; member in asio::detail::resolve_endpoint_op
Dresolve_op.hpp48 handler_(ASIO_MOVE_CAST(Handler)(handler)), in resolve_op()
65 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete()
95 handler(o->handler_, o->ec_, iterator_type()); in do_complete()
96 p.h = asio::detail::addressof(handler.handler_); in do_complete()
108 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete()
118 Handler handler_; member in asio::detail::resolve_op
Dreactive_socket_recvmsg_op.hpp77 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_recvmsg_op()
88 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete()
99 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete()
100 p.h = asio::detail::addressof(handler.handler_); in do_complete()
108 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete()
114 Handler handler_; member in asio::detail::reactive_socket_recvmsg_op
Dreactive_socket_recv_op.hpp76 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_recv_op()
86 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete()
97 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete()
98 p.h = asio::detail::addressof(handler.handler_); in do_complete()
106 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete()
112 Handler handler_; member in asio::detail::reactive_socket_recv_op
Dreactive_socket_sendto_op.hpp76 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_sendto_op()
86 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete()
97 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete()
98 p.h = asio::detail::addressof(handler.handler_); in do_complete()
106 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete()
112 Handler handler_; member in asio::detail::reactive_socket_sendto_op
Dreactive_socket_connect_op.hpp58 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_connect_op()
69 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete()
80 handler(o->handler_, o->ec_); in do_complete()
81 p.h = asio::detail::addressof(handler.handler_); in do_complete()
95 Handler handler_; member in asio::detail::reactive_socket_connect_op
Dreactive_socket_recvfrom_op.hpp85 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_recvfrom_op()
96 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete()
107 handler(o->handler_, o->ec_, o->bytes_transferred_); in do_complete()
108 p.h = asio::detail::addressof(handler.handler_); in do_complete()
116 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete()
122 Handler handler_; member in asio::detail::reactive_socket_recvfrom_op
Dreactive_socket_accept_op.hpp89 handler_(ASIO_MOVE_CAST(Handler)(handler)) in reactive_socket_accept_op()
99 ptr p = { asio::detail::addressof(o->handler_), o, o }; in do_complete()
110 handler(o->handler_, o->ec_); in do_complete()
111 p.h = asio::detail::addressof(handler.handler_); in do_complete()
119 asio_handler_invoke_helpers::invoke(handler, handler.handler_); in do_complete()
125 Handler handler_; member in asio::detail::reactive_socket_accept_op
Dcompletion_handler.hpp35 handler_(ASIO_MOVE_CAST(Handler)(h)) in completion_handler()
45 ptr p = { asio::detail::addressof(h->handler_), h, h }; in do_complete()
55 Handler handler(ASIO_MOVE_CAST(Handler)(h->handler_)); in do_complete()
70 Handler handler_; member in asio::detail::completion_handler
/external/google-breakpad/src/common/dwarf/
Ddwarf2diehandler.cc46 if (entry.handler_ != root_handler_) in ~DIEDispatcher()
47 delete entry.handler_; in ~DIEDispatcher()
66 if (parent && parent->handler_ && !parent->reported_attributes_end_) { in StartDIE()
68 if (!parent->handler_->EndAttributes()) { in StartDIE()
71 parent->handler_->Finish(); in StartDIE()
72 if (parent->handler_ != root_handler_) in StartDIE()
73 delete parent->handler_; in StartDIE()
74 parent->handler_ = NULL; in StartDIE()
82 if (parent->handler_) in StartDIE()
84 handler = parent->handler_->FindChildHandler(offset, tag); in StartDIE()
[all …]
Ddwarf2reader.cc57 sections_(sections), handler_(handler), abbrevs_(NULL), in CompilationUnit()
278 if (!handler_->StartCompilationUnit(offset_from_section_start_, in Start()
323 handler_->ProcessAttributeUnsigned(dieoffset, attr, form, 1); in ProcessAttribute()
327 handler_->ProcessAttributeUnsigned(dieoffset, attr, form, in ProcessAttribute()
331 handler_->ProcessAttributeUnsigned(dieoffset, attr, form, in ProcessAttribute()
335 handler_->ProcessAttributeUnsigned(dieoffset, attr, form, in ProcessAttribute()
339 handler_->ProcessAttributeUnsigned(dieoffset, attr, form, in ProcessAttribute()
344 handler_->ProcessAttributeString(dieoffset, attr, form, in ProcessAttribute()
349 handler_->ProcessAttributeUnsigned(dieoffset, attr, form, in ProcessAttribute()
355 handler_->ProcessAttributeSigned(dieoffset, attr, form, in ProcessAttribute()
[all …]
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengine_unittest.cc58 XmppTestHandler* handler() { return handler_.get(); } in handler()
61 handler_.reset(new XmppTestHandler(engine_.get())); in SetUp()
66 engine_->SetSessionHandler(handler_.get()); in SetUp()
67 engine_->SetOutputHandler(handler_.get()); in SetUp()
68 engine_->AddStanzaHandler(handler_.get()); in SetUp()
74 handler_.reset(); in TearDown()
81 rtc::scoped_ptr<XmppTestHandler> handler_; member in XmppEngineTest
90 EXPECT_EQ("[OPENING]", handler_->SessionActivity()); in RunLogin()
94 "xmlns=\"jabber:client\">\r\n", handler_->OutputActivity()); in RunLogin()
114 handler_->OutputActivity()); in RunLogin()
[all …]
Dxmpplogintask_unittest.cc47 XmppTestHandler* handler() { return handler_.get(); } in handler()
50 handler_.reset(new XmppTestHandler(engine_.get())); in SetUp()
55 engine_->SetSessionHandler(handler_.get()); in SetUp()
56 engine_->SetOutputHandler(handler_.get()); in SetUp()
57 engine_->AddStanzaHandler(handler_.get()); in SetUp()
63 handler_.reset(); in TearDown()
71 rtc::scoped_ptr<XmppTestHandler> handler_; member in XmppLoginTaskTest
90 "xmlns=\"jabber:client\">\r\n", handler_->OutputActivity()); in RunPartialLogin()
91 EXPECT_EQ("[OPENING]", handler_->SessionActivity()); in RunPartialLogin()
92 EXPECT_EQ("", handler_->StanzaActivity()); in RunPartialLogin()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dwrite.hpp98 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op()
108 handler_(other.handler_) in write_op()
118 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_)) in write_op()
142 handler_(ec, static_cast<const std::size_t&>(total_transferred_)); in operator ()()
152 WriteHandler handler_; member in asio::detail::write_op
172 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op()
182 handler_(other.handler_) in write_op()
192 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_)) in write_op()
217 handler_(ec, static_cast<const std::size_t&>(total_transferred_)); in operator ()()
226 WriteHandler handler_; member in asio::detail::write_op
[all …]
Dread.hpp100 handler_(ASIO_MOVE_CAST(ReadHandler)(handler)) in read_op()
110 handler_(other.handler_) in read_op()
120 handler_(ASIO_MOVE_CAST(ReadHandler)(other.handler_)) in read_op()
144 handler_(ec, static_cast<const std::size_t&>(total_transferred_)); in operator ()()
154 ReadHandler handler_; member in asio::detail::read_op
173 handler_(ASIO_MOVE_CAST(ReadHandler)(handler)) in read_op()
183 handler_(other.handler_) in read_op()
193 handler_(ASIO_MOVE_CAST(ReadHandler)(other.handler_)) in read_op()
218 handler_(ec, static_cast<const std::size_t&>(total_transferred_)); in operator ()()
227 ReadHandler handler_; member in asio::detail::read_op
[all …]
Dconnect.hpp185 handler_(ASIO_MOVE_CAST(ComposedConnectHandler)(handler)) in connect_op()
195 handler_(other.handler_) in connect_op()
205 handler_(ASIO_MOVE_CAST(ComposedConnectHandler)(other.handler_)) in connect_op()
250 handler_(static_cast<const asio::error_code&>(ec), in operator ()()
260 ComposedConnectHandler handler_; member in asio::detail::connect_op
270 size, this_handler->handler_); in asio_handler_allocate()
280 pointer, size, this_handler->handler_); in asio_handler_deallocate()
290 this_handler->handler_); in asio_handler_is_continuation()
301 function, this_handler->handler_); in asio_handler_invoke()
312 function, this_handler->handler_); in asio_handler_invoke()
/external/libbrillo/brillo/dbus/
Ddbus_object_internal_impl.h77 const base::Callback<R(Args...)>& handler) : handler_(handler) {} in SimpleDBusInterfaceMethodHandler()
83 method_response.Return(handler_.Run(args...)); in HandleMethod()
98 base::Callback<R(Args...)> handler_;
111 const base::Callback<void(Args...)>& handler) : handler_(handler) {} in SimpleDBusInterfaceMethodHandler()
117 handler_.Run(args...); in HandleMethod()
135 base::Callback<void(Args...)> handler_;
157 : handler_(handler) {} in SimpleDBusInterfaceMethodHandlerWithError()
164 if (!handler_.Run(&error, args...)) { in HandleMethod()
185 base::Callback<bool(ErrorPtr*, Args...)> handler_;
208 : handler_(handler) {} in SimpleDBusInterfaceMethodHandlerWithErrorAndMessage()
[all …]
/external/google-breakpad/src/common/
Dstabs_reader.cc76 handler_(handler), in StabsReader()
84 handler_->Warning("symbol %d: name offset outside the string section\n", in SymbolString()
162 if (! handler_->StartCompilationUnit(current_source_file_, in ProcessCompilationUnit()
213 if (! handler_->EndCompilationUnit(ending_address)) in ProcessCompilationUnit()
233 if (! handler_->StartFunction(name, function_address)) in ProcessFunction()
240 if (!handler_->Line(it->address, it->filename, it->number)) in ProcessFunction()
256 if (! handler_->Line(line_address, current_source_file_, line_number)) in ProcessFunction()
294 if (! handler_->EndFunction(ending_address)) in ProcessFunction()
308 if (!handler_->Extern(SymbolString(), iterator_->value)) in ProcessExtern()
/external/libbrillo/brillo/
Dasynchronous_signal_handler_unittest.cc29 handler_.Init(); in SetUp()
44 AsynchronousSignalHandler handler_; member in brillo::AsynchronousSignalHandlerTest
51 handler_.RegisterHandler( in TEST_F()
67 handler_.RegisterHandler( in TEST_F()
97 handler_.RegisterHandler( in TEST_F()
117 handler_.RegisterHandler( in TEST_F()
/external/google-breakpad/src/processor/
Dcfi_frame_info.cc167 if (name_ == ".cfa") handler_->CFARule(expression_); in Report()
168 else if (name_ == ".ra") handler_->RARule(expression_); in Report()
169 else handler_->RegisterRule(name_, expression_); in Report()
Dcfi_frame_info.h159 CFIRuleParser(Handler *handler) : handler_(handler) { } in CFIRuleParser()
172 Handler *handler_; variable

12