Home
last modified time | relevance | path

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

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl35 void revertActiveSessions(); in revertActiveSessions() method
/system/apex/apexd/
Dapexd.h59 android::base::Result<void> revertActiveSessions(
Dapexservice.cpp93 BinderStatus revertActiveSessions() override;
458 BinderStatus ApexService::revertActiveSessions() { in revertActiveSessions() function in android::apex::binder::__anond65ff5a10111::ApexService
460 Result<void> res = ::android::apex::revertActiveSessions(""); in revertActiveSessions()
Dapexservice_test.cpp2271 ASSERT_TRUE(IsOk(service_->revertActiveSessions())); in TEST_F()
2295 ASSERT_FALSE(IsOk(service_->revertActiveSessions())); in TEST_F()
2299 ASSERT_FALSE(IsOk(service_->revertActiveSessions())); in TEST_F()
2304 ASSERT_FALSE(IsOk(service_->revertActiveSessions())); in TEST_F()
2397 ASSERT_FALSE(IsOk(service_->revertActiveSessions())); in TEST_F()
2414 ASSERT_FALSE(IsOk(service_->revertActiveSessions())); in TEST_F()
2438 Result<void> res = ::android::apex::revertActiveSessions(native_process); in TEST_F()
Dapexd.cpp951 return revertActiveSessions(""); in resumeRevertIfNeeded()
1806 Result<void> revertActiveSessions(const std::string& crashing_native_process) { in revertActiveSessions() function
1863 auto status = revertActiveSessions(crashing_native_process); in revertActiveSessionsAndReboot()
1976 Result<void> status = revertActiveSessions(""); in onStart()