OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectSendFailure
(Results
1 - 4
of
4
) sorted by null
/system/core/fastboot/
socket_mock.h
69
void
ExpectSendFailure
(std::string message);
tcp_test.cpp
57
mock->
ExpectSendFailure
("FB01");
214
mock_->
ExpectSendFailure
(std::string{0, 0, 0, 0, 0, 0, 0, 3} + "foo");
socket_mock.cpp
129
void SocketMock::
ExpectSendFailure
(std::string message) {
socket_test.cpp
298
mock->
ExpectSendFailure
("foo");
Completed in 184 milliseconds