Searched refs:GetChildSessionIds (Results 1 – 5 of 5) sorted by relevance
52 const google::protobuf::RepeatedField<int> GetChildSessionIds() const;
192 const google::protobuf::RepeatedField<int> ApexSession::GetChildSessionIds() in GetChildSessionIds() function in android::apex::ApexSession
720 auto child_ids = session.GetChildSessionIds(); in dump()723 for (auto childSessionId : session.GetChildSessionIds()) { in dump()
1999 if (session.GetChildSessionIds().empty()) { in ScanStagedSessionsDirAndStage()2003 for (auto child_session_id : session.GetChildSessionIds()) { in ScanStagedSessionsDirAndStage()
822 ASSERT_TRUE(session->GetChildSessionIds().empty()); in TEST_F()