|
| | MockRtcObject () |
| |
| | MOCK_METHOD2 (RunCmd, std::string(RtcCommand cmd, bool arg)) |
| |
| | MOCK_METHOD1 (RunAsync, std::string(RtcCommand cmd)) |
| |
| | MOCK_METHOD0 (WaitAsync, std::string()) |
| |
| | MOCK_METHOD0 (GetAsyncCommandOK, bool()) |
| |
| | MockRtcObject () |
| |
| | MockRtcObject (const std::string &name) |
| |
| | MOCK_METHOD2 (RunCmd, std::string(RtcCommand cmd, bool tmo)) |
| |
| | MOCK_METHOD1 (RunAsync, std::string(RtcCommand cmd)) |
| |
| | MOCK_METHOD0 (WaitAsync, std::string()) |
| |
| | MOCK_METHOD0 (GetAsyncCommandOK, bool()) |
| |
| | RtcObject (const std::string &name, const std::string &rr_uri, const std::string &ps_uri) |
| |
| virtual | ~RtcObject () |
| |
| virtual void | BelievedState (const std::string &s) |
| | Set the believed state as a string and evaluate as enumeration. More...
|
| |
| virtual std::string | BelievedState () |
| | Set the believed state as a string and evaluate as enumeration. More...
|
| |
| virtual std::string | BelievedSubstate () |
| |
| void | EvaluatedState (RtcState &state, RtcSubState &subState) |
| | Return the state evaluated as enumeration. More...
|
| |
| virtual std::string | Name () |
| |
| virtual void | BelievedError (bool i) |
| | Setter and Getter for BelievedError. More...
|
| |
| virtual bool | BelievedError () |
| |
| virtual std::string | RunCmd (RtcCommand cmd, bool shortTmo) |
| | Run command with optional arg. More...
|
| |
| virtual std::string | RunAsync (RtcCommand cmd) |
| | Run command async. More...
|
| |
| virtual std::string | WaitAsync () |
| | Wait for previously async run command. More...
|
| |
| virtual bool | GetAsyncCommandOK () |
| | Get indication that async command was OK, no exception or funny return values. More...
|
| |
| virtual void | BuildObject () |
| | Called from ctor, public for mocking purposes. More...
|
| |