Lines Matching refs:Result
34 android::base::Result<void> resumeRevertIfNeeded();
38 android::base::Result<void> scanPackagesDirAndActivate(
41 android::base::Result<void> preinstallPackages(
43 android::base::Result<void> postinstallPackages(
46 android::base::Result<void> stagePackages(
48 android::base::Result<void> unstagePackages(
51 android::base::Result<std::vector<ApexFile>> submitStagedSession(
55 android::base::Result<void> markStagedSessionReady(const int session_id)
57 android::base::Result<void> markStagedSessionSuccessful(const int session_id)
59 android::base::Result<void> revertActiveSessions(
61 android::base::Result<void> revertActiveSessionsAndReboot(
64 android::base::Result<void> activatePackage(const std::string& full_path)
66 android::base::Result<void> deactivatePackage(const std::string& full_path)
70 android::base::Result<ApexFile> getActivePackage(
75 android::base::Result<void> abortStagedSession(const int session_id);
76 android::base::Result<void> abortActiveSession();
78 android::base::Result<ino_t> snapshotCeData(const int user_id,
81 android::base::Result<void> restoreCeData(const int user_id,
84 android::base::Result<void> destroyDeSnapshots(const int rollback_id);
85 android::base::Result<void> destroyCeSnapshotsNotSpecified(
99 android::base::Result<void> migrateSessionsDirIfNeeded();
121 android::base::Result<void> remountPackages();