Searched refs:GetCloudId (Results 1 – 6 of 6) sorted by relevance
68 if (!cloud_->GetCloudId().empty()) in ExposeService()69 txt_record.emplace_back("gcd_id=" + cloud_->GetCloudId()); in ExposeService()
187 MOCK_CONST_METHOD0(GetCloudId, std::string());223 EXPECT_CALL(*this, GetCloudId()).WillRepeatedly(Return("TestCloudId")); in MockCloudDelegate()
96 virtual std::string GetCloudId() const = 0;
137 std::string GetCloudId() const override { in GetCloudId() function in weave::privet::__anonaa5c2b600111::CloudDelegateImpl
291 gcd->SetString(kInfoIdKey, cloud.GetCloudId()); in CreateGcdSection()826 gcd->SetString(kInfoIdKey, cloud_->GetCloudId()); in ReplyWithSetupStatus()
134 EXPECT_CALL(cloud_, GetCloudId()).WillRepeatedly(Return("")); in SetNoWifiAndGcd()