Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/cros_healthd/
H A Dcros_healthd_client.cc26 class CrosHealthdClientImpl : public CrosHealthdClient { class
28 CrosHealthdClientImpl() = default;
29 ~CrosHealthdClientImpl() override = default;
57 &CrosHealthdClientImpl::OnDbusServiceAvailable, in BootstrapMojoConnection()
94 &CrosHealthdClientImpl::OnBootstrapMojoConnectionResponse, in OnDbusServiceAvailable()
109 base::WeakPtrFactory<CrosHealthdClientImpl> bootstrap_weak_ptr_factory_{this};
111 DISALLOW_COPY_AND_ASSIGN(CrosHealthdClientImpl);
129 (new CrosHealthdClientImpl())->Init(bus); in Initialize()