Home
last modified time | relevance | path

Searched refs:GetHandler (Results 1 – 14 of 14) sorted by relevance

/external/libbrillo/brillo/dbus/
Dasync_event_sequencer_unittest.cc38 auto finished_handler = aec_->GetHandler("handler failed", false); in TEST_F()
45 auto finished_handler1 = aec_->GetHandler("handler failed", false); in TEST_F()
46 auto finished_handler2 = aec_->GetHandler("handler failed", false); in TEST_F()
54 auto finished_handler1 = aec_->GetHandler("handler failed", false); in TEST_F()
55 auto finished_handler2 = aec_->GetHandler("handler failed", false); in TEST_F()
87 auto handler2 = aec_->GetHandler("handler failed", false); in TEST_F()
Dasync_event_sequencer.cc16 AsyncEventSequencer::Handler AsyncEventSequencer::GetHandler( in GetHandler() function in brillo::dbus_utils::AsyncEventSequencer
34 auto finish_handler = GetHandler(descriptive_message, failure_is_fatal); in GetExportHandler()
Dasync_event_sequencer.h53 Handler GetHandler(const std::string& descriptive_message,
Ddbus_object.cc216 sequencer->GetHandler("Failed to export interface " + pair.first, in RegisterAsync()
/external/libbrillo/brillo/daemons/
Ddbus_daemon.cc58 sequencer->GetHandler("ObjectManager.RegisterAsync() failed.", true)); in OnInit()
/external/libbrillo/brillo/http/
Dhttp_connection_fake.cc47 auto handler = transport->GetHandler(request_.GetURL(), request_.GetMethod()); in FinishRequest()
Dhttp_transport_fake.h60 HandlerCallback GetHandler(const std::string& url,
Dhttp_utils_unittest.cc222 auto GetHandler = in TEST() local
233 transport->AddHandler(kFakeUrl, request_type::kGet, base::Bind(GetHandler)); in TEST()
Dhttp_transport_fake.cc135 Transport::HandlerCallback Transport::GetHandler( in GetHandler() function in brillo::Transport
/external/pdfium/third_party/lcms2-2.6/src/
Dcmstypes.c94 cmsTagTypeHandler* GetHandler(cmsTagTypeSignature sig, _cmsTagTypeLinkedList* PluginLinkedList, _cm… in GetHandler() function
4412 …TypeHandler = GetHandler((cmsTagTypeSignature) ElementSig, MPETypePluginChunk ->TagTypes, Supporte… in ReadMPEElem()
4526 …TypeHandler = GetHandler((cmsTagTypeSignature) ElementSig, MPETypePluginChunk->TagTypes, Supported… in Type_MPE_Write()
5391 return GetHandler(sig, ctx->TagTypes, SupportedTagTypes); in _cmsGetTagTypeHandler()
/external/protobuf/php/ext/google/protobuf/
Dupb.h3658 GenericFunction* GetHandler(Selector selector);
5071 inline Handlers::GenericFunction *Handlers::GetHandler(
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4354 GenericFunction* GetHandler(Selector selector);
5767 inline Handlers::GenericFunction *Handlers::GetHandler(
/external/v8/include/
Dv8.h3910 Local<Value> GetHandler();
/external/v8/src/
Dapi.cc7484 Local<Value> Proxy::GetHandler() { in GetHandler() function in v8::Proxy