Searched refs:GetModelId (Results 1 – 6 of 6) sorted by relevance
52 std::string model_id{cloud_->GetModelId()}; in ExposeService()
173 MOCK_CONST_METHOD0(GetModelId, std::string());211 EXPECT_CALL(*this, GetModelId()).WillRepeatedly(Return("ABMID")); in MockCloudDelegate()
85 std::string model_id = gcd_->GetModelId(); in GenerateSsid()
59 virtual std::string GetModelId() const = 0;
219 GetDeviceUiKind(cloud.GetModelId())); in CreateManifestSection()532 std::string model_id = cloud_->GetModelId(); in HandleInfo()550 ToValue(std::vector<std::string>{GetDeviceUiKind(cloud_->GetModelId())}) in HandleInfo()
73 std::string GetModelId() const override { in GetModelId() function in weave::privet::__anon9e8e4d940111::CloudDelegateImpl