/foundation/filemanagement/dfs_service/test/mock/ |
H A D | socket_mock.cpp | 24 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen() function 26 return DfsSocket::dfsSocket->Listen(socket, qos, qosCount, listener); in Listen()
|
H A D | socket_mock.h | 29 virtual int32_t Listen(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 *));
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_socket_server.cpp | 43 int BluetoothSocketServer::Listen(ListenSocketParam ¶m, int &fd) in Listen() function in OHOS::Bluetooth::BluetoothSocketServer 52 fd = socket->Listen(param.name, param.uuid, (int)param.securityFlag, (int)param.type); in Listen()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_socket.h | 72 virtual int Listen(const std::string &name, const Uuid &uuid, int securityFlag, int type) = 0;
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_listener.cpp | 90 listener->Listen(); in ListenThread() 93 void WrapperListener::Listen() in Listen() function in OHOS::nmd::WrapperListener
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/ |
H A D | wrapper_listener.h | 53 void Listen();
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_socket_proxy.h | 33 int Listen(ListenSocketParam ¶m, int &fd) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_socket.h | 50 virtual int Listen(ListenSocketParam ¶m, int &fd) = 0;
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/tcp/ |
H A D | tcp_socket.h | 41 bool Listen(int backlog);
|
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/tcp/ |
H A D | tcp_socket.h | 41 bool Listen(int backlog);
|
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | samgr_ipc_adapter.h | 84 void Listen(Endpoint *endpoint, int token, const char *service, const char *feature);
|
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | session_mock.cpp | 30 int Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen() function
|
H A D | socket.h | 188 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener);
|
/foundation/distributedhardware/distributed_input/common/test/mock/ |
H A D | socket_mock.cpp | 24 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen() function
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/mock/ |
H A D | socket_mock.cpp | 24 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen() function
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_service.h | 145 int Listen(const std::string &name, const Uuid &uuid, int securityFlag, int type) override;
|
H A D | socket_service.cpp | 118 int SocketService::Listen(const std::string &name, const Uuid &uuid, int securityFlag, int type) in Listen() function in OHOS::bluetooth::SocketService 124 if (socket->Listen(name, uuid, securityFlag, socketFd) < 0) { in Listen()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/ |
H A D | stream_encrypt_server_mt.cpp | 136 int32_t ret = Listen(socket, g_qosInfo, sizeof(g_qosInfo) / sizeof(g_qosInfo[0]), &listener); in HWTEST_F() 195 int32_t ret = Listen(socket, g_qosInfo, sizeof(g_qosInfo) / sizeof(g_qosInfo[0]), &listener); in HWTEST_F() 255 int32_t ret = Listen(socket, g_qosInfo, sizeof(g_qosInfo) / sizeof(g_qosInfo[0]), &listener); in HWTEST_F()
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | socket.h | 79 * The server side refers to the side that called {@Listen} function.
229 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener);
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/mock/src/ |
H A D | mock_soft_bus.cpp | 104 int Listen(int32_t socket, const QosTV *qos, uint32_t qosCount, const ISocketListener *listener)
in Listen() function
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_transport.h | 89 virtual int Listen() = 0;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_socket.h | 288 * @brief Listen the client connect event. 293 int Listen();
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_socket_server.h | 101 int Listen(ListenSocketParam ¶m, int &fd) override;
|
/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | dbinder_softbus_client.h | 47 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener);
|
/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | tlssocketserver_module.h | 39 static napi_value Listen(napi_env env, napi_callback_info info);
|