Home
last modified time | relevance | path

Searched refs:AsyncEventSequencer (Results 1 – 16 of 16) sorted by relevance

/external/libbrillo/brillo/dbus/
Dasync_event_sequencer.cc11 AsyncEventSequencer::AsyncEventSequencer() { in AsyncEventSequencer() function in brillo::dbus_utils::AsyncEventSequencer
13 AsyncEventSequencer::~AsyncEventSequencer() { in ~AsyncEventSequencer()
16 AsyncEventSequencer::Handler AsyncEventSequencer::GetHandler( in GetHandler()
22 return base::Bind(&AsyncEventSequencer::HandleFinish, in GetHandler()
29 AsyncEventSequencer::ExportHandler AsyncEventSequencer::GetExportHandler( in GetExportHandler()
35 return base::Bind(&AsyncEventSequencer::HandleDBusMethodExported, in GetExportHandler()
42 void AsyncEventSequencer::OnAllTasksCompletedCall( in OnAllTasksCompletedCall()
52 void IgnoreSuccess(const AsyncEventSequencer::CompletionTask& task, in IgnoreSuccess()
60 AsyncEventSequencer::CompletionAction AsyncEventSequencer::WrapCompletionTask( in WrapCompletionTask()
65 AsyncEventSequencer::CompletionAction
[all …]
Dasync_event_sequencer.h38 class BRILLO_EXPORT AsyncEventSequencer
39 : public base::RefCounted<AsyncEventSequencer> {
48 AsyncEventSequencer();
104 ~AsyncEventSequencer();
105 friend class base::RefCounted<AsyncEventSequencer>;
106 DISALLOW_COPY_AND_ASSIGN(AsyncEventSequencer);
Ddbus_object.cc59 const AsyncEventSequencer::CompletionAction& completion_callback) { in ExportAsync()
62 scoped_refptr<AsyncEventSequencer> sequencer(new AsyncEventSequencer()); in ExportAsync()
75 std::vector<AsyncEventSequencer::CompletionAction> actions; in ExportAsync()
231 const AsyncEventSequencer::CompletionAction& completion_callback) { in ExportInterfaceAsync()
238 const AsyncEventSequencer::CompletionAction& completion_callback) { in RegisterAsync()
241 scoped_refptr<AsyncEventSequencer> sequencer(new AsyncEventSequencer()); in RegisterAsync()
Dasync_event_sequencer_unittest.cc28 aec_ = new AsyncEventSequencer(); in SetUp()
33 scoped_refptr<AsyncEventSequencer> aec_;
34 AsyncEventSequencer::CompletionAction cb_;
Dexported_object_manager.cc12 using brillo::dbus_utils::AsyncEventSequencer;
24 const AsyncEventSequencer::CompletionAction& completion_callback) { in RegisterAsync()
Dmock_dbus_object.h26 void(const AsyncEventSequencer::CompletionAction&));
Dmock_exported_object_manager.h22 brillo::dbus_utils::AsyncEventSequencer::CompletionAction;
Ddbus_connection.cc13 using brillo::dbus_utils::AsyncEventSequencer;
Ddbus_object.h473 const AsyncEventSequencer::CompletionAction& completion_callback);
552 const AsyncEventSequencer::CompletionAction& completion_callback);
558 const AsyncEventSequencer::CompletionAction& completion_callback);
Dexported_object_manager.h95 const brillo::dbus_utils::AsyncEventSequencer::CompletionAction&
Dexported_property_set.cc15 using brillo::dbus_utils::AsyncEventSequencer;
Dexported_object_manager_unittest.cc115 om_->RegisterAsync(AsyncEventSequencer::GetDefaultCompletionAction()); in SetUp()
Ddbus_object_unittest.cc146 AsyncEventSequencer::GetDefaultCompletionAction()); in SetUp()
Dexported_property_set_unittest.cc104 AsyncEventSequencer::GetDefaultCompletionAction()); in Properties()
/external/libbrillo/brillo/daemons/
Ddbus_daemon.cc13 using brillo::dbus_utils::AsyncEventSequencer;
53 scoped_refptr<AsyncEventSequencer> sequencer(new AsyncEventSequencer()); in OnInit()
69 dbus_utils::AsyncEventSequencer* /* sequencer */) { in RegisterDBusObjectsAsync() argument
Ddbus_daemon.h22 class AsyncEventSequencer; variable
76 dbus_utils::AsyncEventSequencer* sequencer);