Home
last modified time | relevance | path

Searched refs:NipSocketConnectDevice (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_tcp_connection.h51 int32_t NipSocketConnectDevice(ListenerModule module, const char *addr, int32_t port, bool isBlockMode);
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp271 * @tc.desc: NipSocketConnectDevice test
278 int32_t ret = NipSocketConnectDevice(AUTH, addr, 37025, true); in HWTEST_F()
280 ret = NipSocketConnectDevice(AUTH, nullptr, 37025, true); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c466 int32_t NipSocketConnectDevice(ListenerModule module, in NipSocketConnectDevice() function

Completed in 2 milliseconds