Home
last modified time | relevance | path

Searched refs:GetLegacyState (Results 1 – 10 of 10) sorted by relevance

/external/libweave/src/privet/
Dmock_delegates.h188 MOCK_CONST_METHOD0(GetLegacyState, const base::DictionaryValue&());
225 EXPECT_CALL(*this, GetLegacyState()).WillRepeatedly(ReturnRef(test_dict_)); in MockCloudDelegate()
Dcloud_delegate.h99 virtual const base::DictionaryValue& GetLegacyState() const = 0;
Dcloud_delegate.cc147 const base::DictionaryValue& GetLegacyState() const override { in GetLegacyState() function in weave::privet::__anonaa5c2b600111::CloudDelegateImpl
148 return component_manager_->GetLegacyState(); in GetLegacyState()
Dprivet_handler.cc847 output.Set(kStateKey, cloud_->GetLegacyState().DeepCopy()); in HandleState()
/external/libweave/src/
Dmock_component_manager.h102 MOCK_CONST_METHOD0(GetLegacyState, const base::DictionaryValue&());
Dcomponent_manager.h219 virtual const base::DictionaryValue& GetLegacyState() const = 0;
Dcomponent_manager_impl.h184 const base::DictionaryValue& GetLegacyState() const override;
Ddevice_manager.cc262 return component_manager_->GetLegacyState(); in GetState()
Dcomponent_manager_unittest.cc1444 TEST_F(ComponentManagerTest, GetLegacyState) { in TEST_F() argument
1479 EXPECT_JSON_EQ(kExpected, manager_.GetLegacyState()); in TEST_F()
Dcomponent_manager_impl.cc583 const base::DictionaryValue& ComponentManagerImpl::GetLegacyState() const { in GetLegacyState() function in weave::ComponentManagerImpl