Lines Matching refs:pkgs
1591 std::vector<std::string> pkgs; in RunPrePost() local
1599 pkgs.push_back(installer->test_file); in RunPrePost()
1602 android::binder::Status st = (service_.get()->*fn)(pkgs); in RunPrePost()
2038 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
2039 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2084 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
2085 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2172 std::vector<std::string> pkgs = {installer1.test_file, installer2.test_file}; in TEST_F() local
2173 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2175 pkgs = {installer2.test_installed_file}; in TEST_F()
2176 ASSERT_TRUE(IsOk(service_->unstagePackages(pkgs))); in TEST_F()
2193 std::vector<std::string> pkgs = {installer1.test_file}; in TEST_F() local
2194 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
2196 pkgs = {installer1.test_installed_file, installer2.test_installed_file}; in TEST_F()
2197 ASSERT_FALSE(IsOk(service_->unstagePackages(pkgs))); in TEST_F()
2222 void PrepareBackup(const std::vector<std::string>& pkgs) { in PrepareBackup() argument
2224 for (const auto& pkg : pkgs) { in PrepareBackup()