HomeSort by relevance Sort by last modified time
    Searched refs:GetHandler (Results 1 - 14 of 14) sorted by null

  /external/libbrillo/brillo/dbus/
async_event_sequencer_unittest.cc 38 auto finished_handler = aec_->GetHandler("handler failed", false);
45 auto finished_handler1 = aec_->GetHandler("handler failed", false);
46 auto finished_handler2 = aec_->GetHandler("handler failed", false);
54 auto finished_handler1 = aec_->GetHandler("handler failed", false);
55 auto finished_handler2 = aec_->GetHandler("handler failed", false);
87 auto handler2 = aec_->GetHandler("handler failed", false);
async_event_sequencer.cc 16 AsyncEventSequencer::Handler AsyncEventSequencer::GetHandler(
34 auto finish_handler = GetHandler(descriptive_message, failure_is_fatal);
async_event_sequencer.h 31 // one_delegate_needing_init_.Init(sequencer->GetHandler(
51 // that subsequent calls to GetHandler() will create new handlers
53 Handler GetHandler(const std::string& descriptive_message,
56 // Like GetHandler except with a signature tailored to
64 // Once all handlers obtained via GetHandler have run,
77 // GetHandler. Note that the returned callbacks have
dbus_object.cc 253 sequencer->GetHandler("Failed to export interface " + pair.first,
  /external/libbrillo/brillo/daemons/
dbus_daemon.cc 58 sequencer->GetHandler("ObjectManager.RegisterAsync() failed.", true));
  /external/libbrillo/brillo/http/
http_connection_fake.cc 47 auto handler = transport->GetHandler(request_.GetURL(), request_.GetMethod());
http_transport_fake.h 60 HandlerCallback GetHandler(const std::string& url,
http_transport_fake.cc 135 Transport::HandlerCallback Transport::GetHandler(
http_utils_unittest.cc 222 auto GetHandler =
233 transport->AddHandler(kFakeUrl, request_type::kGet, base::Bind(GetHandler));
  /external/pdfium/third_party/lcms/src/
cmstypes.c 94 cmsTagTypeHandler* GetHandler(cmsTagTypeSignature sig, _cmsTagTypeLinkedList* PluginLinkedList, _cmsTagTypeLinkedList* DefaultLinkedList)
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 392 milliseconds