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.cpp1761 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 …]
Dapexservice.cpp80 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()