Searched refs:RevertActiveSessions (Results 1 – 4 of 4) sorted by relevance
104 android::base::Result<void> RevertActiveSessions(
1235 return RevertActiveSessions("", ""); in ResumeRevertIfNeeded()2397 Result<void> RevertActiveSessions(const std::string& crashing_native_process, in RevertActiveSessions() function2466 auto status = RevertActiveSessions(crashing_native_process, error_message); in RevertActiveSessionsAndReboot()2987 RevertActiveSessions("", ""); in OnStart()
600 Result<void> res = ::android::apex::RevertActiveSessions("", ""); in revertActiveSessions()
4886 ASSERT_THAT(RevertActiveSessions("test_process", ""), Ok()); in TEST_F()