Home
last modified time | relevance | path

Searched refs:OpenSslSocket (Results 1 – 7 of 7) sorted by relevance

/external/libweave/include/weave/provider/test/
Dmock_network.h23 MOCK_METHOD3(OpenSslSocket,
/external/libweave/include/weave/provider/
Dnetwork.h45 virtual void OpenSslSocket(const std::string& host,
/external/libweave/examples/provider/
Devent_network.h32 void OpenSslSocket(const std::string& host,
Devent_network.cc110 void EventNetworkImpl::OpenSslSocket(const std::string& host, in OpenSslSocket() function in weave::examples::EventNetworkImpl
/external/libweave/src/notification/
Dxmpp_channel_unittest.cc127 EXPECT_CALL(network_, OpenSslSocket("endpoint", 456, _)) in XmppChannelTest()
Dxmpp_channel.cc298 network_->OpenSslSocket(host_port.first, port, in CreateSslSocket()
/external/libweave/src/
Dweave_unittest.cc396 EXPECT_CALL(network_, OpenSslSocket(_, _, _)).WillRepeatedly(Return()); in TEST_F()