/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/ |
H A D | session_manager.cpp | 39 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 D | migrate_avsession_manager.cpp | 40 softBusDistributedDataMgr_->CreateServer(server);
in CreateLocalSessionStub()
|
/foundation/multimedia/av_session/services/session/server/softbus/ |
H A D | softbus_distributed_data_manager.h | 79 void CreateServer(const std::shared_ptr<SoftbusSessionServer> &server);
|
H A D | softbus_distributed_data_manager.cpp | 91 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 D | vtpstreamsocket_fuzzer.cpp | 52 vtpStreamSocket.CreateServer(ipPort, streamType, sessionKey); in VtpCreateServerTest()
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/ |
H A D | session_manager.h | 60 void CreateServer();
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | softbus_session_manager_test.cpp | 103 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 D | stream_manager.cpp | 90 if (!streamSocket->CreateServer(local, streamType, sessionKey)) { in CreateStreamServerChannel()
|
H A D | i_stream_socket.h | 70 virtual bool CreateServer(IpAndPort &local, int streamType, std::pair<uint8_t*, uint32_t> sessionKey) = 0;
|
H A D | vtp_stream_socket.h | 61 bool CreateServer(IpAndPort &local, int streamType, std::pair<uint8_t*, uint32_t> sessionKey) override;
|
H A D | vtp_stream_socket.cpp | 467 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 D | vtp_stream_socket_test.cpp | 152 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 D | tcp_manager_test.cpp | 130 void CreateServer(void *arg) in CreateServer() function 316 pthread_create(&pid, nullptr, (void *(*)(void *))CreateServer, nullptr); in HWTEST_F()
|