Searched defs:SetStateProperties (Results 1 – 4 of 4) sorted by relevance
134 bool DeviceManager::SetStateProperties(const std::string& component, in SetStateProperties() function in weave::DeviceManager215 bool DeviceManager::SetStateProperties(const base::DictionaryValue& dict, in SetStateProperties() function in weave::DeviceManager
370 bool ComponentManagerImpl::SetStateProperties(const std::string& component_path, in SetStateProperties() function in weave::ComponentManagerImpl
908 TEST_F(ComponentManagerTest, SetStateProperties) { in TEST_F() argument
175 void SetStateProperties(const T& state, base::DictionaryValue* parent) { in SetStateProperties() function