Searched refs:GetLegacyState (Results 1 – 10 of 10) sorted by relevance
188 MOCK_CONST_METHOD0(GetLegacyState, const base::DictionaryValue&());225 EXPECT_CALL(*this, GetLegacyState()).WillRepeatedly(ReturnRef(test_dict_)); in MockCloudDelegate()
99 virtual const base::DictionaryValue& GetLegacyState() const = 0;
147 const base::DictionaryValue& GetLegacyState() const override { in GetLegacyState() function in weave::privet::__anonaa5c2b600111::CloudDelegateImpl148 return component_manager_->GetLegacyState(); in GetLegacyState()
847 output.Set(kStateKey, cloud_->GetLegacyState().DeepCopy()); in HandleState()
102 MOCK_CONST_METHOD0(GetLegacyState, const base::DictionaryValue&());
219 virtual const base::DictionaryValue& GetLegacyState() const = 0;
184 const base::DictionaryValue& GetLegacyState() const override;
262 return component_manager_->GetLegacyState(); in GetState()
1444 TEST_F(ComponentManagerTest, GetLegacyState) { in TEST_F() argument1479 EXPECT_JSON_EQ(kExpected, manager_.GetLegacyState()); in TEST_F()
583 const base::DictionaryValue& ComponentManagerImpl::GetLegacyState() const { in GetLegacyState() function in weave::ComponentManagerImpl