Home
last modified time | relevance | path

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

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl37 void revertActiveSessions(); in revertActiveSessions() method
/system/apex/apexd/
Dapexservice_test.cpp1316 ASSERT_TRUE(IsOk(service_->revertActiveSessions())); in TEST_F()
1346 ASSERT_TRUE(IsOk(service_->revertActiveSessions())); in TEST_F()
1371 ASSERT_FALSE(IsOk(service_->revertActiveSessions())); in TEST_F()
1375 ASSERT_FALSE(IsOk(service_->revertActiveSessions())); in TEST_F()
1380 ASSERT_FALSE(IsOk(service_->revertActiveSessions())); in TEST_F()
1473 ASSERT_FALSE(IsOk(service_->revertActiveSessions())); in TEST_F()
1490 ASSERT_FALSE(IsOk(service_->revertActiveSessions())); in TEST_F()
Dapexservice.cpp99 BinderStatus revertActiveSessions() override;
592 BinderStatus ApexService::revertActiveSessions() { in revertActiveSessions() function in android::apex::binder::__anond65ff5a10111::ApexService