Home
last modified time | relevance | path

Searched refs:Listen (Results 1 - 25 of 72) sorted by relevance

123

/foundation/filemanagement/dfs_service/test/mock/
H A Dsocket_mock.cpp24 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 Dsocket_mock.h29 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 Dbluetooth_socket_server.cpp43 int BluetoothSocketServer::Listen(ListenSocketParam &param, 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 Dinterface_profile_socket.h72 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 Dwrapper_listener.cpp90 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 Dwrapper_listener.h53 void Listen();
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_socket_proxy.h33 int Listen(ListenSocketParam &param, int &fd) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_socket.h50 virtual int Listen(ListenSocketParam &param, int &fd) = 0;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/tcp/
H A Dtcp_socket.h41 bool Listen(int backlog);
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/tcp/
H A Dtcp_socket.h41 bool Listen(int backlog);
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsamgr_ipc_adapter.h84 void Listen(Endpoint *endpoint, int token, const char *service, const char *feature);
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dsession_mock.cpp30 int Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen() function
H A Dsocket.h188 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener);
/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() function
/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() function
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_service.h145 int Listen(const std::string &name, const Uuid &uuid, int securityFlag, int type) override;
H A Dsocket_service.cpp118 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 Dstream_encrypt_server_mt.cpp136 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 Dsocket.h79 * 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 Dmock_soft_bus.cpp104 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 Dobex_transport.h89 virtual int Listen() = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_socket.h288 * @brief Listen the client connect event.
293 int Listen();
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_socket_server.h101 int Listen(ListenSocketParam &param, int &fd) override;
/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);
/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocketserver_module.h39 static napi_value Listen(napi_env env, napi_callback_info info);

Completed in 8 milliseconds

123