Searched refs:conn (Results 1 - 6 of 6) sorted by relevance
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/testcases/ |
H A D | test_apl_check.py | 46 conn = sqlite3.connect(db_file) 47 assert conn, 'sqlit database connect failed' 48 cursor = conn.cursor() 51 conn.close()
|
/developtools/hdc/src/host/ |
H A D | host_tcp.cpp | 145 uv_connect_t *conn = new(std::nothrow) uv_connect_t(); in ConnectDaemon() local 146 if (conn == nullptr) { in ConnectDaemon() 147 WRITE_LOG(LOG_FATAL, "ConnectDaemon new conn failed"); in ConnectDaemon() 152 conn->data = hSession; in ConnectDaemon() 153 uv_tcp_connect(conn, (uv_tcp_t *)&hSession->hWorkTCP, (const struct sockaddr *)&dest, Connect); in ConnectDaemon()
|
H A D | client.cpp | 387 uv_connect_t *conn = new(std::nothrow) uv_connect_t(); in ConnectServerForClient() local 388 if (conn == nullptr) { in ConnectServerForClient() 389 WRITE_LOG(LOG_FATAL, "ConnectServerForClient new conn failed"); in ConnectServerForClient() 392 conn->data = this; in ConnectServerForClient() 406 uv_tcp_connect(conn, (uv_tcp_t *)&channel->hWorkTCP, (const struct sockaddr *)&destv4, Connect); in ConnectServerForClient() 411 uv_tcp_connect(conn, (uv_tcp_t *)&channel->hWorkTCP, (const struct sockaddr *)&dest, Connect); in ConnectServerForClient() 575 WRITE_LOG(LOG_FATAL, "RetryTcpConnectWorker new conn failed"); in RetryTcpConnectWorker()
|
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/module_info/ |
H A D | compile_info_loader.py | 268 conn = sqlite3.connect("symdb.db") variable in CompileInfoLoader 269 cursor = conn.cursor()
|
/developtools/hdc/src/common/ |
H A D | forward.cpp | 385 uv_connect_t *conn = new(std::nothrow) uv_connect_t(); in SetupTCPPoint() local 386 if (conn == nullptr) { in SetupTCPPoint() 387 WRITE_LOG(LOG_FATAL, "SetupTCPPoint new conn failed"); in SetupTCPPoint() 390 conn->data = ctxPoint; in SetupTCPPoint() 391 uv_tcp_connect(conn, (uv_tcp_t *)&ctxPoint->tcp, (const struct sockaddr *)&addr, ConnectTarget); in SetupTCPPoint()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 157774 struct cfg80211_conn *conn; global() member 160253 struct sock *conn; global() member [all...] |
Completed in 442 milliseconds