|
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
|
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
|
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
|
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
|
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
|
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
|
static void | SetUpTestCase () |
|
static void | TearDownTestCase () |
|
static bool | HasFatalFailure () |
|
static bool | HasNonfatalFailure () |
|
static bool | HasFailure () |
|
static void | RecordProperty (const std::string &key, const std::string &value) |
|
static void | RecordProperty (const std::string &key, int value) |
|
static void | SetUpTestCase () |
|
static void | TearDownTestCase () |
|
static bool | HasFatalFailure () |
|
static bool | HasNonfatalFailure () |
|
static bool | HasFailure () |
|
static void | RecordProperty (const std::string &key, const std::string &value) |
|
static void | RecordProperty (const std::string &key, int value) |
|
static void | SetUpTestCase () |
|
static void | TearDownTestCase () |
|
static bool | HasFatalFailure () |
|
static bool | HasNonfatalFailure () |
|
static bool | HasFailure () |
|
static void | RecordProperty (const std::string &key, const std::string &value) |
|
static void | RecordProperty (const std::string &key, int value) |
|
void | expireNodes () |
|
void | tick () |
|
void | addTransaction (HTTPCodec::StreamID id, http2::PriorityUpdate pri, bool pnode=false, uint64_t *depth=nullptr) |
|
void | removeTransaction (HTTPCodec::StreamID id) |
|
void | updatePriority (HTTPCodec::StreamID id, http2::PriorityUpdate pri, uint64_t *depth=nullptr) |
|
void | signalEgress (HTTPCodec::StreamID id, bool mark) |
|
void | buildSimpleTree () |
|
bool | visitNode (HTTP2PriorityQueue &, HTTPCodec::StreamID id, HTTPTransaction *, double r) |
|
void | dump () |
|
void | dumpBFS (const std::function< bool()> &stopFn) |
|
void | nextEgress (bool spdyMode=false) |
|
| Test () |
|
virtual void | SetUp () |
|
virtual void | TearDown () |
|
| Test () |
|
virtual void | SetUp () |
|
virtual void | TearDown () |
|
| Test () |
|
virtual void | SetUp () |
|
virtual void | TearDown () |
|
std::list< folly::AsyncTimeout * > | timeouts_ |
|
testing::NiceMock< MockTimeoutManager > | timeoutManager_ |
|
folly::UndelayedDestruction< HHWheelTimer > | timer_ {&timeoutManager_} |
|
HTTP2PriorityQueue | q_ |
|
std::map< HTTPCodec::StreamID, HTTP2PriorityQueue::Handle > | handles_ |
|
IDList | nodes_ |
|
Definition at line 755 of file HTTP2PriorityQueueTest.cpp.