Home
last modified time | relevance | path

Searched refs:unstagePackages (Results 1 – 5 of 5) sorted by relevance

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl60 void unstagePackages(in @utf8InCpp List<String> active_package_paths); in unstagePackages() method
/system/apex/apexd/
Dapexd.h48 android::base::Result<void> unstagePackages(
Dapexservice.cpp74 BinderStatus unstagePackages(const std::vector<std::string>& paths) override;
146 BinderStatus ApexService::unstagePackages( in unstagePackages() function in android::apex::binder::__anond65ff5a10111::ApexService
148 Result<void> res = ::android::apex::unstagePackages(paths); in unstagePackages()
Dapexservice_test.cpp2176 ASSERT_TRUE(IsOk(service_->unstagePackages(pkgs))); in TEST_F()
2197 ASSERT_FALSE(IsOk(service_->unstagePackages(pkgs))); in TEST_F()
2207 auto status = service_->unstagePackages( in TEST_F()
Dapexd.cpp1773 Result<void> unstagePackages(const std::vector<std::string>& paths) { in unstagePackages() function