Searched refs:sessionListener (Results 1 - 6 of 6) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_agent.cpp | 95 ISocketListener sessionListener = { in JoinDomain() local 120 int32_t ret = Listen(socketId, qos, sizeof(qos) / sizeof(qos[0]), &sessionListener); in JoinDomain() 162 ISocketListener sessionListener = { in OpenSession() local 190 int32_t ret = Bind(socketId, qos, sizeof(qos) / sizeof(qos[0]), &sessionListener); in OpenSession() 218 ISocketListener sessionListener = { in OpenApSession() local 237 int32_t ret = DfsBind(socketId, &sessionListener); in OpenApSession()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/integration_test/ |
H A D | file_test.cpp | 85 static ISessionListener sessionListener = {.OnSessionOpened = EsOnSessionOpened, in SetUpTestCase() local 92 ASSERT_EQ(0, CreateSessionServer(ECHO_SERVICE_PKGNAME, ECHO_SERVICE_SESSION_NAME, &sessionListener)); in SetUpTestCase()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/ |
H A D | stream_encrypt_client_mt.cpp | 295 ISessionListener sessionListener = { in HWTEST_F() local 300 int32_t ret = CreateSessionServer(PKG_NAME, TEST_SESSION_NAME, &sessionListener); in HWTEST_F()
|
H A D | stream_encrypt_server_mt.cpp | 310 ISessionListener sessionListener = { in HWTEST_F() local 315 int32_t ret = CreateSessionServer(PKG_NAME, TEST_SESSION_NAME_SRV, &sessionListener); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_listener.c | 382 static SoftbusBaseListener sessionListener = { in TransTdcStartSessionListener() local 388 int serverPort = StartBaseListener(info, &sessionListener); in TransTdcStartSessionListener()
|
/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 447 ISessionListener sessionListener = { in SoftbusListener() local 456 int32_t ret = CreateSessionServer(DM_PKG_NAME, DM_SESSION_NAME, &sessionListener); in SoftbusListener()
|
Completed in 5 milliseconds