Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session.h52 const google::protobuf::RepeatedField<int> GetChildSessionIds() const;
Dapexd_session.cpp192 const google::protobuf::RepeatedField<int> ApexSession::GetChildSessionIds() in GetChildSessionIds() function in android::apex::ApexSession
Dapexservice.cpp720 auto child_ids = session.GetChildSessionIds(); in dump()
723 for (auto childSessionId : session.GetChildSessionIds()) { in dump()
Dapexd.cpp1999 if (session.GetChildSessionIds().empty()) { in ScanStagedSessionsDirAndStage()
2003 for (auto child_session_id : session.GetChildSessionIds()) { in ScanStagedSessionsDirAndStage()
Dapexservice_test.cpp822 ASSERT_TRUE(session->GetChildSessionIds().empty()); in TEST_F()