Home
last modified time | relevance | path

Searched refs:AddLegacyCommandDefinitions (Results 1 – 6 of 6) sorted by relevance

/external/libweave/src/
Dcomponent_manager.h214 virtual bool AddLegacyCommandDefinitions(const base::DictionaryValue& dict,
Dmock_component_manager.h98 MOCK_METHOD2(AddLegacyCommandDefinitions,
Dcomponent_manager_impl.h179 bool AddLegacyCommandDefinitions(const base::DictionaryValue& dict,
Ddevice_manager.cc166 CHECK(component_manager_->AddLegacyCommandDefinitions(dict, nullptr)); in AddCommandDefinitions()
Dcomponent_manager_unittest.cc1283 EXPECT_TRUE(manager_.AddLegacyCommandDefinitions(*json, nullptr)); in TEST_F()
1320 EXPECT_TRUE(manager_.AddLegacyCommandDefinitions(*json, nullptr)); in TEST_F()
1355 EXPECT_FALSE(manager_.AddLegacyCommandDefinitions(*json, nullptr)); in TEST_F()
Dcomponent_manager_impl.cc507 bool ComponentManagerImpl::AddLegacyCommandDefinitions( in AddLegacyCommandDefinitions() function in weave::ComponentManagerImpl