Searched refs:GetLegacyCommandDef (Results 1 – 4 of 4) sorted by relevance
189 MOCK_CONST_METHOD0(GetLegacyCommandDef, const base::DictionaryValue&());226 EXPECT_CALL(*this, GetLegacyCommandDef()) in MockCloudDelegate()
102 virtual const base::DictionaryValue& GetLegacyCommandDef() const = 0;
143 const base::DictionaryValue& GetLegacyCommandDef() const override { in GetLegacyCommandDef() function in weave::privet::__anon3f92f6d50111::CloudDelegateImpl
903 output.Set(kCommandsKey, cloud_->GetLegacyCommandDef().DeepCopy()); in HandleCommandDefs()