Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Dcloud_delegate.cc40 class CloudDelegateImpl : public CloudDelegate { class
42 CloudDelegateImpl(provider::TaskRunner* task_runner, in CloudDelegateImpl() function in weave::privet::__anonaa5c2b600111::CloudDelegateImpl
49 &CloudDelegateImpl::OnConfigChanged, weak_factory_.GetWeakPtr()));
51 &CloudDelegateImpl::OnRegistrationChanged, weak_factory_.GetWeakPtr()));
54 base::Bind(&CloudDelegateImpl::NotifyOnTraitDefsChanged,
57 &CloudDelegateImpl::OnCommandAdded, weak_factory_.GetWeakPtr()));
59 &CloudDelegateImpl::OnCommandRemoved, weak_factory_.GetWeakPtr()));
61 &CloudDelegateImpl::NotifyOnStateChanged, weak_factory_.GetWeakPtr()));
63 base::Bind(&CloudDelegateImpl::NotifyOnComponentTreeChanged,
67 ~CloudDelegateImpl() override = default;
[all …]