OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenSslSocket
(Results
1 - 9
of
9
) sorted by null
/external/libweave/include/weave/provider/test/
mock_network.h
23
MOCK_METHOD3(
OpenSslSocket
,
/external/libweave/include/weave/provider/
network.h
31
// Callback type for
OpenSslSocket
.
45
virtual void
OpenSslSocket
(const std::string& host,
/external/libweave/examples/provider/
event_network.h
32
void
OpenSslSocket
(const std::string& host,
event_network.cc
110
void EventNetworkImpl::
OpenSslSocket
(const std::string& host,
/system/weaved/buffet/
shill_client.h
49
void
OpenSslSocket
(const std::string& host,
shill_client.cc
573
void ShillClient::
OpenSslSocket
(const std::string& host,
/external/libweave/src/notification/
xmpp_channel_unittest.cc
127
EXPECT_CALL(network_,
OpenSslSocket
("endpoint", 456, _))
xmpp_channel.cc
298
network_->
OpenSslSocket
(host_port.first, port,
/external/libweave/src/
weave_unittest.cc
396
EXPECT_CALL(network_,
OpenSslSocket
(_, _, _)).WillRepeatedly(Return());
Completed in 999 milliseconds