proxygen
|
#include <MockTimeoutManager.h>
Additional Inherited Members | |
Public Types inherited from folly::TimeoutManager | |
enum | InternalEnum { InternalEnum::INTERNAL, InternalEnum::NORMAL } |
typedef std::chrono::milliseconds | timeout_type |
using | Func = folly::Function< void()> |
Protected Member Functions inherited from folly::TimeoutManager | |
void | clearCobTimeouts () |
Definition at line 26 of file MockTimeoutManager.h.
folly::test::MockTimeoutManager::MOCK_METHOD0 | ( | bumpHandlingTime | , |
void() | |||
) |
folly::test::MockTimeoutManager::MOCK_METHOD0 | ( | isInTimeoutManagerThread | , |
bool() | |||
) |
folly::test::MockTimeoutManager::MOCK_METHOD1 | ( | detachTimeoutManager | , |
void(folly::AsyncTimeout *) | |||
) |
folly::test::MockTimeoutManager::MOCK_METHOD1 | ( | cancelTimeout | , |
void(folly::AsyncTimeout *) | |||
) |
folly::test::MockTimeoutManager::MOCK_METHOD2 | ( | attachTimeoutManager | , |
void(folly::AsyncTimeout *, folly::TimeoutManager::InternalEnum) | |||
) |
folly::test::MockTimeoutManager::MOCK_METHOD2 | ( | scheduleTimeout | , |
bool(folly::AsyncTimeout *, std::chrono::milliseconds) | |||
) |