Home
last modified time | relevance | path

Searched refs:RevertActiveSessions (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/apex/apexd/
H A Dapexd.h87 android::base::Result<void> RevertActiveSessions(
H A Dapexd.cpp1162 return RevertActiveSessions("", ""); in ResumeRevertIfNeeded()
2257 Result<void> RevertActiveSessions(const std::string& crashing_native_process, in RevertActiveSessions() function
2319 auto status = RevertActiveSessions(crashing_native_process, error_message); in RevertActiveSessionsAndReboot()
2793 RevertActiveSessions("", ""); in OnStart()
H A Dapexservice.cpp526 Result<void> res = ::android::apex::RevertActiveSessions("", ""); in revertActiveSessions()
H A Dapexservice_test.cpp2532 Result<void> res = ::android::apex::RevertActiveSessions(native_process, ""); in TEST_F()