|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/pc/dtmfsender.h"#include <memory>#include <set>#include <string>#include <vector>#include "webrtc/base/fakeclock.h"#include "webrtc/base/gunit.h"#include "webrtc/base/logging.h"#include "webrtc/base/timeutils.h"#include "webrtc/pc/audiotrack.h"Classes | |
| class | FakeDtmfObserver |
| class | FakeDtmfProvider |
| struct | FakeDtmfProvider::DtmfInfo |
| class | DtmfSenderTest |
Functions | |
| TEST_F (DtmfSenderTest, CanInsertDtmf) | |
| TEST_F (DtmfSenderTest, InsertDtmf) | |
| TEST_F (DtmfSenderTest, InsertDtmfTwice) | |
| TEST_F (DtmfSenderTest, InsertDtmfWhileProviderIsDeleted) | |
| TEST_F (DtmfSenderTest, InsertDtmfWhileSenderIsDeleted) | |
| TEST_F (DtmfSenderTest, InsertEmptyTonesToCancelPreviousTask) | |
| TEST_F (DtmfSenderTest, InsertDtmfWithCommaAsDelay) | |
| TEST_F (DtmfSenderTest, TryInsertDtmfWhenItDoesNotWork) | |
| TEST_F (DtmfSenderTest, InsertDtmfWithInvalidDurationOrGap) | |
| TEST_F | ( | DtmfSenderTest | , |
| CanInsertDtmf | |||
| ) |
| TEST_F | ( | DtmfSenderTest | , |
| InsertDtmf | |||
| ) |
| TEST_F | ( | DtmfSenderTest | , |
| InsertDtmfTwice | |||
| ) |
| TEST_F | ( | DtmfSenderTest | , |
| InsertDtmfWhileProviderIsDeleted | |||
| ) |
| TEST_F | ( | DtmfSenderTest | , |
| InsertDtmfWhileSenderIsDeleted | |||
| ) |
| TEST_F | ( | DtmfSenderTest | , |
| InsertEmptyTonesToCancelPreviousTask | |||
| ) |
| TEST_F | ( | DtmfSenderTest | , |
| InsertDtmfWithCommaAsDelay | |||
| ) |
| TEST_F | ( | DtmfSenderTest | , |
| TryInsertDtmfWhenItDoesNotWork | |||
| ) |
| TEST_F | ( | DtmfSenderTest | , |
| InsertDtmfWithInvalidDurationOrGap | |||
| ) |
1.8.13