Searched refs:GetActivePackage (Results 1 – 5 of 5) sorted by relevance
956 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 …]
101 android::base::Result<ApexFile> GetActivePackage(
210 Result<ApexInfo> GetActivePackage(const std::string& name) { in GetActivePackage() function in android::apex::ApexServiceTest1151 TEST_F(ApexServiceActivationSuccessTest, GetActivePackage) { in TEST_F() argument1155 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()
431 Result<ApexFile> apex = ::android::apex::GetActivePackage(package_name); in getActivePackage()
1504 Result<ApexFile> GetActivePackage(const std::string& packageName) { in GetActivePackage() function