Searched refs:destroyDeSnapshots (Results 1 – 5 of 5) sorted by relevance
52 void destroyDeSnapshots(int rollback_id); in destroyDeSnapshots() method
84 android::base::Result<void> destroyDeSnapshots(const int rollback_id);
100 BinderStatus destroyDeSnapshots(int rollback_id) override;513 BinderStatus ApexService::destroyDeSnapshots(int rollback_id) { in destroyDeSnapshots() function in android::apex::binder::__anond65ff5a10111::ApexService515 Result<void> res = ::android::apex::destroyDeSnapshots(rollback_id); in destroyDeSnapshots()
889 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()
1438 Result<void> destroyDeSnapshots(const int rollback_id) { in destroyDeSnapshots() function