Home
last modified time | relevance | path

Searched defs:SetStateProperties (Results 1 – 4 of 4) sorted by relevance

/external/libweave/src/
Ddevice_manager.cc134 bool DeviceManager::SetStateProperties(const std::string& component, in SetStateProperties() function in weave::DeviceManager
215 bool DeviceManager::SetStateProperties(const base::DictionaryValue& dict, in SetStateProperties() function in weave::DeviceManager
Dcomponent_manager_impl.cc370 bool ComponentManagerImpl::SetStateProperties(const std::string& component_path, in SetStateProperties() function in weave::ComponentManagerImpl
Dcomponent_manager_unittest.cc908 TEST_F(ComponentManagerTest, SetStateProperties) { in TEST_F() argument
/external/libweave/src/privet/
Dprivet_handler.cc175 void SetStateProperties(const T& state, base::DictionaryValue* parent) { in SetStateProperties() function