Searched defs:rollback_id (Results 1 – 5 of 5) sorted by relevance
/system/apex/apexd/aidl/android/apex/ |
D | IApexService.aidl | 41 long snapshotCeData(int user_id, int rollback_id, in @utf8InCpp String apex_name); in snapshotCeData() 47 void restoreCeData(int user_id, int rollback_id, in @utf8InCpp String apex_name); in restoreCeData() 52 void destroyDeSnapshots(int rollback_id); in destroyDeSnapshots()
|
/system/apex/proto/ |
D | session_state.proto | 53 int32 rollback_id = 7; field
|
/system/apex/apexd/ |
D | apexservice.cpp | 485 BinderStatus ApexService::snapshotCeData(int user_id, int rollback_id, in snapshotCeData() 500 BinderStatus ApexService::restoreCeData(int user_id, int rollback_id, in restoreCeData() 513 BinderStatus ApexService::destroyDeSnapshots(int rollback_id) { in destroyDeSnapshots()
|
D | apexd.cpp | 1280 const int rollback_id, in snapshotDataDirectory() 1305 const int rollback_id, in restoreDataDirectory() 1383 Result<ino_t> snapshotCeData(const int user_id, const int rollback_id, in snapshotCeData() 1396 Result<void> restoreCeData(const int user_id, const int rollback_id, in restoreCeData() 1432 const int rollback_id) { in destroySnapshots() 1438 Result<void> destroyDeSnapshots(const int rollback_id) { in destroyDeSnapshots() 2075 const int rollback_id) { in submitStagedSession()
|
D | apexd_session.cpp | 224 void ApexSession::SetRollbackId(const int rollback_id) { in SetRollbackId()
|