Searched refs:GetFactoryPackages (Results 1 – 4 of 4) sorted by relevance
104 std::vector<ApexFile> GetFactoryPackages();
251 Result<std::vector<ApexInfo>> GetFactoryPackages() { in GetFactoryPackages() function in android::apex::ApexServiceTest1417 TEST_F(ApexServiceTest, GetFactoryPackages) { in TEST_F() argument1418 Result<std::vector<ApexInfo>> factory_packages = GetFactoryPackages(); in TEST_F()1473 Result<std::vector<ApexInfo>> factory_packages = GetFactoryPackages(); in TEST_F()
1386 std::vector<ApexFile> inactive = GetFactoryPackages(); in CalculateInactivePackages()1462 std::vector<ApexFile> GetFactoryPackages() { in GetFactoryPackages() function3317 std::vector<ApexFile> inactive_apexes = GetFactoryPackages(); in OnOtaChrootBootstrap()
441 const auto& factory = ::android::apex::GetFactoryPackages(); in getAllPackages()