Home
last modified time | relevance | path

Searched refs:CreateServer (Results 1 - 13 of 13) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsession_manager.cpp39 CreateServer(); in Init()
42 void SessionManager::CreateServer() in CreateServer() function in OHOS::FileManagement::CloudSync::SessionManager
/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_manager.cpp40 softBusDistributedDataMgr_->CreateServer(server); in CreateLocalSessionStub()
/foundation/multimedia/av_session/services/session/server/softbus/
H A Dsoftbus_distributed_data_manager.h79 void CreateServer(const std::shared_ptr<SoftbusSessionServer> &server);
H A Dsoftbus_distributed_data_manager.cpp91 void SoftbusDistributedDataManager::CreateServer(const std::shared_ptr<SoftbusSessionServer> &server) in CreateServer() function in OHOS::AVSession::SoftbusDistributedDataManager
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/vtpstreamsocket_fuzzer/
H A Dvtpstreamsocket_fuzzer.cpp52 vtpStreamSocket.CreateServer(ipPort, streamType, sessionKey); in VtpCreateServerTest()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsession_manager.h60 void CreateServer();
/foundation/multimedia/av_session/services/session/server/test/
H A Dsoftbus_session_manager_test.cpp103 distributed_->CreateServer(server); in HWTEST_F()
451 * @tc.desc: test CreateServer
464 distributed_->CreateServer(server); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_manager.cpp90 if (!streamSocket->CreateServer(local, streamType, sessionKey)) { in CreateStreamServerChannel()
H A Di_stream_socket.h70 virtual bool CreateServer(IpAndPort &local, int streamType, std::pair<uint8_t*, uint32_t> sessionKey) = 0;
H A Dvtp_stream_socket.h61 bool CreateServer(IpAndPort &local, int streamType, std::pair<uint8_t*, uint32_t> sessionKey) override;
H A Dvtp_stream_socket.cpp467 bool VtpStreamSocket::CreateServer(IpAndPort &local, int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateServer() function in Communication::SoftBus::VtpStreamSocket
503 "CreateServer end, listenFd=%{public}d, epollFd=%{public}d, streamType=%{public}d", listenFd_, epollFd_, in CreateServer()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
H A Dvtp_stream_socket_test.cpp152 bool ret = vtpStreamSocket->CreateServer(*local, streamType, sessionKey); in HWTEST_F()
158 ret = vtpStreamSocket->CreateServer(*local, streamType, sessionKey); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp130 void CreateServer(void *arg) in CreateServer() function
316 pthread_create(&pid, nullptr, (void *(*)(void *))CreateServer, nullptr); in HWTEST_F()

Completed in 12 milliseconds