Home
last modified time | relevance | path

Searched refs:ISocketListener (Results 1 - 25 of 48) sorted by relevance

12

/foundation/filemanagement/dfs_service/test/mock/
H A Dsocket_mock.h29 virtual int32_t Listen(int32_t, const QosTV qos[], uint32_t, const ISocketListener *) = 0;
30 virtual int32_t Bind(int32_t, const QosTV qos[], uint32_t, const ISocketListener *) = 0;
39 MOCK_METHOD4(Listen, int32_t(int32_t, const QosTV qos[], uint32_t, const ISocketListener *));
40 MOCK_METHOD4(Bind, int32_t(int32_t, const QosTV qos[], uint32_t, const ISocketListener *));
H A Dsocket_mock.cpp24 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen()
29 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Bind()
/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_adapter.h28 int32_t ClientListen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener);
29 int32_t ClientBind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener, bool isAsync);
32 int32_t ClientDfsBind(int32_t socket, const ISocketListener *listener);
H A Dclient_trans_session_manager.h106 ISocketListener socketClient;
107 ISocketListener socketServer;
226 int32_t ClientSetListenerBySessionId(int32_t sessionId, const ISocketListener *listener, bool isServer);
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsocket.h199 } ISocketListener; typedef
229 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener);
249 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener);
268 int32_t BindAsync(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener);
/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_softbus_client.h47 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener);
48 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener);
61 using ListenFunc = int32_t (*)(int32_t, const QosTV[], uint32_t, const ISocketListener*);
62 using BindFunc = int32_t (*)(int32_t, const QosTV[], uint32_t, const ISocketListener*);
H A Ddatabus_socket_listener.h88 ISocketListener clientListener_ {};
89 ISocketListener serverListener_ {};
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dsocket.h161 } ISocketListener; typedef
188 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener);
207 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener);
H A Dsession_mock.cpp30 int Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen()
39 int Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Bind()
/foundation/distributedhardware/distributed_input/common/test/mock/
H A Dsocket_mock.cpp24 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen()
33 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Bind()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/mock/
H A Dsocket_mock.cpp24 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen()
33 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Bind()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.h41 Status OpenConnect(const ISocketListener *listener);
42 Status SendData(const DataInfo &dataInfo, const ISocketListener *listener);
55 Status Open(int32_t socket, const QosTV qos[], const ISocketListener *listener);
H A Dsoftbus_client.cpp66 Status SoftBusClient::SendData(const DataInfo &dataInfo, const ISocketListener *listener) in SendData()
84 Status SoftBusClient::OpenConnect(const ISocketListener *listener) in OpenConnect()
141 Status SoftBusClient::Open(int32_t socket, const QosTV qos[], const ISocketListener *listener) in Open()
H A Dsoftbus_adapter.h113 ISocketListener clientListener_{};
114 ISocketListener serverListener_{};
/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H A Ddbinder_remote_listener.h73 ISocketListener clientListener_ {};
74 ISocketListener serverListener_ {};
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/mock/src/
H A Dmock_soft_bus.cpp104 int Listen(int32_t socket, const QosTV *qos, uint32_t qosCount, const ISocketListener *listener) in Listen()
112 int Bind(int32_t socket, const QosTV *qos, uint32_t qosCount, const ISocketListener *listener) in Bind()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_callback.c148 NO_SANITIZE("cfi") static int32_t TransOnBindSuccess(int32_t sessionId, const ISocketListener *socketCallback) in TransOnBindSuccess()
167 static int32_t TransOnBindFailed(int32_t sessionId, const ISocketListener *socketCallback, int32_t errCode) in TransOnBindFailed()
201 int32_t sessionId, const ISocketListener *socketClient, const SocketLifecycleData *lifecycle) in HandleAsyncBindSuccess()
221 NO_SANITIZE("cfi") static int32_t TransOnNegotiate(int32_t socket, const ISocketListener *socketCallback) in TransOnNegotiate()
248 static int32_t HandleServerOnNegotiate(int32_t socket, const ISocketListener *socketServer) in HandleServerOnNegotiate()
434 ISocketListener *listener = isServer ? &sessionCallback.socketServer : &sessionCallback.socketClient; in TransOnSessionClosed()
480 ISocketListener *listener = isServer ? &sessionCallback.socketServer : &sessionCallback.socketClient; in TransOnDataReceived()
536 ISocketListener *listener = isServer ? &sessionCallback.socketServer : &sessionCallback.socketClient; in TransOnOnStreamRecevied()
594 ISocketListener *listener = &sessionCallback.socketServer; in ClientTransOnChannelBind()
H A Dclient_trans_socket_service.c120 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen()
144 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Bind()
169 int32_t BindAsync(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in BindAsync()
229 int32_t DfsBind(int32_t socket, const ISocketListener *listener) in DfsBind()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/bind_fuzzer/
H A Dbind_fuzzer.cpp101 ISocketListener listener = { in BindTestWithSocketId()
134 ISocketListener listener = { in BindTestWithQosInfo()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/listen_fuzzer/
H A Dlisten_fuzzer.cpp101 ISocketListener listener = { in ListenTestWithSocketId()
134 ISocketListener listener = { in ListenTestWithQosInfo()
/foundation/communication/dsoftbus/interfaces/inner_kits/transport/
H A Dinner_socket.h100 int32_t DfsBind(int32_t socket, const ISocketListener *listener);
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_session.h87 ISocketListener iSocketListener_;
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dsoftbus_adapter.h117 ISocketListener clientListener_{};
118 ISocketListener serverListener_{};
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dstream_encrypt_server_mt.cpp126 ISocketListener listener = { in HWTEST_F()
185 ISocketListener listener = { in HWTEST_F()
245 ISocketListener listener = { in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp95 ISocketListener sessionListener = { in JoinDomain()
162 ISocketListener sessionListener = { in OpenSession()
218 ISocketListener sessionListener = { in OpenApSession()

Completed in 9 milliseconds

12