Lines Matching refs:success
75 const bool success = base::MessageLoopForIO::current()->WatchFileDescriptor(
77 CHECK(success) << "Unable to allocate memory";
88 const bool success = dbus_watch_handle(raw_watch_, DBUS_WATCH_READABLE);
89 CHECK(success) << "Unable to allocate memory";
94 const bool success = dbus_watch_handle(raw_watch_, DBUS_WATCH_WRITABLE);
95 CHECK(success) << "Unable to allocate memory";
170 const bool success = dbus_timeout_handle(raw_timeout_);
171 CHECK(success) << "Unable to allocate memory";
518 bool success = Connect();
519 if (success)
520 success = RequestOwnershipAndBlock(service_name, options);
525 success));
591 bool success = dbus_connection_set_watch_functions(connection_,
597 CHECK(success) << "Unable to allocate memory";
599 success = dbus_connection_set_timeout_functions(connection_,
605 CHECK(success) << "Unable to allocate memory";
634 const bool success = dbus_connection_send_with_reply(
636 CHECK(success) << "Unable to allocate memory";
643 const bool success = dbus_connection_send(connection_, request, serial);
644 CHECK(success) << "Unable to allocate memory";
661 const bool success = dbus_connection_add_filter(
663 CHECK(success) << "Unable to allocate memory";
739 const bool success = dbus_connection_try_register_object_path(
745 if (success)
747 return success;
761 const bool success = dbus_connection_unregister_object_path(
764 CHECK(success) << "Unable to allocate memory";