Home
last modified time | relevance | path

Searched refs:AbortChanges (Results 1 – 5 of 5) sorted by relevance

/system/apex/apexd/
Dapexd_checkpoint.h37 virtual android::base::Result<void> AbortChanges(const std::string& msg,
Dapexd_checkpoint_vold.h46 android::base::Result<void> AbortChanges(const std::string& msg,
Dapexd_checkpoint_vold.cpp104 Result<void> VoldCheckpointInterface::AbortChanges(const std::string& msg, in AbortChanges() function in android::apex::VoldCheckpointInterface
Dapexd.cpp2472 Result<void> res = gVoldService->AbortChanges( in RevertActiveSessionsAndReboot()
Dapexd_test.cpp126 Result<void> AbortChanges(const std::string& msg, bool retry) override { in AbortChanges() function in android::apex::MockCheckpointInterface