Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp616 android::binder::Status st = service_->stagePackages({test_file}); in TEST_F()
632 android::binder::Status st = service_->stagePackages({installer.test_file}); in TEST_F()
649 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
723 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
743 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
746 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
760 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
765 ASSERT_TRUE(IsOk(service_->stagePackages({installer2.test_file}))); in TEST_F()
788 ASSERT_TRUE(IsOk(service_->stagePackages(packages))); in TEST_F()
1016 ASSERT_TRUE(IsOk(service_->stagePackages({installer_->test_file}))); in SetUp()
[all …]
Dapexservice.cpp73 BinderStatus stagePackages(const std::vector<std::string>& paths) override;
135 BinderStatus ApexService::stagePackages(const std::vector<std::string>& paths) { in stagePackages() function in android::apex::binder::__anond65ff5a10111::ApexService
817 BinderStatus status = stagePackages(pkgs); in shellCommand()
/system/apex/apexd/aidl/android/apex/
DIApexService.aidl98 void stagePackages(in @utf8InCpp List<String> package_tmp_paths); in stagePackages() method