Searched refs:sessionListener (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_agent.cpp | 102 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 D | file_test.cpp | 85 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 D | stream_encrypt_client_mt.cpp | 295 ISessionListener sessionListener = { variable 300 int32_t ret = CreateSessionServer(PKG_NAME, TEST_SESSION_NAME, &sessionListener);
|
H A D | stream_encrypt_server_mt.cpp | 310 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 D | trans_tcp_direct_listener.c | 399 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 D | softbus_listener.cpp | 426 ISessionListener sessionListener = { in SoftbusListener() local 435 int32_t ret = CreateSessionServer(DM_PKG_NAME, DM_SESSION_NAME, &sessionListener); in SoftbusListener()
|