Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h87 android::base::Result<void> RevertActiveSessions(
Dapexd.cpp1128 return RevertActiveSessions("", ""); in ResumeRevertIfNeeded()
2243 Result<void> RevertActiveSessions(const std::string& crashing_native_process, in RevertActiveSessions() function
2305 auto status = RevertActiveSessions(crashing_native_process, error_message); in RevertActiveSessionsAndReboot()
2774 RevertActiveSessions("", ""); in OnStart()
Dapexservice.cpp526 Result<void> res = ::android::apex::RevertActiveSessions("", ""); in revertActiveSessions()
Dapexservice_test.cpp2532 Result<void> res = ::android::apex::RevertActiveSessions(native_process, ""); in TEST_F()