Home
last modified time | relevance | path

Searched refs:ApexFileRef (Results 1 – 5 of 5) sorted by relevance

/system/apex/apexd/
Dapex_file_repository.h34 using ApexFileRef = std::reference_wrapper<const android::apex::ApexFile>; variable
137 std::vector<ApexFileRef> GetPreInstalledApexFiles() const;
140 std::vector<ApexFileRef> GetDataApexFiles() const;
143 std::unordered_map<std::string, std::vector<ApexFileRef>> AllApexFilesByName()
149 ApexFileRef GetPreInstalledApex(const std::string& name) const;
153 ApexFileRef GetDataApex(const std::string& name) const;
Dapex_file_repository.cpp472 std::vector<ApexFileRef> ApexFileRepository::GetPreInstalledApexFiles() const { in GetPreInstalledApexFiles()
473 std::vector<ApexFileRef> result; in GetPreInstalledApexFiles()
481 std::vector<ApexFileRef> ApexFileRepository::GetDataApexFiles() const { in GetDataApexFiles()
482 std::vector<ApexFileRef> result; in GetDataApexFiles()
491 std::unordered_map<std::string, std::vector<ApexFileRef>>
494 std::vector<ApexFileRef> all_apex_files; in AllApexFilesByName()
503 std::unordered_map<std::string, std::vector<ApexFileRef>> result; in AllApexFilesByName()
508 result[package_name] = std::vector<ApexFileRef>{}; in AllApexFilesByName()
516 ApexFileRef ApexFileRepository::GetDataApex(const std::string& name) const { in GetDataApex()
522 ApexFileRef ApexFileRepository::GetPreInstalledApex( in GetPreInstalledApex()
Dapexd.h156 std::vector<ApexFileRef> SelectApexForActivation(
157 const std::unordered_map<std::string, std::vector<ApexFileRef>>& all_apex,
160 const std::vector<ApexFileRef>& compressed_apex, bool is_ota_chroot);
Dapexd.cpp1734 Result<void> ActivateApexPackages(const std::vector<ApexFileRef>& apexes, in ActivateApexPackages()
1839 Result<void> ActivateMissingApexes(const std::vector<ApexFileRef>& apexes, in ActivateMissingApexes()
1844 std::vector<ApexFileRef> fallback_apexes; in ActivateMissingApexes()
1864 std::vector<ApexFileRef> compressed_apex; in ActivateMissingApexes()
2527 std::vector<ApexFileRef> bootstrap_apexes; in OnBootstrap()
2683 std::vector<ApexFileRef> SelectApexForActivation( in SelectApexForActivation()
2684 const std::unordered_map<std::string, std::vector<ApexFileRef>>& all_apex, in SelectApexForActivation()
2687 std::vector<ApexFileRef> activation_list; in SelectApexForActivation()
2691 const std::vector<ApexFileRef>& apex_files = apex_it.second; in SelectApexForActivation()
2720 const ApexFileRef& a_ref, in SelectApexForActivation()
[all …]
Dapexd_test.cpp230 std::vector<ApexFileRef> compressed_apex_list; in PrepareCompressedApex()
417 std::vector<ApexFileRef> compressed_apex_list; in TEST_F()
441 std::vector<ApexFileRef> compressed_apex_list; in TEST_F()
493 std::vector<ApexFileRef> compressed_apex_list; in TEST_F()
525 std::vector<ApexFileRef> compressed_apex_list; in TEST_F()
552 std::vector<ApexFileRef> compressed_apex_list; in TEST_F()
4925 std::vector<ApexFileRef> compressed_apex_list; in TEST_F()