Lines Matching full:component_manager_
244 component_manager_{component_manager},
263 component_manager_->AddTraitDefChangedCallback(base::Bind(
265 component_manager_->AddComponentTreeChangedCallback(
268 component_manager_->AddStateChangedCallback(base::Bind(
498 resource->Set("traits", component_manager_->GetTraits().DeepCopy());
499 resource->Set("components", component_manager_->GetComponents().DeepCopy());
1136 auto command_instance = component_manager_->ParseCommandInstance(
1146 if (!component_manager_->FindCommand(command_instance->GetID())) {
1152 new CloudCommandProxy{command_instance.get(), this, component_manager_,
1158 component_manager_->AddCommand(std::move(command_instance));
1167 auto snapshot = component_manager_->GetAndClearRecordedStateChanges();
1201 component_manager_->NotifyStateUpdatedOnServer(update_id);