Searched refs:CloudDelegate (Results 1 – 14 of 14) sorted by relevance
/external/libweave/src/privet/ |
D | privet_manager.h | 37 class CloudDelegate; variable 44 class Manager : public CloudDelegate::Observer { 83 std::unique_ptr<CloudDelegate> cloud_; 90 ScopedObserver<CloudDelegate, CloudDelegate::Observer> cloud_observer_{this};
|
D | cloud_delegate.cc | 40 class CloudDelegateImpl : public CloudDelegate { 361 CloudDelegate::CloudDelegate() {} in CloudDelegate() function in weave::privet::CloudDelegate 363 CloudDelegate::~CloudDelegate() {} in ~CloudDelegate() 366 std::unique_ptr<CloudDelegate> CloudDelegate::CreateDefault( in CreateDefault() 374 void CloudDelegate::NotifyOnDeviceInfoChanged() { in NotifyOnDeviceInfoChanged() 378 void CloudDelegate::NotifyOnTraitDefsChanged() { in NotifyOnTraitDefsChanged() 382 void CloudDelegate::NotifyOnComponentTreeChanged() { in NotifyOnComponentTreeChanged() 386 void CloudDelegate::NotifyOnStateChanged() { in NotifyOnStateChanged()
|
D | wifi_ssid_generator.h | 15 class CloudDelegate; variable 20 WifiSsidGenerator(const CloudDelegate* gcd, const WifiDelegate* wifi); 35 const CloudDelegate* gcd_{nullptr};
|
D | publisher.h | 22 class CloudDelegate; variable 30 const CloudDelegate* cloud, 45 const CloudDelegate* cloud_{nullptr};
|
D | cloud_delegate.h | 36 class CloudDelegate { 38 CloudDelegate(); 39 virtual ~CloudDelegate(); 144 static std::unique_ptr<CloudDelegate> CreateDefault(
|
D | privet_handler.h | 34 class PrivetHandler : public CloudDelegate::Observer { 43 PrivetHandler(CloudDelegate* cloud, 141 CloudDelegate* cloud_{nullptr}; 168 ScopedObserver<CloudDelegate, CloudDelegate::Observer> cloud_observer_{this};
|
D | wifi_bootstrap_manager.h | 34 class CloudDelegate; variable 50 CloudDelegate* gcd);
|
D | privet_handler_unittest.cc | 876 [&command](const CloudDelegate::CommandDoneCallback& callback) { in TEST_F() 891 [&command](const CloudDelegate::CommandDoneCallback& callback) { in TEST_F() 902 Invoke([&error](const CloudDelegate::CommandDoneCallback& callback) { in TEST_F() 916 [&command](const CloudDelegate::CommandDoneCallback& callback) { in TEST_F() 927 Invoke([&error](const CloudDelegate::CommandDoneCallback& callback) { in TEST_F() 947 [&commands](const CloudDelegate::CommandDoneCallback& callback) { in TEST_F()
|
D | publisher.cc | 30 const CloudDelegate* cloud, in Publisher()
|
D | wifi_ssid_generator.cc | 48 WifiSsidGenerator::WifiSsidGenerator(const CloudDelegate* cloud, in WifiSsidGenerator()
|
D | privet_manager.cc | 60 CloudDelegate::CreateDefault(task_runner_, device, component_manager); in Start()
|
D | privet_handler.cc | 216 const CloudDelegate& cloud) { in CreateManifestSection() 289 const CloudDelegate& cloud) { in CreateGcdSection() 296 AuthScope GetAnonymousMaxScope(const CloudDelegate& cloud, in GetAnonymousMaxScope() 368 PrivetHandler::PrivetHandler(CloudDelegate* cloud, in PrivetHandler()
|
D | wifi_bootstrap_manager.cc | 42 CloudDelegate* gcd) in WifiBootstrapManager()
|
D | mock_delegates.h | 170 class MockCloudDelegate : public CloudDelegate {
|