• Home
  • Raw
  • Download

Lines Matching refs:ComponentManagerImpl

34 ComponentManagerImpl::ComponentManagerImpl(provider::TaskRunner* task_runner,  in ComponentManagerImpl()  function in weave::ComponentManagerImpl
39 ComponentManagerImpl::~ComponentManagerImpl() {} in ~ComponentManagerImpl()
41 bool ComponentManagerImpl::AddComponent(const std::string& path, in AddComponent()
75 bool ComponentManagerImpl::AddComponentArrayItem( in AddComponentArrayItem()
101 bool ComponentManagerImpl::RemoveComponent(const std::string& path, in RemoveComponent()
122 bool ComponentManagerImpl::RemoveComponentArrayItem(const std::string& path, in RemoveComponentArrayItem()
153 void ComponentManagerImpl::AddComponentTreeChangedCallback( in AddComponentTreeChangedCallback()
159 bool ComponentManagerImpl::LoadTraits(const base::DictionaryValue& dict, in LoadTraits()
193 bool ComponentManagerImpl::LoadTraits(const std::string& json, in LoadTraits()
201 void ComponentManagerImpl::AddTraitDefChangedCallback( in AddTraitDefChangedCallback()
207 void ComponentManagerImpl::AddCommand( in AddCommand()
212 std::unique_ptr<CommandInstance> ComponentManagerImpl::ParseCommandInstance( in ParseCommandInstance()
294 CommandInstance* ComponentManagerImpl::FindCommand(const std::string& id) { in FindCommand()
298 void ComponentManagerImpl::AddCommandAddedCallback( in AddCommandAddedCallback()
303 void ComponentManagerImpl::AddCommandRemovedCallback( in AddCommandRemovedCallback()
308 void ComponentManagerImpl::AddCommandHandler( in AddCommandHandler()
321 const base::DictionaryValue* ComponentManagerImpl::FindComponent( in FindComponent()
327 const base::DictionaryValue* ComponentManagerImpl::FindTraitDefinition( in FindTraitDefinition()
334 const base::DictionaryValue* ComponentManagerImpl::FindCommandDefinition( in FindCommandDefinition()
347 bool ComponentManagerImpl::GetMinimalRole(const std::string& command_name, in GetMinimalRole()
364 void ComponentManagerImpl::AddStateChangedCallback( in AddStateChangedCallback()
370 bool ComponentManagerImpl::SetStateProperties(const std::string& component_path, in SetStateProperties()
395 bool ComponentManagerImpl::SetStatePropertiesFromJson( in SetStatePropertiesFromJson()
403 const base::Value* ComponentManagerImpl::GetStateProperty( in GetStateProperty()
432 bool ComponentManagerImpl::SetStateProperty(const std::string& component_path, in SetStateProperty()
453 ComponentManagerImpl::GetAndClearRecordedStateChanges() { in GetAndClearRecordedStateChanges()
477 void ComponentManagerImpl::NotifyStateUpdatedOnServer(UpdateID id) { in NotifyStateUpdatedOnServer()
481 ComponentManager::Token ComponentManagerImpl::AddServerStateUpdatedCallback( in AddServerStateUpdatedCallback()
488 std::string ComponentManagerImpl::FindComponentWithTrait( in FindComponentWithTrait()
507 bool ComponentManagerImpl::AddLegacyCommandDefinitions( in AddLegacyCommandDefinitions()
545 bool ComponentManagerImpl::AddLegacyStateDefinitions( in AddLegacyStateDefinitions()
583 const base::DictionaryValue& ComponentManagerImpl::GetLegacyState() const { in GetLegacyState()
598 const base::DictionaryValue& ComponentManagerImpl::GetLegacyCommandDefinitions() in GetLegacyCommandDefinitions()
616 void ComponentManagerImpl::AddTraitToLegacyComponent(const std::string& trait) { in AddTraitToLegacyComponent()
641 base::DictionaryValue* ComponentManagerImpl::FindComponentGraftNode( in FindComponentGraftNode()
653 base::DictionaryValue* ComponentManagerImpl::FindMutableComponent( in FindMutableComponent()
660 const base::DictionaryValue* ComponentManagerImpl::FindComponentAt( in FindComponentAt()