| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | eap_tls_common.h | 19 struct tls_connection *conn; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| H A D | eap_tls_common.h | 19 struct tls_connection *conn; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap_tls_common.h | 19 struct tls_connection *conn; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_tls_common.h | 19 struct tls_connection *conn; member
|
| /foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/ |
| H A D | fms_form_render_mgr_inner_test.cpp | 167 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 D | trans_tcp_direct_message_test.cpp | 73 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 D | trans_tcp_direct_manager.c | 319 SessionConn conn; in TransOpenDirectChannel() local [all...] |
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/ |
| H A D | trans_tcp_direct_wifi_test_mock.cpp | 64 int32_t TransTdcAddSessionConn(SessionConn *conn) in TransTdcAddSessionConn() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
| H A D | auto_launch.h | 55 void *conn = nullptr; member
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
| H A D | l2cap_inst.c | 66 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 D | net.c | 48 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 D | vsync_multicallback_test.cpp | 135 auto conn = iface_cast<IVSyncConnection>(robj); in Process2() local
|
| H A D | vsync_setvsyncrate_test.cpp | 125 auto conn = iface_cast<IVSyncConnection>(robj); in Process2() local
|
| H A D | vsync_callbackeveryframe_test.cpp | 123 auto conn = iface_cast<IVSyncConnection>(robj); in Process2() local
|
| H A D | vsync_test.cpp | 124 auto conn = iface_cast<IVSyncConnection>(robj); in Process2() local
|
| /third_party/curl/lib/ |
| H A D | socks_sspi.c | 69 struct connectdata *conn = cf->conn; in Curl_SOCKS5_gssapi_negotiate() local
|
| H A D | socks_gssapi.c | 109 struct connectdata *conn = cf->conn; in Curl_SOCKS5_gssapi_negotiate() local
|
| H A D | curl_ntlm_wb.c | 384 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 D | getinfo.c | 537 struct connectdata *conn = data->conn; in getinfo_slist() local
|
| /third_party/curl/docs/examples/ |
| H A D | htmltitle.cpp | 89 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 D | minimal-dbus-client.c | 35 client_message_handler(DBusConnection *conn, DBusMessage *message, void *data) in client_message_handler() argument [all...] |
| /third_party/libfuse/example/ |
| H A D | hello.c | 55 static void *hello_init(struct fuse_conn_info *conn, in hello_init() argument
|
| /third_party/lwip/src/include/lwip/apps/ |
| H A D | mqtt_priv.h | 82 struct altcp_pcb *conn; member
|
| /third_party/libwebsockets/lib/roles/dbus/ |
| H A D | dbus.c | 382 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 D | sockets_priv.h | 69 struct netconn *conn; member
|