Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp95 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 Dfile_test.cpp85 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 Dstream_encrypt_client_mt.cpp295 ISessionListener sessionListener = { in HWTEST_F() local
300 int32_t ret = CreateSessionServer(PKG_NAME, TEST_SESSION_NAME, &sessionListener); in HWTEST_F()
H A Dstream_encrypt_server_mt.cpp310 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 Dtrans_tcp_direct_listener.c382 static SoftbusBaseListener sessionListener = { in TransTdcStartSessionListener() local
388 int serverPort = StartBaseListener(info, &sessionListener); in TransTdcStartSessionListener()
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp447 ISessionListener sessionListener = { in SoftbusListener() local
456 int32_t ret = CreateSessionServer(DM_PKG_NAME, DM_SESSION_NAME, &sessionListener); in SoftbusListener()

Completed in 7 milliseconds