Home
last modified time | relevance | path

Searched refs:CloseConnection (Results 1 – 25 of 27) sorted by relevance

12

/external/openscreen/osp/impl/presentation/
Dpresentation_connection_unittest.cc35 MOCK_METHOD2(CloseConnection, Error(Connection*, Connection::CloseReason));
116 ON_CALL(mock_controller_, CloseConnection(_, _)) in TEST_F()
128 ON_CALL(mock_receiver_, CloseConnection(_, _)) in TEST_F()
Dpresentation_connection.cc144 return parent_delegate_->CloseConnection(this, reason); in Close()
Dpresentation_receiver.cc458 Error Receiver::CloseConnection(Connection* connection, in CloseConnection() function in openscreen::osp::Receiver
Dpresentation_controller_unittest.cc451 TEST_F(ControllerTest, CloseConnection) { in TEST_F() argument
Dpresentation_controller.cc537 Error Controller::CloseConnection(Connection* connection, in CloseConnection() function in openscreen::osp::Controller
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h1046 virtual void CloseConnection() {} in CloseConnection() function
1064 CloseConnection(); in ~SocketWriter()
1085 void CloseConnection() { in CloseConnection() function
1119 socket_writer_->CloseConnection(); in OnTestProgramEnd()
/external/googletest/googletest/src/
Dgtest-internal-inl.h1077 virtual void CloseConnection() {} in CloseConnection() function
1093 CloseConnection(); in ~SocketWriter()
1114 void CloseConnection() override { in CloseConnection() function
1150 socket_writer_->CloseConnection(); in OnTestProgramEnd()
/external/mesa3d/src/gtest/src/
Dgtest-internal-inl.h1067 virtual void CloseConnection() {} in CloseConnection() function
1083 CloseConnection(); in ~SocketWriter()
1104 void CloseConnection() override { in CloseConnection() function
1140 socket_writer_->CloseConnection(); in OnTestProgramEnd()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-internal-inl.h1070 virtual void CloseConnection() {} in CloseConnection() function
1085 if (sockfd_ != -1) CloseConnection(); in ~SocketWriter()
1105 void CloseConnection() override { in CloseConnection() function
1143 socket_writer_->CloseConnection(); in OnTestProgramEnd()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-internal-inl.h1048 virtual void CloseConnection() {} in CloseConnection() function
1064 CloseConnection(); in ~SocketWriter()
1085 void CloseConnection() { in CloseConnection() function
1121 socket_writer_->CloseConnection(); in OnTestProgramEnd()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-internal-inl.h1062 virtual void CloseConnection() {} in CloseConnection() function
1078 CloseConnection(); in ~SocketWriter()
1099 void CloseConnection() override { in CloseConnection() function
1135 socket_writer_->CloseConnection(); in OnTestProgramEnd()
/external/openscreen/osp/public/presentation/
Dpresentation_receiver.h86 Error CloseConnection(Connection* connection,
Dpresentation_connection.h101 virtual Error CloseConnection(Connection* connection,
Dpresentation_controller.h138 Error CloseConnection(Connection* connection,
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DOrcRPCTPCServer.h375 class CloseConnection : public rpc::Function<CloseConnection, void()> {
418 EP.template addHandler<orcrpctpc::CloseConnection>(*this, in OrcRPCTPCServer()
/external/openscreen/osp/impl/quic/
Dquic_connection_impl.cc126 session_->CloseConnection("closed"); in Close()
/external/openscreen/third_party/chromium_quic/demo/
Dclient.cc128 session->CloseConnection("all your base"); in main()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs263 CloseConnection(); in EventHandler()
286 protected virtual void CloseConnection() { in CloseConnection() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs324 CloseConnection(); in EventHandler()
351 protected virtual void CloseConnection() in CloseConnection() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRPCTargetProcessControl.h372 return EP.template callAsync<orcrpctpc::CloseConnection>( in closeConnection()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc3315 CloseConnection(); in ~StreamingListener()
3329 CloseConnection(); in OnTestProgramEnd()
3381 void CloseConnection() { in CloseConnection() function in testing::internal::StreamingListener
/external/fmtlib/test/
Dgmock-gtest-all.cc1481 virtual void CloseConnection() {} in CloseConnection() function in testing::internal::StreamingListener::AbstractSocketWriter
1496 if (sockfd_ != -1) CloseConnection(); in ~SocketWriter()
1516 void CloseConnection() { in CloseConnection() function in testing::internal::StreamingListener::SocketWriter
1554 socket_writer_->CloseConnection(); in OnTestProgramEnd()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc1453 virtual void CloseConnection() {} in CloseConnection() function in testing::internal::StreamingListener::AbstractSocketWriter
1471 CloseConnection(); in ~SocketWriter()
1492 void CloseConnection() { in CloseConnection() function in testing::internal::StreamingListener::SocketWriter
1526 socket_writer_->CloseConnection(); in OnTestProgramEnd()
/external/libabigail/tests/data/test-annotate/
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi274 <!-- vtkSocketController::CloseConnection() -->
428 <!-- vtkSocketCommunicator::CloseConnection() -->
19917 <!-- void vtkSocketCommunicator::CloseConnection() -->
19918 …<function-decl name='CloseConnection' mangled-name='_ZN21vtkSocketCommunicator15CloseConnectionEv'…
22479 <!-- void vtkSocketController::CloseConnection() -->
22480 …<function-decl name='CloseConnection' mangled-name='_ZN19vtkSocketController15CloseConnectionEv' f…
/external/libabigail/tests/data/test-read-dwarf/
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi12136 …<function-decl name='CloseConnection' mangled-name='_ZN21vtkSocketCommunicator15CloseConnectionEv'…
13685 …<function-decl name='CloseConnection' mangled-name='_ZN19vtkSocketController15CloseConnectionEv' f…

12