Lines Matching refs:pkgs
1652 std::vector<std::string> pkgs; in RunPrePost() local
1660 pkgs.push_back(installer->test_file); in RunPrePost()
1663 android::binder::Status st = (service_.get()->*fn)(pkgs); in RunPrePost()
2104 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
2105 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2150 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
2151 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2236 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
2237 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2239 pkgs = {installer2.test_installed_file}; in TEST_F()
2240 ASSERT_TRUE(IsOk(service_->unstagePackages(pkgs))); in TEST_F()
2257 std::vector<std::string> pkgs = {installer1.test_file}; in TEST_F() local
2258 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2260 pkgs = {installer1.test_installed_file, installer2.test_installed_file}; in TEST_F()
2261 ASSERT_FALSE(IsOk(service_->unstagePackages(pkgs))); in TEST_F()
2286 void PrepareBackup(const std::vector<std::string>& pkgs) { in PrepareBackup() argument
2288 for (const auto& pkg : pkgs) { in PrepareBackup()