Home
last modified time | relevance | path

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

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl53 void destroyDeSnapshots(int rollback_id); in destroyDeSnapshots() method
/system/apex/apexd/
Dapexservice.cpp99 BinderStatus destroyDeSnapshots(int rollback_id) override;
577 BinderStatus ApexService::destroyDeSnapshots(int rollback_id) { in destroyDeSnapshots() function in android::apex::binder::__anond65ff5a10111::ApexService
Dapexservice_test.cpp873 service_->destroyDeSnapshots(8975); in TEST_F()
877 service_->destroyDeSnapshots(123456); in TEST_F()
891 service_->destroyDeSnapshots(8975); in TEST_F()
895 service_->destroyDeSnapshots(123456); in TEST_F()