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
832 auto child_ids = session.GetChildSessionIds(); in dump()835 for (auto childSessionId : session.GetChildSessionIds()) { in dump()
2238 if (session.GetChildSessionIds().empty()) { in ScanStagedSessionsDirAndStage()2242 for (auto child_session_id : session.GetChildSessionIds()) { in ScanStagedSessionsDirAndStage()
584 ASSERT_TRUE(session->GetChildSessionIds().empty()); in TEST_F()