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.cpp1141 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
1187 ASSERT_TRUE(IsOk(service_->stagePackages(pkgs))); in TEST_F()
1312 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1342 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1365 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1409 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1442 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1657 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1726 ASSERT_TRUE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
1780 ASSERT_FALSE(IsOk(service_->stagePackages({installer.test_file}))); in TEST_F()
Dapexservice.cpp83 BinderStatus stagePackages(const std::vector<std::string>& paths) override;
142 BinderStatus ApexService::stagePackages(const std::vector<std::string>& paths) { in stagePackages() function in android::apex::binder::__anond65ff5a10111::ApexService
931 BinderStatus status = stagePackages(pkgs); in shellCommand()