Lines Matching refs: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()); in BuildDeviceResource()
499 resource->Set("components", component_manager_->GetComponents().DeepCopy()); in BuildDeviceResource()
1136 auto command_instance = component_manager_->ParseCommandInstance( in PublishCommand()
1146 if (!component_manager_->FindCommand(command_instance->GetID())) { in PublishCommand()
1152 new CloudCommandProxy{command_instance.get(), this, component_manager_, in PublishCommand()
1158 component_manager_->AddCommand(std::move(command_instance)); in PublishCommand()
1167 auto snapshot = component_manager_->GetAndClearRecordedStateChanges(); in PublishStateUpdates()
1201 component_manager_->NotifyStateUpdatedOnServer(update_id); in OnPublishStateDone()