Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h104 android::base::Result<void> RevertActiveSessions(
Dapexd.cpp1235 return RevertActiveSessions("", ""); in ResumeRevertIfNeeded()
2397 Result<void> RevertActiveSessions(const std::string& crashing_native_process, in RevertActiveSessions() function
2466 auto status = RevertActiveSessions(crashing_native_process, error_message); in RevertActiveSessionsAndReboot()
2987 RevertActiveSessions("", ""); in OnStart()
Dapexservice.cpp600 Result<void> res = ::android::apex::RevertActiveSessions("", ""); in revertActiveSessions()
Dapexd_test.cpp4886 ASSERT_THAT(RevertActiveSessions("test_process", ""), Ok()); in TEST_F()