Home
last modified time | relevance | path

Searched refs:SocketCallback (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_tcp_connection.h44 } SocketCallback; typedef
45 int32_t SetSocketCallback(const SocketCallback *cb);
/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_tcp_connection_virtual.c57 int32_t SetSocketCallback(const SocketCallback *cb) in SetSocketCallback()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c61 static SocketCallback g_callback = {NULL, NULL, NULL};
318 int32_t SetSocketCallback(const SocketCallback *cb) in SetSocketCallback()
321 if (memcpy_s(&g_callback, sizeof(SocketCallback), cb, sizeof(SocketCallback)) != EOK) { in SetSocketCallback()
322 AUTH_LOGE(AUTH_CONN, "set SocketCallback fail."); in SetSocketCallback()
330 (void)memset_s(&g_callback, sizeof(SocketCallback), 0, sizeof(SocketCallback)); in UnsetSocketCallback()
H A Dauth_connection.c427 SocketCallback socketCb = { in InitWiFiConn()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp1941 const SocketCallback *cb = nullptr; in HWTEST_F()

Completed in 7 milliseconds