Searched refs:NipSocketConnectDevice (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_tcp_connection.h | 51 int32_t NipSocketConnectDevice(ListenerModule module, const char *addr, int32_t port, bool isBlockMode);
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_tcp_connection_test.cpp | 271 * @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 D | auth_tcp_connection.c | 466 int32_t NipSocketConnectDevice(ListenerModule module, in NipSocketConnectDevice() function
|
Completed in 2 milliseconds