Searched refs:GetActivePackage (Results 1 – 5 of 5) sorted by relevance
958 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()979 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1005 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1020 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1047 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1068 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1096 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1117 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1169 auto active_apex = GetActivePackage("test.apex.rebootless"); in TEST_F()1213 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()
1540 Result<ApexFile> GetActivePackage(const std::string& packageName) { in GetActivePackage() function