Home
last modified time | relevance | path

Searched defs:conn (Results 51 - 75 of 367) sorted by relevance

12345678910>>...15

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_tls_common.h19 struct tls_connection *conn; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_tls_common.h19 struct tls_connection *conn; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_tls_common.h19 struct tls_connection *conn; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_tls_common.h19 struct tls_connection *conn; member
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
H A Dfms_form_render_mgr_inner_test.cpp167 sptr<FormRenderConnection> conn = new (std::nothrow) FormRenderConnection(formRecord, wantParams); in HWTEST_F() local
190 sptr<FormRenderConnection> conn = new (std::nothrow) FormRenderConnection(formRecord, wantParams); in HWTEST_F() local
270 sptr<FormRenderConnection> conn = new (std::nothrow) FormRenderConnection(formRecord, wantParams); in HWTEST_F() local
293 sptr<FormRenderConnection> conn = new (std::nothrow) FormRenderConnection(formRecord, wantParams); in HWTEST_F() local
472 sptr<FormRenderConnection> conn in HWTEST_F() local
496 sptr<FormRenderConnection> conn = new (std::nothrow) FormRenderConnection(formRecord, wantParams); HWTEST_F() local
550 sptr<FormRenderConnection> conn = new (std::nothrow) FormRenderConnection(formRecord, wantParams); HWTEST_F() local
573 sptr<FormRenderConnection> conn = new (std::nothrow) FormRenderConnection(formRecord, wantParams); HWTEST_F() local
685 sptr<FormRenderConnection> conn = nullptr; HWTEST_F() local
710 sptr<FormRenderConnection> conn = new (std::nothrow) FormRenderConnection(formRecord, wantParams); HWTEST_F() local
1042 sptr<FormRenderConnection> conn = new (std::nothrow) FormRenderConnection(formRecord, wantParams); HWTEST_F() local
1064 sptr<FormRenderConnection> conn = new (std::nothrow) FormRenderConnection(formRecord, wantParams); HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_test.cpp73 SessionConn *conn = (SessionConn*)SoftBusCalloc(sizeof(SessionConn)); in TestSetSessionConn() local
218 SessionConn *conn = TestSetSessionConn(); HWTEST_F() local
248 SessionConn *conn = TestSetSessionConn(); HWTEST_F() local
278 SessionConn *conn = (SessionConn*)SoftBusMalloc(sizeof(SessionConn)); HWTEST_F() local
308 SessionConn *conn = (SessionConn*)SoftBusMalloc(sizeof(SessionConn)); HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c319 SessionConn conn; in TransOpenDirectChannel() local
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_wifi_test_mock.cpp64 int32_t TransTdcAddSessionConn(SessionConn *conn) in TransTdcAddSessionConn() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h55 void *conn = nullptr; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.c66 L2capConnection *conn = NULL; in L2capGetConnection() local
85 L2capConnection *conn = NULL; in L2capGetConnection2() local
104 L2capConnection *conn = NULL; in L2capGetConnection3() local
127 L2capGetChannel(const L2capConnection *conn, int16_t lcid) L2capGetChannel() argument
145 L2capGetChannel2(uint16_t lcid, L2capConnection **conn, L2capChannel **chan) L2capGetChannel2() argument
164 L2capGetChannel3(uint16_t aclHandle, uint16_t lcid, L2capConnection **conn, L2capChannel **chan) L2capGetChannel3() argument
181 L2capConnection *conn = NULL; L2capGetNewLcid() local
221 L2capNewChannel(L2capConnection *conn, uint16_t lpsm, uint16_t rpsm) L2capNewChannel() argument
326 L2capConnection *conn = NULL; L2capDisconnectTimeout() local
360 L2capDeleteChannel(L2capConnection *conn, L2capChannel *chan, uint16_t removeAcl) L2capDeleteChannel() argument
388 L2capConnection *conn = NULL; L2capNewConnection() local
409 L2capDeleteConnection(L2capConnection *conn) L2capDeleteConnection() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c48 void NetconnSetSock(struct FtSocket *sock, struct FtNetconn *conn) in NetconnSetSock() argument
54 void NetconnSetSendCacheSize(struct FtNetconn *conn, FILLP_UINT32 cacheSize) in NetconnSetSendCacheSize() argument
58 void NetconnSetRecvCacheSize(struct FtNetconn *conn, FILLP_UINT32 cacheSize) in NetconnSetRecvCacheSize() argument
62 void NetconnSetPktSize(struct FtNetconn *conn, FILLP_UINT32 pktSize) in NetconnSetPktSize() argument
67 void NetconnSetOpersiteRate(struct FtNetconn *conn, FILLP_UINT3 argument
72 NetconnSetSlowStart(struct FtNetconn *conn, FILLP_BOOL slowStart) NetconnSetSlowStart() argument
77 NetconnSetPackInterval(struct FtNetconn *conn, FILLP_UINT32 interval) NetconnSetPackInterval() argument
82 NetconnSetLocalPort(struct FtNetconn *conn, FILLP_INT port) NetconnSetLocalPort() argument
87 NetconnSetAddrType(struct FtNetconn *conn, FILLP_UINT16 addrType) NetconnSetAddrType() argument
92 NetconnSetDirectlySend(struct FtNetconn *conn, FILLP_INT directlySend) NetconnSetDirectlySend() argument
97 NetconnSetConnectTimeout(struct FtNetconn *conn, FILLP_LLONG timeoutUs) NetconnSetConnectTimeout() argument
102 NetconnIsConnectTimeout(struct FtNetconn *conn) NetconnIsConnectTimeout() argument
109 struct FtNetconn *conn = FILLP_NULL_PTR; FillpNetconnAlloc() local
149 FillpNetconnDestroy(struct FtNetconn *conn) FillpNetconnDestroy() argument
235 FillpNetconnSetSafeErr(struct FtNetconn *conn, FILLP_INT err) FillpNetconnSetSafeErr() argument
242 FillpNetconnSetState(struct FtNetconn *conn, FILLP_UINT8 state) FillpNetconnSetState() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_multicallback_test.cpp135 auto conn = iface_cast<IVSyncConnection>(robj); in Process2() local
H A Dvsync_setvsyncrate_test.cpp125 auto conn = iface_cast<IVSyncConnection>(robj); in Process2() local
H A Dvsync_callbackeveryframe_test.cpp123 auto conn = iface_cast<IVSyncConnection>(robj); in Process2() local
H A Dvsync_test.cpp124 auto conn = iface_cast<IVSyncConnection>(robj); in Process2() local
/third_party/curl/lib/
H A Dsocks_sspi.c69 struct connectdata *conn = cf->conn; in Curl_SOCKS5_gssapi_negotiate() local
H A Dsocks_gssapi.c109 struct connectdata *conn = cf->conn; in Curl_SOCKS5_gssapi_negotiate() local
H A Dcurl_ntlm_wb.c384 CURLcode Curl_output_ntlm_wb(struct Curl_easy *data, struct connectdata *conn, in Curl_output_ntlm_wb() argument
334 Curl_input_ntlm_wb(struct Curl_easy *data, struct connectdata *conn, bool proxy, const char *header) Curl_input_ntlm_wb() argument
494 Curl_http_auth_cleanup_ntlm_wb(struct connectdata *conn) Curl_http_auth_cleanup_ntlm_wb() argument
[all...]
H A Dgetinfo.c537 struct connectdata *conn = data->conn; in getinfo_slist() local
/third_party/curl/docs/examples/
H A Dhtmltitle.cpp89 static bool init(CURL *&conn, char *url) in init() argument
259 CURL *conn = NULL; in main() local
[all...]
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-client/
H A Dminimal-dbus-client.c35 client_message_handler(DBusConnection *conn, DBusMessage *message, void *data) in client_message_handler() argument
[all...]
/third_party/libfuse/example/
H A Dhello.c55 static void *hello_init(struct fuse_conn_info *conn, in hello_init() argument
/third_party/lwip/src/include/lwip/apps/
H A Dmqtt_priv.h82 struct altcp_pcb *conn; member
/third_party/libwebsockets/lib/roles/dbus/
H A Ddbus.c382 lws_dbus_connection_setup(struct lws_dbus_ctx *ctx, DBusConnection *conn, in lws_dbus_connection_setup() argument
[all...]
/third_party/lwip/src/include/lwip/priv/
H A Dsockets_priv.h69 struct netconn *conn; member

Completed in 11 milliseconds

12345678910>>...15