Home
last modified time | relevance | path

Searched refs:conn (Results 1 - 6 of 6) sorted by relevance

/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/testcases/
H A Dtest_apl_check.py46 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 Dhost_tcp.cpp145 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 Dclient.cpp387 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 Dcompile_info_loader.py268 conn = sqlite3.connect("symdb.db") variable in CompileInfoLoader
269 cursor = conn.cursor()
/developtools/hdc/src/common/
H A Dforward.cpp385 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 Dvmlinux.h157774 struct cfg80211_conn *conn; global() member
160253 struct sock *conn; global() member
[all...]

Completed in 442 milliseconds