/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_http_server_manager_other_test.cpp | 75 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 D | print_http_server_manager_test.cpp | 87 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 D | session_manager.cpp | 39 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 D | print_http_server_manager.h | 35 bool CreateServer(std::string printerName, int32_t &port);
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/migrate/ |
H A D | migrate_avsession_manager.cpp | 40 softBusDistributedDataMgr_->CreateServer(server); in CreateLocalSessionStub()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/ |
H A D | session_manager.h | 60 void CreateServer();
|
/ohos5.0/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> &serve… in CreateServer() function in OHOS::AVSession::SoftbusDistributedDataManager
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_ipp_over_usb_manager.cpp | 80 …auto ret = DelayedSingleton<PrintHttpServerManager>::GetInstance()->CreateServer(printerName, port… in ConnectPrinter()
|
H A D | print_http_server_manager.cpp | 83 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 D | vtpstreamsocket_fuzzer.cpp | 52 vtpStreamSocket.CreateServer(ipPort, streamType, sessionKey); in VtpCreateServerTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | i_stream_socket.h | 70 …virtual bool CreateServer(IpAndPort &local, int streamType, std::pair<uint8_t*, uint32_t> sessionK…
|
H A D | stream_manager.cpp | 90 if (!streamSocket->CreateServer(local, streamType, sessionKey)) { in CreateStreamServerChannel()
|
H A D | vtp_stream_socket.h | 61 …bool CreateServer(IpAndPort &local, int32_t streamType, std::pair<uint8_t *, uint32_t> sessionKey)…
|
H A D | vtp_stream_socket.cpp | 467 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 D | softbus_session_manager_test.cpp | 103 distributed_->CreateServer(server);
|
/ohos5.0/base/security/device_security_level/baselib/msglib/src/standard/ |
H A D | messenger_device_socket_manager.c | 430 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 D | vtp_stream_socket_test.cpp | 152 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 D | tcp_manager_test.cpp | 130 void CreateServer(void *arg) in CreateServer() function 316 pthread_create(&pid, nullptr, (void *(*)(void *))CreateServer, nullptr);
|