Searched refs:getStagedSessionInfo (Results 1 – 3 of 3) sorted by relevance
/system/apex/apexd/aidl/android/apex/ |
D | IApexService.aidl | 31 ApexSessionInfo getStagedSessionInfo(int session_id); in getStagedSessionInfo() method
|
/system/apex/apexd/ |
D | apexservice_test.cpp | 1761 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(123, &session))) in TEST_F() 1768 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(123, &session))) in TEST_F() 1778 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(123, &session))) in TEST_F() 1852 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(456, &session))) in TEST_F() 1902 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(10, &session))) in TEST_F() 1911 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(10, &session))) in TEST_F() 1948 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(666, &session))); in TEST_F() 1958 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(37, &session_info))); in TEST_F() 1973 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(73, &session_info))); in TEST_F() 1988 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(239, &session_info))); in TEST_F() [all …]
|
D | apexservice.cpp | 80 BinderStatus getStagedSessionInfo( 358 BinderStatus ApexService::getStagedSessionInfo( in getStagedSessionInfo() function in android::apex::binder::__anond65ff5a10111::ApexService 932 BinderStatus status = getStagedSessionInfo(session_id, &session_info); in shellCommand()
|