Searched refs:AsyncEventSequencer (Results 1 – 16 of 16) sorted by relevance
11 AsyncEventSequencer::AsyncEventSequencer() { in AsyncEventSequencer() function in brillo::dbus_utils::AsyncEventSequencer13 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 …]
38 class BRILLO_EXPORT AsyncEventSequencer39 : public base::RefCounted<AsyncEventSequencer> {48 AsyncEventSequencer();104 ~AsyncEventSequencer();105 friend class base::RefCounted<AsyncEventSequencer>;106 DISALLOW_COPY_AND_ASSIGN(AsyncEventSequencer);
59 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()
28 aec_ = new AsyncEventSequencer(); in SetUp()33 scoped_refptr<AsyncEventSequencer> aec_;34 AsyncEventSequencer::CompletionAction cb_;
12 using brillo::dbus_utils::AsyncEventSequencer;24 const AsyncEventSequencer::CompletionAction& completion_callback) { in RegisterAsync()
26 void(const AsyncEventSequencer::CompletionAction&));
22 brillo::dbus_utils::AsyncEventSequencer::CompletionAction;
13 using brillo::dbus_utils::AsyncEventSequencer;
473 const AsyncEventSequencer::CompletionAction& completion_callback);552 const AsyncEventSequencer::CompletionAction& completion_callback);558 const AsyncEventSequencer::CompletionAction& completion_callback);
95 const brillo::dbus_utils::AsyncEventSequencer::CompletionAction&
15 using brillo::dbus_utils::AsyncEventSequencer;
115 om_->RegisterAsync(AsyncEventSequencer::GetDefaultCompletionAction()); in SetUp()
146 AsyncEventSequencer::GetDefaultCompletionAction()); in SetUp()
104 AsyncEventSequencer::GetDefaultCompletionAction()); in Properties()
13 using brillo::dbus_utils::AsyncEventSequencer;53 scoped_refptr<AsyncEventSequencer> sequencer(new AsyncEventSequencer()); in OnInit()69 dbus_utils::AsyncEventSequencer* /* sequencer */) { in RegisterDBusObjectsAsync() argument
22 class AsyncEventSequencer; variable76 dbus_utils::AsyncEventSequencer* sequencer);