HomeSort by relevance Sort by last modified time
    Searched full:bus_ (Results 26 - 50 of 63) sorted by null

12 3

  /external/libbrillo/brillo/dbus/
exported_object_manager.h 109 const scoped_refptr<dbus::Bus>& GetBus() const { return bus_; }
114 scoped_refptr<dbus::Bus> bus_; member in class:brillo::dbus_utils::ExportedObjectManager
dbus_service_watcher.h 41 scoped_refptr<dbus::Bus> bus_; member in class:brillo::dbus_utils::DBusServiceWatcher
exported_property_set_unittest.cc 114 bus_ = new dbus::MockBus(options);
116 EXPECT_CALL(*bus_, AssertOnOriginThread()).Times(AnyNumber());
117 EXPECT_CALL(*bus_, AssertOnDBusThread()).Times(AnyNumber());
120 new dbus::MockExportedObject(bus_.get(), kMethodsExportedOnPath);
121 EXPECT_CALL(*bus_, GetExportedObject(kMethodsExportedOnPath))
126 p_.reset(new Properties(bus_, kMethodsExportedOnPath));
166 scoped_refptr<dbus::MockBus> bus_; member in class:brillo::dbus_utils::ExportedPropertySetTest
  /system/connectivity/apmanager/dbus/
manager_dbus_adaptor.cc 39 bus_(bus),
71 bus_,
dbus_control.h 62 scoped_refptr<dbus::Bus> bus_; member in class:apmanager::DBusControl
manager_dbus_adaptor.h 71 scoped_refptr<dbus::Bus> bus_; member in class:apmanager::ManagerDBusAdaptor
  /system/connectivity/shill/setup_wifi/
main.cc 72 new org::chromium::flimflam::ManagerProxy(bus_));
84 new org::chromium::flimflam::ServiceProxy(bus_,
  /system/update_engine/
dbus_service.cc 143 bus_(bus),
156 return bus_->RequestOwnershipAndBlock(update_engine::kUpdateEngineServiceName,
  /system/weaved/buffet/
ap_manager_client.cc 24 : bus_(bus) {}
38 new org::chromium::apmanager::ObjectManagerProxy{bus_});
ap_manager_client.h 52 scoped_refptr<dbus::Bus> bus_; member in class:buffet::final
main.cc 57 manager_ = new Manager{options_, bus_};
shill_client.cc 102 : bus_{bus},
103 manager_proxy_{bus_},
114 bus_->GetObjectProxy(shill::kFlimflamServiceName, ObjectPath{"/"})
173 connecting_service_.reset(new ServiceProxy{bus_, service_path});
288 std::unique_ptr<DeviceProxy> device{new DeviceProxy{bus_, device_path}};
386 std::make_shared<ServiceProxy>(bus_, service_path);
  /system/webservd/test-client/
main.cc 85 bus_, bus_->GetConnectionName(),
  /system/connectivity/shill/dbus/
chromeos_dhcpcd_listener.h 72 scoped_refptr<dbus::Bus> bus_; member in class:shill::final
  /system/tpm/attestation/client/
dbus_proxy.h 71 scoped_refptr<dbus::Bus> bus_; member in class:attestation::DBusProxy
  /system/tpm/tpm_manager/client/
tpm_ownership_dbus_proxy.h 69 scoped_refptr<dbus::Bus> bus_; member in class:tpm_manager::TpmOwnershipDBusProxy
tpm_nvram_dbus_proxy.h 76 scoped_refptr<dbus::Bus> bus_; member in class:tpm_manager::TpmNvramDBusProxy
  /system/tpm/trunks/
trunks_dbus_proxy.h 55 scoped_refptr<dbus::Bus> bus_; member in class:trunks::TrunksDBusProxy
trunks_dbus_service.cc 37 nullptr, bus_, dbus::ObjectPath(kTrunksServicePath)));
  /external/libbrillo/brillo/daemons/
dbus_daemon.h 40 scoped_refptr<dbus::Bus> bus_; member in class:brillo::DBusDaemon
  /system/tpm/attestation/server/
main.cc 90 bus_,
  /system/tpm/tpm_manager/server/
main.cc 88 bus_, tpm_manager_service_.get(), tpm_manager_service_.get()));
  /external/libchrome/dbus/
object_manager.h 64 // : bus_(bus),
66 // object_manager_ = bus_->GetObjectManager(kServiceName, kManagerPath);
320 Bus* bus_; member in class:dbus::ObjectManager
exported_object.h 169 scoped_refptr<Bus> bus_; member in class:dbus::ExportedObject
  /system/core/crash_reporter/
list_proxies.cc 197 new org::chromium::LibCrosServiceInterfaceProxy(bus_,
201 bus_,

Completed in 800 milliseconds

12 3