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 | 845 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(123, &session))) in TEST_F() 852 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(123, &session))) in TEST_F() 862 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(123, &session))) in TEST_F() 888 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(456, &session))) in TEST_F() 938 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(10, &session))) in TEST_F() 947 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(10, &session))) in TEST_F() 984 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(666, &session))); in TEST_F() 994 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(37, &session_info))); in TEST_F() 1009 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(73, &session_info))); in TEST_F() 1024 ASSERT_TRUE(IsOk(service_->getStagedSessionInfo(239, &session_info))); in TEST_F() [all …]
|
D | apexservice.cpp | 90 BinderStatus getStagedSessionInfo( 417 BinderStatus ApexService::getStagedSessionInfo( in getStagedSessionInfo() function in android::apex::binder::__anond65ff5a10111::ApexService 1048 BinderStatus status = getStagedSessionInfo(session_id, &session_info); in shellCommand()
|