Searched refs:AcceptClient (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_socket.h | 44 void AcceptClient();
|
H A D | rs_profiler_socket.cpp | 147 void Socket::AcceptClient() in AcceptClient() function in OHOS::Rosen::Socket
|
H A D | rs_profiler_network.cpp | 82 socket->AcceptClient(); in Run()
|
/foundation/multimedia/media_lite/services/recorder_lite/server/include/ |
H A D | recorder_service.h | 33 bool AcceptClient(pid_t pid);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/ |
H A D | rs_profiler_socket_test.cpp | 64 * @tc.desc: Test public method AcceptClient 71 s.AcceptClient(); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_socket.h | 63 int32_t (*AcceptClient)(int32_t fd, ConnectOption *clientAddr, int32_t *cfd); member
|
/foundation/multimedia/media_lite/services/recorder_lite/server/src/ |
H A D | recorder_service.cpp | 33 bool RecorderClientMng::AcceptClient(pid_t pid) in AcceptClient() function in OHOS::Media::RecorderClientMng 55 AcceptClient(pid); in Dispatch()
|
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_socket.c | 43 interface->OpenServerSocket == NULL || interface->AcceptClient == NULL) { in RegistSocketProtocol()
|
H A D | softbus_tcp_socket.c | 447 .AcceptClient = AcceptTcpClient, in GetTcpProtocol()
|
H A D | softbus_base_listener.c | 842 CONN_CHECK_AND_RETURN_RET_LOGW(socketIf->AcceptClient != NULL, SOFTBUS_INVALID_PARAM, CONN_COMMON, in ProcessSpecifiedServerAcceptEvent() 843 "socket interface implement not support AcceptClient method, wakeupTrace=%{public}d, module=%{public}d", in ProcessSpecifiedServerAcceptEvent() 859 status = SOFTBUS_TEMP_FAILURE_RETRY(socketIf->AcceptClient(listenFd, &clientAddr, &clientFd)); in ProcessSpecifiedServerAcceptEvent()
|
Completed in 10 milliseconds