Searched defs:failure_is_fatal (Results 1 - 1 of 1) sorted by relevance

/external/libbrillo/brillo/dbus/
H A Dasync_event_sequencer.cc18 bool failure_is_fatal) {
26 failure_is_fatal);
33 bool failure_is_fatal) {
34 auto finish_handler = GetHandler(descriptive_message, failure_is_fatal);
72 bool failure_is_fatal,
75 CheckForFailure(failure_is_fatal, success, error_message);
102 void AsyncEventSequencer::CheckForFailure(bool failure_is_fatal, argument
105 if (failure_is_fatal) {
16 GetHandler( const std::string& descriptive_message, bool failure_is_fatal) argument
29 GetExportHandler( const std::string& interface_name, const std::string& method_name, const std::string& descriptive_message, bool failure_is_fatal) argument
70 HandleFinish(int registration_number, const std::string& error_message, bool failure_is_fatal, bool success) argument

Completed in 281 milliseconds