Home
last modified time | relevance | path

Searched refs:GetAllPackages (Results 1 – 3 of 3) sorted by relevance

/system/iorap/src/binder/
Dpackage_manager_remote.cc69 std::optional<std::vector<std::string>> packages = GetAllPackages(); in GetPackageVersionMap()
91 std::optional<std::vector<std::string>> PackageManagerRemote::GetAllPackages() { in GetAllPackages() function in iorap::binder::PackageManagerRemote
Dpackage_manager_remote.h77 std::optional<std::vector<std::string>> GetAllPackages();
/system/apex/apexd/
Dapexservice_test.cpp176 Result<std::vector<ApexInfo>> GetAllPackages() { in GetAllPackages() function in android::apex::ApexServiceTest
1466 TEST_F(ApexServiceTest, GetAllPackages) { in TEST_F() argument
1467 Result<std::vector<ApexInfo>> all_packages = GetAllPackages(); in TEST_F()