Home
last modified time | relevance | path

Searched refs:AcceptClient (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_socket.h44 void AcceptClient();
H A Drs_profiler_socket.cpp147 void Socket::AcceptClient() in AcceptClient() function in OHOS::Rosen::Socket
H A Drs_profiler_network.cpp128 socket->AcceptClient(); in Run()
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/server/include/
H A Drecorder_service.h33 bool AcceptClient(pid_t pid);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_socket_test.cpp71 s.AcceptClient();
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h63 int32_t (*AcceptClient)(int32_t fd, ConnectOption *clientAddr, int32_t *cfd); member
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/server/src/
H A Drecorder_service.cpp33 bool RecorderClientMng::AcceptClient(pid_t pid) in AcceptClient() function in OHOS::Media::RecorderClientMng
55 AcceptClient(pid); in Dispatch()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c447 .AcceptClient = AcceptTcpClient, in GetTcpProtocol()
H A Dsoftbus_socket.c43 interface->OpenServerSocket == NULL || interface->AcceptClient == NULL) { in RegistSocketProtocol()
H A Dsoftbus_base_listener.c842 … CONN_CHECK_AND_RETURN_RET_LOGW(socketIf->AcceptClient != NULL, SOFTBUS_INVALID_PARAM, CONN_COMMON, in ProcessSpecifiedServerAcceptEvent()
859 … status = SOFTBUS_TEMP_FAILURE_RETRY(socketIf->AcceptClient(listenFd, &clientAddr, &clientFd)); in ProcessSpecifiedServerAcceptEvent()