Home
last modified time | relevance | path

Searched refs:CreateServer (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_http_server_manager_other_test.cpp75 ASSERT_FALSE(manager->CreateServer("", port)); in TEST_F()
80 ASSERT_FALSE(manager->CreateServer("printer", nullptr)); in TEST_F()
86 ASSERT_TRUE(manager->CreateServer("printer", port)); in TEST_F()
92 ASSERT_FALSE(manager->CreateServer("printer", port)); in TEST_F()
98 ASSERT_TRUE(manager->CreateServer("printer", port)); in TEST_F()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_http_server_manager_test.cpp87 EXPECT_TRUE(service->CreateServer(printerName, port));
107 service->CreateServer(printerName, port);
128 service->CreateServer(printerName, port);
/ohos5.0/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
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_http_server_manager.h35 bool CreateServer(std::string printerName, int32_t &port);
/ohos5.0/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_manager.cpp40 softBusDistributedDataMgr_->CreateServer(server); in CreateLocalSessionStub()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsession_manager.h60 void CreateServer();
/ohos5.0/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> &serve… in CreateServer() function in OHOS::AVSession::SoftbusDistributedDataManager
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_ipp_over_usb_manager.cpp80 …auto ret = DelayedSingleton<PrintHttpServerManager>::GetInstance()->CreateServer(printerName, port… in ConnectPrinter()
H A Dprint_http_server_manager.cpp83 bool PrintHttpServerManager::CreateServer(std::string printerName, int32_t &port) in CreateServer() function in OHOS::Print::PrintHttpServerManager
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/vtpstreamsocket_fuzzer/
H A Dvtpstreamsocket_fuzzer.cpp52 vtpStreamSocket.CreateServer(ipPort, streamType, sessionKey); in VtpCreateServerTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Di_stream_socket.h70 …virtual bool CreateServer(IpAndPort &local, int streamType, std::pair<uint8_t*, uint32_t> sessionK…
H A Dstream_manager.cpp90 if (!streamSocket->CreateServer(local, streamType, sessionKey)) { in CreateStreamServerChannel()
H A Dvtp_stream_socket.h61 …bool CreateServer(IpAndPort &local, int32_t streamType, std::pair<uint8_t *, uint32_t> sessionKey)…
H A Dvtp_stream_socket.cpp467 bool VtpStreamSocket::CreateServer(IpAndPort &local, int32_t streamType, std::pair<uint8_t *, uint3… in CreateServer() function in Communication::SoftBus::VtpStreamSocket
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dsoftbus_session_manager_test.cpp103 distributed_->CreateServer(server);
/ohos5.0/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_socket_manager.c430 static bool CreateServer(DeviceSocketManager *inst) in CreateServer() function
466 return CreateServer(inst); in InitDeviceSocketManager()
/ohos5.0/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);
158 ret = vtpStreamSocket->CreateServer(*local, streamType, sessionKey);
/ohos5.0/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);