Home | History | Annotate | Download | only in privet

Lines Matching defs:cloud_

33     : dns_sd_{dns_sd}, device_{device}, cloud_{cloud}, wifi_{wifi} {
35 CHECK(cloud_);
51 std::string name{cloud_->GetName()};
52 std::string model_id{cloud_->GetModelId()};
63 {"id=" + cloud_->GetDeviceId()},
65 {"flags=" + WifiSsidGenerator{cloud_, wifi_}.GenerateFlags()},
68 if (!cloud_->GetCloudId().empty())
69 txt_record.emplace_back("gcd_id=" + cloud_->GetCloudId());
71 if (!cloud_->GetDescription().empty())
72 txt_record.emplace_back("note=" + cloud_->GetDescription());