Searched refs:tmpVecSession (Results 1 – 2 of 2) sorted by relevance
165 std::vector<int32_t> tmpVecSession; in GetAllSessionId() local167 tmpVecSession.push_back((*it).sessionId); in GetAllSessionId()169 return tmpVecSession; in GetAllSessionId()
409 … std::vector<int32_t> tmpVecSession = DistributedInputSinkSwitch::GetInstance().GetAllSessionId(); variable410 EXPECT_EQ(3, tmpVecSession.size());