Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Ddevice_delegate.cc17 class DeviceDelegateImpl : public DeviceDelegate { class
19 DeviceDelegateImpl(provider::TaskRunner* task_runner, in DeviceDelegateImpl() function in weave::privet::__anon6a4b09720111::DeviceDelegateImpl
27 ~DeviceDelegateImpl() override = default;
64 return std::unique_ptr<DeviceDelegate>(new DeviceDelegateImpl( in CreateDefault()