Searched refs:GetModelName (Results 1 – 4 of 4) sorted by relevance
182 MOCK_CONST_METHOD0(GetModelName, std::string());217 EXPECT_CALL(*this, GetModelName()).WillRepeatedly(Return("Brillo")); in MockCloudDelegate()
79 virtual std::string GetModelName() const = 0;
98 std::string GetModelName() const override { in GetModelName() function in weave::privet::__anonaa5c2b600111::CloudDelegateImpl
221 manifest->SetString(kInfoManifestModelName, cloud.GetModelName()); in CreateManifestSection()