Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp102 ISocketListener sessionListener = { in JoinDomain() local
127 int32_t ret = Listen(socketId, qos, sizeof(qos) / sizeof(qos[0]), &sessionListener); in JoinDomain()
171 ISocketListener sessionListener = { in OpenSession() local
199 int32_t ret = Bind(socketId, qos, sizeof(qos) / sizeof(qos[0]), &sessionListener); in OpenSession()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/integration_test/
H A Dfile_test.cpp85 static ISessionListener sessionListener = {.OnSessionOpened = EsOnSessionOpened, in SetUpTestCase() local
92 …SERT_EQ(0, CreateSessionServer(ECHO_SERVICE_PKGNAME, ECHO_SERVICE_SESSION_NAME, &sessionListener)); in SetUpTestCase()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dstream_encrypt_client_mt.cpp295 ISessionListener sessionListener = { variable
300 int32_t ret = CreateSessionServer(PKG_NAME, TEST_SESSION_NAME, &sessionListener);
H A Dstream_encrypt_server_mt.cpp310 ISessionListener sessionListener = { variable
315 int32_t ret = CreateSessionServer(PKG_NAME, TEST_SESSION_NAME_SRV, &sessionListener);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c399 static SoftbusBaseListener sessionListener = { in TransTdcStartSessionListener() local
405 int serverPort = StartBaseListener(info, &sessionListener); in TransTdcStartSessionListener()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp426 ISessionListener sessionListener = { in SoftbusListener() local
435 int32_t ret = CreateSessionServer(DM_PKG_NAME, DM_SESSION_NAME, &sessionListener); in SoftbusListener()