Home
last modified time | relevance | path

Searched refs:StartServer (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp30 using StartServer = bool (*)(const std::string& packageName); typedef
143StartServer startServer = reinterpret_cast<StartServer>(dlsym(handlerConnectServerSo_, "StartServe… in InitConnectServer()
149 StartServer startServer = reinterpret_cast<StartServer>(&ArkCompiler::Toolchain::StartServer); in InitConnectServer()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/
H A Dhttp_server_demo.h52 void StartServer();
53 void StartServer(int32_t port);
H A Dhttp_server_demo.cpp38 void HttpServerDemo::StartServer() in StartServer() function in OHOS::MediaAVCodec::HttpServerDemo
40 StartServer(SERVERPORT); in StartServer()
43 void HttpServerDemo::StartServer(int32_t port) in StartServer() function in OHOS::MediaAVCodec::HttpServerDemo
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_server_manager.cpp60 void PrintHttpServerManager::StartServer(std::shared_ptr<httplib::Server> svr, in StartServer() function in OHOS::Print::PrintHttpServerManager
124 … this->StartServer(this->printHttpServerMap[printerName], this->printHttpProcessMap[printerName]); in CreateServer()
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dmain.cpp45 daemon.StartServer(); in main()
H A Dfault_logger_daemon.h45 int32_t StartServer();
H A Dfault_logger_daemon.cpp136 int32_t FaultLoggerDaemon::StartServer() in StartServer() function in OHOS::HiviewDFX::FaultLoggerDaemon
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_http_server_manager.h36 static void StartServer(std::shared_ptr<httplib::Server> svr,
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A Dfile_server_demo.h52 void StartServer();
H A Dfile_server_demo.cpp38 void FileServerDemo::StartServer() in StartServer() function in OHOS::MediaAVCodec::FileServerDemo
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_downloader_unit_test.cpp47 g_server->StartServer(SERVERPORT); in SetUpTestCase()
71 g_server->StartServer(SERVERPORT); in SetUp()
H A Ddash_media_downloader_unit_test.cpp44 g_server->StartServer(SERVERPORT); in SetUpTestCase()
74 g_server->StartServer(SERVERPORT); in SetUp()
H A Ddash_segment_downloader_unit_test.cpp39 g_server->StartServer(SERVERPORT); in SetUpTestCase()
53 g_server->StartServer(SERVERPORT); in SetUp()
/ohos5.0/base/startup/init/test/unittest/loopevent/
H A Dloopserver_unittest.cpp270 void StartServer() in StartServer() function in init_ut::LoopServerUnitTest
335 test.StartServer();
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp46 using StartServer = void (*)(const std::string&); typedef
98 … auto startServer = reinterpret_cast<StartServer>(dlsym(handlerConnectServerSo_, "StartServer")); in StartConnectServer()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_playlist_downloader_unit_test.cpp37 g_server->StartServer(); in SetUp()
H A Dhls_tags_unit_test.cpp37 g_server->StartServer(); in SetUp()
H A Dm3u8_unit_test.cpp35 g_server->StartServer(); in SetUp()
H A Dhls_media_downloader_unit_test.cpp43 g_server->StartServer(); in SetUpTestCase()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_source_plugin_unit_test.cpp51 g_server->StartServer(); in SetUpTestCase()
H A Dhttp_media_downloader_unit_test.cpp38 g_server->StartServer(); in SetUpTestCase()
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp499 server->StartServer(); in AVSourceDemuxerDemoCase()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H A Ddemuxer_unit_test.cpp79 server->StartServer(); in SetUpTestCase()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.cpp89 server->StartServer(); in SetUpTestCase()