Home
last modified time | relevance | path

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

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl59 void destroyCeSnapshots(int user_id, int rollback_id); in destroyCeSnapshots() method
/system/apex/apexd/
Dapexservice.cpp106 BinderStatus destroyCeSnapshots(int user_id, int rollback_id) override;
689 BinderStatus ApexService::destroyCeSnapshots(int user_id, int rollback_id) { in destroyCeSnapshots() function in android::apex::binder::__anond65ff5a10111::ApexService
Dapexservice_test.cpp673 android::binder::Status st = service_->destroyCeSnapshots(0, 123456); in TEST_F()
676 st = service_->destroyCeSnapshots(1, 123456); in TEST_F()