Searched refs:DeviceDelegate (Results 1 – 10 of 10) sorted by relevance
17 class DeviceDelegateImpl : public DeviceDelegate {54 DeviceDelegate::DeviceDelegate() {} in DeviceDelegate() function in weave::privet::DeviceDelegate56 DeviceDelegate::~DeviceDelegate() {} in ~DeviceDelegate()59 std::unique_ptr<DeviceDelegate> DeviceDelegate::CreateDefault( in CreateDefault()64 return std::unique_ptr<DeviceDelegate>(new DeviceDelegateImpl( in CreateDefault()
24 class DeviceDelegate {26 DeviceDelegate();27 virtual ~DeviceDelegate();48 static std::unique_ptr<DeviceDelegate> CreateDefault(
23 class DeviceDelegate; variable29 Publisher(const DeviceDelegate* device,44 const DeviceDelegate* device_{nullptr};
27 class DeviceDelegate; variable44 DeviceDelegate* device,142 DeviceDelegate* device_{nullptr};
39 class DeviceDelegate; variable84 std::unique_ptr<DeviceDelegate> device_;
29 Publisher::Publisher(const DeviceDelegate* device, in Publisher()
35 class DeviceDelegate; variable
56 device_ = DeviceDelegate::CreateDefault( in Start()
48 class MockDeviceDelegate : public DeviceDelegate {
226 const DeviceDelegate& device) { in CreateEndpointsSection()369 DeviceDelegate* device, in PrivetHandler()