Home
last modified time | relevance | path

Searched refs:GetFactoryPackages (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/apex/apexd/
H A Dapexd.h104 std::vector<ApexFile> GetFactoryPackages();
H A Dapexservice_test.cpp251 Result<std::vector<ApexInfo>> GetFactoryPackages() { in GetFactoryPackages() function in android::apex::ApexServiceTest
1417 TEST_F(ApexServiceTest, GetFactoryPackages) { in TEST_F() argument
1418 Result<std::vector<ApexInfo>> factory_packages = GetFactoryPackages(); in TEST_F()
1473 Result<std::vector<ApexInfo>> factory_packages = GetFactoryPackages(); in TEST_F()
H A Dapexd.cpp1422 std::vector<ApexFile> inactive = GetFactoryPackages(); in CalculateInactivePackages()
1498 std::vector<ApexFile> GetFactoryPackages() { in GetFactoryPackages() function
3367 std::vector<ApexFile> inactive_apexes = GetFactoryPackages(); in OnOtaChrootBootstrap()
H A Dapexservice.cpp441 const auto& factory = ::android::apex::GetFactoryPackages(); in getAllPackages()