Home
last modified time | relevance | path

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

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl52 void destroyDeSnapshots(int rollback_id); in destroyDeSnapshots() method
/system/apex/apexd/
Dapexd.h84 android::base::Result<void> destroyDeSnapshots(const int rollback_id);
Dapexservice.cpp100 BinderStatus destroyDeSnapshots(int rollback_id) override;
513 BinderStatus ApexService::destroyDeSnapshots(int rollback_id) { in destroyDeSnapshots() function in android::apex::binder::__anond65ff5a10111::ApexService
515 Result<void> res = ::android::apex::destroyDeSnapshots(rollback_id); in destroyDeSnapshots()
Dapexservice_test.cpp889 service_->destroyDeSnapshots(8975); in TEST_F()
893 service_->destroyDeSnapshots(123456); in TEST_F()
907 service_->destroyDeSnapshots(8975); in TEST_F()
911 service_->destroyDeSnapshots(123456); in TEST_F()
Dapexd.cpp1438 Result<void> destroyDeSnapshots(const int rollback_id) { in destroyDeSnapshots() function