Searched refs:GetHandler (Results 1 - 13 of 13) sorted by relevance

/external/libbrillo/brillo/dbus/
H A Dasync_event_sequencer_unittest.cc38 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);
H A Dasync_event_sequencer.cc16 AsyncEventSequencer::Handler AsyncEventSequencer::GetHandler( function in class:brillo::dbus_utils::AsyncEventSequencer
34 auto finish_handler = GetHandler(descriptive_message, failure_is_fatal);
H A Dasync_event_sequencer.h31 // 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
H A Ddbus_object.cc216 sequencer->GetHandler("Failed to export interface " + pair.first,
/external/libbrillo/brillo/daemons/
H A Ddbus_daemon.cc58 sequencer->GetHandler("ObjectManager.RegisterAsync() failed.", true));
/external/libbrillo/brillo/http/
H A Dhttp_connection_fake.cc47 auto handler = transport->GetHandler(request_.GetURL(), request_.GetMethod());
H A Dhttp_transport_fake.h60 HandlerCallback GetHandler(const std::string& url,
H A Dhttp_transport_fake.cc131 Transport::HandlerCallback Transport::GetHandler( function in class:brillo::Transport
H A Dhttp_utils_unittest.cc222 auto GetHandler = local
233 transport->AddHandler(kFakeUrl, request_type::kGet, base::Bind(GetHandler));
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmstypes.c94 cmsTagTypeHandler* GetHandler(cmsTagTypeSignature sig, _cmsTagTypeLinkedList* PluginLinkedList, _cmsTagTypeLinkedList* DefaultLinkedList) function
4376 TypeHandler = GetHandler((cmsTagTypeSignature) ElementSig, MPETypePluginChunk ->TagTypes, SupportedMPEtypes);
4487 TypeHandler = GetHandler((cmsTagTypeSignature) ElementSig, MPETypePluginChunk->TagTypes, SupportedMPEtypes);
5352 return GetHandler(sig, ctx->TagTypes, SupportedTagTypes);
/external/v8/include/
H A Dv8.h3443 Local<Value> GetHandler();
/external/v8/src/
H A Dapi.cc6702 Local<Value> Proxy::GetHandler() { function in class:v8::Proxy
/external/v8/test/cctest/
H A Dtest-api.cc25247 CHECK(proxy->GetHandler()->SameValue(handler));
25254 CHECK(proxy->GetHandler()->IsNull());

Completed in 240 milliseconds