Home
last modified time | relevance | path

Searched refs:GetCloudId (Results 1 – 6 of 6) sorted by relevance

/external/libweave/src/privet/
Dpublisher.cc68 if (!cloud_->GetCloudId().empty()) in ExposeService()
69 txt_record.emplace_back("gcd_id=" + cloud_->GetCloudId()); in ExposeService()
Dmock_delegates.h187 MOCK_CONST_METHOD0(GetCloudId, std::string());
223 EXPECT_CALL(*this, GetCloudId()).WillRepeatedly(Return("TestCloudId")); in MockCloudDelegate()
Dcloud_delegate.h96 virtual std::string GetCloudId() const = 0;
Dcloud_delegate.cc137 std::string GetCloudId() const override { in GetCloudId() function in weave::privet::__anonaa5c2b600111::CloudDelegateImpl
Dprivet_handler.cc291 gcd->SetString(kInfoIdKey, cloud.GetCloudId()); in CreateGcdSection()
826 gcd->SetString(kInfoIdKey, cloud_->GetCloudId()); in ReplyWithSetupStatus()
Dprivet_handler_unittest.cc134 EXPECT_CALL(cloud_, GetCloudId()).WillRepeatedly(Return("")); in SetNoWifiAndGcd()