Home
last modified time | relevance | path

Searched refs:GetChildSessionIds (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/apex/apexd/
H A Dapexd_session.h49 const google::protobuf::RepeatedField<int> GetChildSessionIds() const;
H A Dapexd_session.cpp116 const google::protobuf::RepeatedField<int> ApexSession::GetChildSessionIds() in GetChildSessionIds() function in android::apex::ApexSession
H A Dapexservice.cpp805 auto child_ids = session.GetChildSessionIds(); in dump()
808 for (auto childSessionId : session.GetChildSessionIds()) { in dump()
H A Dapexservice_test.cpp591 ASSERT_TRUE(session->GetChildSessionIds().empty()); in TEST_F()
H A Dapexd.cpp710 auto child_session_ids = session.GetChildSessionIds(); in VerifyPackagesStagedInstall()