Lines Matching refs:device
5 #include <weave/device.h>
33 << "\t--registration_ticket=TICKET Register device with the "
85 device_ = weave::Device::Create(config_store_.get(), task_runner_.get(),
98 weave::Device* GetDevice() const { return device_.get(); }
105 static void OnRegisterDeviceDone(weave::Device* device,
108 LOG(ERROR) << "Fail to register device: " << error->GetMessage();
110 LOG(INFO) << "Device registered: " << device->GetSettings().cloud_id;
121 std::unique_ptr<weave::Device> device_;