Searched refs:GetDeviceId (Results 1 – 5 of 5) sorted by relevance
63 {"id=" + cloud_->GetDeviceId()}, in ExposeService()
172 MOCK_CONST_METHOD0(GetDeviceId, std::string());210 EXPECT_CALL(*this, GetDeviceId()).WillRepeatedly(Return("TestId")); in MockCloudDelegate()
56 virtual std::string GetDeviceId() const = 0;
69 std::string GetDeviceId() const override { in GetDeviceId() function in weave::privet::__anon9e8e4d940111::CloudDelegateImpl
535 output.SetString(kInfoIdKey, cloud_->GetDeviceId()); in HandleInfo()