Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_test.cpp1160 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1182 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1208 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1224 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1292 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1314 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1342 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1364 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1395 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1417 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
[all …]
Dapexd.h118 android::base::Result<ApexFile> GetActivePackage(
Dapexservice.cpp510 Result<ApexFile> apex = ::android::apex::GetActivePackage(package_name); in getActivePackage()
Dapexd.cpp1661 Result<ApexFile> GetActivePackage(const std::string& packageName) { in GetActivePackage() function