Home
last modified time | relevance | path

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

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl54 void destroyDeSnapshots(int rollback_id); in destroyDeSnapshots() method
/system/apex/apexd/
Dapexservice_test.cpp634 service_->destroyDeSnapshots(8975); in TEST_F()
638 service_->destroyDeSnapshots(123456); in TEST_F()
652 service_->destroyDeSnapshots(8975); in TEST_F()
656 service_->destroyDeSnapshots(123456); in TEST_F()
Dapexservice.cpp105 BinderStatus destroyDeSnapshots(int rollback_id) override;
663 BinderStatus ApexService::destroyDeSnapshots(int rollback_id) { in destroyDeSnapshots() function in android::apex::binder::__anon3d3eecc60111::ApexService