◆ closeLogicalChannel()
bool ModemServiceTest::closeLogicalChannel |
( |
int |
channel | ) |
|
|
inlineprotected |
◆ IsFinalResponseError()
bool ModemServiceTest::IsFinalResponseError |
( |
std::string |
response | ) |
|
|
inlineprotected |
◆ IsFinalResponseSuccess()
bool ModemServiceTest::IsFinalResponseSuccess |
( |
std::string |
response | ) |
|
|
inlineprotected |
◆ IsIntermediateResponse()
bool ModemServiceTest::IsIntermediateResponse |
( |
std::string |
response | ) |
|
|
inlineprotected |
◆ openLogicalChannel()
int ModemServiceTest::openLogicalChannel |
( |
std::string & |
name | ) |
|
|
inlineprotected |
◆ ReadCommandResponse()
void ModemServiceTest::ReadCommandResponse |
( |
std::vector< std::string > & |
response | ) |
|
|
inlineprotected |
◆ SendCommand()
void ModemServiceTest::SendCommand |
( |
std::string |
command, |
|
|
std::string |
prefix = "" |
|
) |
| |
|
inlineprotected |
◆ SetUpTestSuite()
static void ModemServiceTest::SetUpTestSuite |
( |
| ) |
|
|
inlinestaticprotected |
◆ TearDownTestSuite()
static void ModemServiceTest::TearDownTestSuite |
( |
| ) |
|
|
inlinestaticprotected |
◆ command_prefix_
std::string ModemServiceTest::command_prefix_ |
|
protected |
◆ kFinalResponseError
const std::vector<std::string> ModemServiceTest::kFinalResponseError |
|
protected |
Initial value:= {
"ERROR",
"+CMS ERROR:",
"+CME ERROR:",
"NO CARRIER",
"NO ANSWER",
"NO DIALTONE",
}
◆ kFinalResponseSuccess
const std::vector<std::string> ModemServiceTest::kFinalResponseSuccess = {"OK", "CONNECT", "> "} |
|
protected |
◆ modem_side_
Client * ModemServiceTest::modem_side_ = nullptr |
|
staticprotected |
◆ modem_simulator_
◆ ril_side_
Client * ModemServiceTest::ril_side_ = nullptr |
|
staticprotected |
The documentation for this class was generated from the following file: