Lines Matching refs:ExpectSend
70 void ExpectSend(const string& value) { in ExpectSend() function in shill::OpenVPNManagementServerTest
81 ExpectSend("username \"Auth\" jojo\n"); in ExpectOTPStaticChallengeResponse()
82 ExpectSend("password \"Auth\" \"SCRV1:eW95bw==:MTIzNDU2\"\n"); in ExpectOTPStaticChallengeResponse()
89 ExpectSend("username \"Auth\" jojo\n"); in ExpectTokenStaticChallengeResponse()
90 ExpectSend("password \"Auth\" \"toto\"\n"); in ExpectTokenStaticChallengeResponse()
97 ExpectSend("username \"Auth\" jojo\n"); in ExpectAuthenticationResponse()
98 ExpectSend("password \"Auth\" \"yoyo\"\n"); in ExpectAuthenticationResponse()
104 ExpectSend("password \"User-Specific TPM Token FOO\" \"987654\"\n"); in ExpectPINResponse()
109 ExpectSend("hold release\n"); in ExpectHoldRelease()
114 ExpectSend("signal SIGUSR1\n"); in ExpectRestart()
268 ExpectSend("state on\n"); in TEST_F()
479 ExpectSend(kMessage); in TEST_F()
485 ExpectSend("state off\n"); in TEST_F()
491 ExpectSend("username \"Auth\" joesmith\n"); in TEST_F()
497 ExpectSend("password \"Auth\" \"foo\\\"bar\"\n"); in TEST_F()
526 ExpectSend("signal SIGUSR2\n"); in TEST_F()