Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h104 std::vector<ApexFile> GetFactoryPackages();
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()
Dapexd.cpp1386 std::vector<ApexFile> inactive = GetFactoryPackages(); in CalculateInactivePackages()
1462 std::vector<ApexFile> GetFactoryPackages() { in GetFactoryPackages() function
3317 std::vector<ApexFile> inactive_apexes = GetFactoryPackages(); in OnOtaChrootBootstrap()
Dapexservice.cpp441 const auto& factory = ::android::apex::GetFactoryPackages(); in getAllPackages()