/system/update_engine/cros/ |
D | omaha_request_action_fuzzer.cc | 34 chromeos_update_engine::FakeSystemState::CreateInstance(); in LLVMFuzzerTestOneInput() 36 std::make_unique<chromeos_update_engine::OmahaRequestAction>( in LLVMFuzzerTestOneInput() 38 std::make_unique<chromeos_update_engine::MockHttpFetcher>( in LLVMFuzzerTestOneInput() 43 std::make_unique<chromeos_update_engine::ObjectCollectorAction< in LLVMFuzzerTestOneInput() 44 chromeos_update_engine::OmahaResponse>>(); in LLVMFuzzerTestOneInput() 46 chromeos_update_engine::ActionProcessor action_processor; in LLVMFuzzerTestOneInput()
|
/system/update_engine/update_manager/ |
D | real_shill_provider.h | 41 chromeos_update_engine::ShillProxyInterface* shill_proxy) in RealShillProvider() 51 Variable<chromeos_update_engine::ConnectionType>* var_conn_type() override { in var_conn_type() 55 Variable<chromeos_update_engine::ConnectionTethering>* var_conn_tethering() in var_conn_tethering() 82 std::unique_ptr<chromeos_update_engine::ShillProxyInterface> shill_proxy_; 86 AsyncCopyVariable<chromeos_update_engine::ConnectionType> var_conn_type_{ 88 AsyncCopyVariable<chromeos_update_engine::ConnectionTethering>
|
D | fake_shill_provider.h | 32 FakeVariable<chromeos_update_engine::ConnectionType>* var_conn_type() in var_conn_type() 37 FakeVariable<chromeos_update_engine::ConnectionTethering>* 48 FakeVariable<chromeos_update_engine::ConnectionType> var_conn_type_{ 50 FakeVariable<chromeos_update_engine::ConnectionTethering> var_conn_tethering_{
|
D | state_factory.cc | 41 using chromeos_update_engine::SystemState; 53 chromeos_update_engine::DBusConnection::Get()->GetDBus(); in DefaultStateFactory() 63 new RealShillProvider(new chromeos_update_engine::ShillProxy())); in DefaultStateFactory()
|
D | enterprise_rollback_policy_impl.cc | 19 using chromeos_update_engine::ErrorCode; 20 using chromeos_update_engine::InstallPlan;
|
D | real_config_provider.h | 32 chromeos_update_engine::HardwareInterface* hardware) in RealConfigProvider() 45 chromeos_update_engine::HardwareInterface* hardware_;
|
D | shill_provider.h | 38 virtual Variable<chromeos_update_engine::ConnectionType>* var_conn_type() = 0; 42 virtual Variable<chromeos_update_engine::ConnectionTethering>*
|
D | update_time_restrictions_policy_impl.h | 47 chromeos_update_engine::ErrorCode* result, 48 chromeos_update_engine::InstallPlan* install_plan) const override;
|
D | api_restricted_downloads_policy_impl.h | 37 chromeos_update_engine::ErrorCode* result, 38 chromeos_update_engine::InstallPlan* install_plan) const override;
|
D | enterprise_rollback_policy_impl.h | 40 chromeos_update_engine::ErrorCode* result, 41 chromeos_update_engine::InstallPlan* install_plan) const override;
|
D | minimum_version_policy_impl.h | 41 chromeos_update_engine::ErrorCode* result, 42 chromeos_update_engine::InstallPlan* install_plan) const override;
|
D | api_restricted_downloads_policy_impl.cc | 19 using chromeos_update_engine::ErrorCode; 31 chromeos_update_engine::InstallPlan* install_plan) const { in UpdateCanBeApplied()
|
D | enterprise_rollback_policy_impl_unittest.cc | 23 using chromeos_update_engine::ErrorCode; 24 using chromeos_update_engine::InstallPlan;
|
D | real_shill_provider.cc | 27 using chromeos_update_engine::SystemState; 28 using chromeos_update_engine::connection_utils::ParseConnectionType; 136 chromeos_update_engine::connection_utils::ParseConnectionTethering( in ProcessDefaultService() 156 chromeos_update_engine::ConnectionType::kUnknown); in ProcessDefaultService()
|
D | interactive_update_policy_impl.h | 44 chromeos_update_engine::ErrorCode* result, 45 chromeos_update_engine::InstallPlan* install_plan) const override;
|
/system/update_engine/aosp/ |
D | cow_converter.cc | 40 namespace chromeos_update_engine { namespace 42 bool ProcessPartition(const chromeos_update_engine::PartitionUpdate& partition, in ProcessPartition() 74 using chromeos_update_engine::MetadataParseResult; 75 using chromeos_update_engine::PayloadMetadata; 89 chromeos_update_engine::ScopedFdCloser closer{&payload_fd}; in main() 90 auto payload_size = chromeos_update_engine::utils::FileSize(payload_fd); in main() 114 chromeos_update_engine::MetadataParseResult::kSuccess) { in main() 118 chromeos_update_engine::DeltaArchiveManifest manifest; in main()
|
/system/update_engine/ |
D | main.cc | 41 chromeos_update_engine::Terminator::Init(); in main() 51 chromeos_update_engine::SetupLogging(log_to_system, log_to_file); in main() 67 auto daemon = chromeos_update_engine::DaemonBase::CreateInstance(); in main() 70 chromeos_update_engine::Subprocess::Get().FlushBufferedLogsAtExit(); in main()
|
D | testrunner.cc | 36 chromeos_update_engine::XzCompressInit(); in main() 42 chromeos_update_engine::Terminator::Init(2); in main()
|
/system/update_engine/payload_consumer/ |
D | partition_update_generator_stub.cc | 21 namespace chromeos_update_engine { namespace 24 chromeos_update_engine::BootControlInterface::Slot source_slot, in GenerateOperationsForPartitionsNotInPayload() 25 chromeos_update_engine::BootControlInterface::Slot target_slot, in GenerateOperationsForPartitionsNotInPayload()
|
D | snapshot_extent_writer.h | 28 namespace chromeos_update_engine { 30 class SnapshotExtentWriter : public chromeos_update_engine::ExtentWriter {
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_metadata_updater.h | 35 using DeltaArchiveManifest = chromeos_update_engine::DeltaArchiveManifest; 36 using DynamicPartitionMetadata = chromeos_update_engine::DynamicPartitionMetadata; 37 using DynamicPartitionGroup = chromeos_update_engine::DynamicPartitionGroup; 38 using PartitionUpdate = chromeos_update_engine::PartitionUpdate;
|
D | partition_cow_creator.h | 34 using ChromeOSExtent = chromeos_update_engine::Extent; 38 using InstallOperation = chromeos_update_engine::InstallOperation; 39 using PartitionUpdate = chromeos_update_engine::PartitionUpdate;
|
/system/update_engine/common/ |
D | cow_operation_convert.h | 26 namespace chromeos_update_engine { 52 ::chromeos_update_engine::InstallOperation>& operations,
|
D | action_pipe_unittest.cc | 25 namespace chromeos_update_engine { namespace 27 using chromeos_update_engine::ActionPipe;
|
/system/update_engine/payload_generator/ |
D | blob_file_writer_unittest.cc | 26 using chromeos_update_engine::test_utils::FillWithData; 29 namespace chromeos_update_engine { namespace
|