Home
last modified time | relevance | path

Searched refs:StopServer (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp34 using StopServer = void (*)(const std::string& packageName); typedef
193StopServer stopServer = reinterpret_cast<StopServer>(dlsym(handlerConnectServerSo_, "StopServer")); in StopConnectServer()
199 StopServer stopServer = reinterpret_cast<StopServer>(&ArkCompiler::Toolchain::StopServer); in StopConnectServer()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_http_server_manager_test.cpp89 service->StopServer(printerName);
109 service->StopServer(printerName);
130 service->StopServer(printerName);
152 printHttpServerManager.StopServer(printerName);
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_http_server_manager_other_test.cpp103 EXPECT_FALSE(manager->StopServer(printerName));
108 EXPECT_TRUE(manager->StopServer(printerName));
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_server_manager.cpp130 void PrintHttpServerManager::StopServer(std::string printerName) in StopServer() function in OHOS::Print::PrintHttpServerManager
169 StopServer(printerName); in DealUsbDevDetach()
H A Dprint_ipp_over_usb_manager.cpp111 DelayedSingleton<PrintHttpServerManager>::GetInstance()->StopServer(printerName); in DisConnectPrinter()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_http_server_manager.h38 void StopServer(std::string printerName);
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A Dfile_server_demo.h53 void StopServer();
H A Dfile_server_demo.cpp35 StopServer(); in ~FileServerDemo()
68 void FileServerDemo::StopServer() in StopServer() function in OHOS::MediaAVCodec::FileServerDemo
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/
H A Dhttp_server_demo.h54 void StopServer();
H A Dhttp_server_demo.cpp35 StopServer(); in ~HttpServerDemo()
73 void HttpServerDemo::StopServer() in StopServer() function in OHOS::MediaAVCodec::HttpServerDemo
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h98 int StopServer(const pid_t& serverPid);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp50 using StopServer = void (*)(const std::string&); typedef
130 auto stopServer = reinterpret_cast<StopServer>(dlsym(handlerConnectServerSo_, "StopServer")); in StopConnectServer()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_playlist_downloader_unit_test.cpp42 g_server->StopServer(); in TearDown()
H A Dhls_tags_unit_test.cpp42 g_server->StopServer(); in TearDown()
H A Dm3u8_unit_test.cpp40 g_server->StopServer(); in TearDown()
H A Dhls_media_downloader_unit_test.cpp48 g_server->StopServer(); in TearDownTestCase()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp178 EXPECT_NE(DHCP_OPT_NULL, pServerServiceImpl->StopServer(serverPid));
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_mpd_downloader_unit_test.cpp63 g_server->StopServer(); in TearDownTestCase()
H A Ddash_media_downloader_unit_test.cpp66 g_server->StopServer(); in TearDownTestCase()
H A Ddash_segment_downloader_unit_test.cpp45 g_server->StopServer(); in TearDownTestCase()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_source_plugin_unit_test.cpp56 g_server->StopServer(); in TearDownTestCase()
H A Dhttp_media_downloader_unit_test.cpp56 g_server->StopServer(); in TearDownTestCase()
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp535 server->StopServer(); in AVSourceDemuxerDemoCase()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp768 int DhcpServerServiceImpl::StopServer(const pid_t &serverPid) in StopServer() function in OHOS::DHCP::DhcpServerServiceImpl
/ohos5.0/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H A Ddemuxer_unit_test.cpp85 server->StopServer(); in TearDownTestCase()

12