Home
last modified time | relevance | path

Searched refs:stagePackages (Results 1 – 3 of 3) sorted by relevance

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl79 void stagePackages(in @utf8InCpp List<String> package_tmp_paths); in stagePackages() method
/system/apex/apexd/
Dapexservice_test.cpp1190 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
1236 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
1361 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1391 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1414 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1458 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1491 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1726 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1795 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1849 ASSERT_FALSE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
Dapexservice.cpp83 BinderStatus stagePackages(const std::vector<std::string>& paths) override;
141 BinderStatus ApexService::stagePackages(const std::vector<std::string>& paths) { in stagePackages() function in android::apex::binder::__anon3d3eecc60111::ApexService
923 BinderStatus status = stagePackages(pkgs); in shellCommand()