Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_test.cpp956 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
977 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1003 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1018 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1045 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1066 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1094 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1115 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1146 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
1167 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()
[all …]
Dapexd.h101 android::base::Result<ApexFile> GetActivePackage(
Dapexservice_test.cpp210 Result<ApexInfo> GetActivePackage(const std::string& name) { in GetActivePackage() function in android::apex::ApexServiceTest
1151 TEST_F(ApexServiceActivationSuccessTest, GetActivePackage) { in TEST_F() argument
1155 Result<ApexInfo> active = GetActivePackage(installer_->package); in TEST_F()
2887 auto active_apex = GetActivePackage("com.android.apex.test_package"); in TEST_F()
2912 auto active_apex = GetActivePackage("com.android.apex.test_package"); in TEST_F()
Dapexservice.cpp431 Result<ApexFile> apex = ::android::apex::GetActivePackage(package_name); in getActivePackage()
Dapexd.cpp1504 Result<ApexFile> GetActivePackage(const std::string& packageName) { in GetActivePackage() function