Home
last modified time | relevance | path

Searched refs:chromeos_update_engine (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/system/update_engine/cros/
Domaha_request_action_fuzzer.cc34 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/
Dreal_shill_provider.h41 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>
Dfake_shill_provider.h32 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_{
Dstate_factory.cc41 using chromeos_update_engine::SystemState;
53 chromeos_update_engine::DBusConnection::Get()->GetDBus(); in DefaultStateFactory()
63 new RealShillProvider(new chromeos_update_engine::ShillProxy())); in DefaultStateFactory()
Denterprise_rollback_policy_impl.cc19 using chromeos_update_engine::ErrorCode;
20 using chromeos_update_engine::InstallPlan;
Dreal_config_provider.h32 chromeos_update_engine::HardwareInterface* hardware) in RealConfigProvider()
45 chromeos_update_engine::HardwareInterface* hardware_;
Dshill_provider.h38 virtual Variable<chromeos_update_engine::ConnectionType>* var_conn_type() = 0;
42 virtual Variable<chromeos_update_engine::ConnectionTethering>*
Dupdate_time_restrictions_policy_impl.h47 chromeos_update_engine::ErrorCode* result,
48 chromeos_update_engine::InstallPlan* install_plan) const override;
Dapi_restricted_downloads_policy_impl.h37 chromeos_update_engine::ErrorCode* result,
38 chromeos_update_engine::InstallPlan* install_plan) const override;
Denterprise_rollback_policy_impl.h40 chromeos_update_engine::ErrorCode* result,
41 chromeos_update_engine::InstallPlan* install_plan) const override;
Dminimum_version_policy_impl.h41 chromeos_update_engine::ErrorCode* result,
42 chromeos_update_engine::InstallPlan* install_plan) const override;
Dapi_restricted_downloads_policy_impl.cc19 using chromeos_update_engine::ErrorCode;
31 chromeos_update_engine::InstallPlan* install_plan) const { in UpdateCanBeApplied()
Denterprise_rollback_policy_impl_unittest.cc23 using chromeos_update_engine::ErrorCode;
24 using chromeos_update_engine::InstallPlan;
Dreal_shill_provider.cc27 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()
Dinteractive_update_policy_impl.h44 chromeos_update_engine::ErrorCode* result,
45 chromeos_update_engine::InstallPlan* install_plan) const override;
/system/update_engine/aosp/
Dcow_converter.cc40 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/
Dmain.cc41 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()
Dtestrunner.cc36 chromeos_update_engine::XzCompressInit(); in main()
42 chromeos_update_engine::Terminator::Init(2); in main()
/system/update_engine/payload_consumer/
Dpartition_update_generator_stub.cc21 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()
Dsnapshot_extent_writer.h28 namespace chromeos_update_engine {
30 class SnapshotExtentWriter : public chromeos_update_engine::ExtentWriter {
/system/core/fs_mgr/libsnapshot/
Dsnapshot_metadata_updater.h35 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;
Dpartition_cow_creator.h34 using ChromeOSExtent = chromeos_update_engine::Extent;
38 using InstallOperation = chromeos_update_engine::InstallOperation;
39 using PartitionUpdate = chromeos_update_engine::PartitionUpdate;
/system/update_engine/common/
Dcow_operation_convert.h26 namespace chromeos_update_engine {
52 ::chromeos_update_engine::InstallOperation>& operations,
Daction_pipe_unittest.cc25 namespace chromeos_update_engine { namespace
27 using chromeos_update_engine::ActionPipe;
/system/update_engine/payload_generator/
Dblob_file_writer_unittest.cc26 using chromeos_update_engine::test_utils::FillWithData;
29 namespace chromeos_update_engine { namespace

12345678910>>...20