Home
last modified time | relevance | path

Searched refs:GetLegacyCommandDef (Results 1 – 4 of 4) sorted by relevance

/external/libweave/src/privet/
Dmock_delegates.h189 MOCK_CONST_METHOD0(GetLegacyCommandDef, const base::DictionaryValue&());
226 EXPECT_CALL(*this, GetLegacyCommandDef()) in MockCloudDelegate()
Dcloud_delegate.h102 virtual const base::DictionaryValue& GetLegacyCommandDef() const = 0;
Dcloud_delegate.cc143 const base::DictionaryValue& GetLegacyCommandDef() const override { in GetLegacyCommandDef() function in weave::privet::__anon3f92f6d50111::CloudDelegateImpl
Dprivet_handler.cc903 output.Set(kCommandsKey, cloud_->GetLegacyCommandDef().DeepCopy()); in HandleCommandDefs()