Home
last modified time | relevance | path

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

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl31 ApexSessionInfo getStagedSessionInfo(int session_id); in getStagedSessionInfo() method
/system/apex/apexd/
Dapexservice_test.cpp846 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(123, &session))) in TEST_F()
853 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(123, &session))) in TEST_F()
863 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(123, &session))) in TEST_F()
937 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(456, &session))) in TEST_F()
987 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(10, &session))) in TEST_F()
996 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(10, &session))) in TEST_F()
1033 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(666, &session))); in TEST_F()
1043 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(37, &session_info))); in TEST_F()
1058 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(73, &session_info))); in TEST_F()
1073 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(239, &session_info))); in TEST_F()
[all …]
Dapexservice.cpp90 BinderStatus getStagedSessionInfo(
416 BinderStatus ApexService::getStagedSessionInfo( in getStagedSessionInfo() function in android::apex::binder::__anon3d3eecc60111::ApexService
1040 BinderStatus status = getStagedSessionInfo(session_id, &session_info); in shellCommand()