Home
last modified time | relevance | path

Searched defs:server (Results 76 - 100 of 679) sorted by relevance

12345678910>>...28

/third_party/libuv/test/
H A Dtest-udp-multicast-interface6.c32 static uv_udp_t server; variable
H A Dtest-udp-multicast-interface.c32 static uv_udp_t server; variable
H A Dtest-udp-multicast-ttl.c32 static uv_udp_t server; variable
H A Dtest-multiple-listen.c30 static uv_tcp_t server; variable
H A Dtest-tcp-create-socket-early.c40 static void on_connection(uv_stream_t* server, int status) { in on_connection() argument
60 static void tcp_listener(uv_loop_t* loop, uv_tcp_t* server) { in tcp_listener() argument
203 uv_tcp_t client, server; in TEST_IMPL() local
206 tcp_listener(uv_default_loop(), &server); in TEST_IMPL() local
[all...]
H A Dtest-tcp-try-write-error.c29 static uv_tcp_t server; variable
H A Dtest-udp-recv-in-a-row.c29 static uv_udp_t server; variable
H A Dtest-udp-try-send.c32 static uv_udp_t server; variable
/third_party/node/deps/cares/src/lib/
H A Dares_options.c71 const struct server_state *server = ares__slist_node_val(snode); in ares_save_opt_servers() local
H A Dares_getsock.c53 struct server_state *server = ares__slist_node_val(snode); in ares_getsock() local
H A Dares__close_sockets.c46 struct server_state *server = conn->server; in ares__close_connection() local
72 void ares__close_sockets(struct server_state *server) in ares__close_sockets() argument
[all...]
/third_party/vk-gl-cts/execserver/
H A DxsTcpServer.hpp69 ConnectionHandler (TcpServer* server, de::Socket* socket) : m_server(server), m_socket(socket) {} in ConnectionHandler() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerShaderModule.cpp19 namespace dawn_wire { namespace server { namespace
/third_party/skia/third_party/externals/dawn/src/include/dawn_wire/
H A DWireServer.h26 namespace server { namespace
71 namespace server { namespace
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dpeer_binder_catcher.h38 int server; member
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signalhandler_exception.c73 struct sockaddr_un server; in ConnectSocket() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H A Dbase_server.h44 virtual void SetServer(const std::shared_ptr<BaseServer> server) in SetServer() argument
67 virtual void SetServer(const std::shared_ptr<BaseServer> server) in SetServer() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_event_handler.cpp83 auto server = server_.lock(); in ProcessLoadTimeOut() local
91 auto server = server_.lock(); in ProcessActiveTimeOut() local
99 auto server = server_.lock(); in ProcessInactiveTimeOut() local
23 AbilityEventHandler( const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<AbilityManagerService> &server) AbilityEventHandler() argument
107 auto server = server_.lock(); ProcessForegroundTimeOut() local
115 auto server = server_.lock(); ProcessShareDataTimeOut() local
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundlemanagercallback_fuzzer/
H A Dbundlemanagercallback_fuzzer.cpp41 auto server = std::make_shared<BundleDistributedManager>(); in DoSomethingInterestingWithMyAPI() local
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dmain.c108 RpcServer *server = GetRpcServer(); in SignalExit() local
126 RpcServer *server = CreateRpcServer(rpcSockPath); in main() local
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_common_hal.c69 RpcServer *server = GetRpcServer(); in HalEmitEventCallbackMsg() local
/kernel/linux/linux-5.10/fs/nfs/
H A Diostat.h26 static inline void nfs_inc_server_stats(const struct nfs_server *server, in nfs_inc_server_stats() argument
38 static inline void nfs_add_server_stats(const struct nfs_server *server, in nfs_add_server_stats() argument
/kernel/linux/linux-6.6/tools/testing/selftests/net/af_unix/
H A Dunix_connect.c17 int server, client; in FIXTURE() local
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_net_container_006.cpp89 int server; in ChildFunc() local
/third_party/libuv/docs/code/pipe-echo-server/
H A Dmain.c54 void on_new_connection(uv_stream_t *server, int status) { in on_new_connection() argument
79 uv_pipe_t server; in main() local

Completed in 7 milliseconds

12345678910>>...28