Searched refs:revertActiveSessions (Results 1 – 5 of 5) sorted by relevance
35 void revertActiveSessions(); in revertActiveSessions() method
59 android::base::Result<void> revertActiveSessions(
93 BinderStatus revertActiveSessions() override;458 BinderStatus ApexService::revertActiveSessions() { in revertActiveSessions() function in android::apex::binder::__anond65ff5a10111::ApexService460 Result<void> res = ::android::apex::revertActiveSessions(""); in revertActiveSessions()
2271 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()
951 return revertActiveSessions(""); in resumeRevertIfNeeded()1806 Result<void> revertActiveSessions(const std::string& crashing_native_process) { in revertActiveSessions() function1863 auto status = revertActiveSessions(crashing_native_process); in revertActiveSessionsAndReboot()1976 Result<void> status = revertActiveSessions(""); in onStart()