/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | connect_server_manager.cpp | 34 using StopServer = void (*)(const std::string& packageName); typedef 193 …StopServer 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 D | print_http_server_manager_test.cpp | 89 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 D | print_http_server_manager_other_test.cpp | 103 EXPECT_FALSE(manager->StopServer(printerName)); 108 EXPECT_TRUE(manager->StopServer(printerName));
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_http_server_manager.cpp | 130 void PrintHttpServerManager::StopServer(std::string printerName) in StopServer() function in OHOS::Print::PrintHttpServerManager 169 StopServer(printerName); in DealUsbDevDetach()
|
H A D | print_ipp_over_usb_manager.cpp | 111 DelayedSingleton<PrintHttpServerManager>::GetInstance()->StopServer(printerName); in DisConnectPrinter()
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_http_server_manager.h | 38 void StopServer(std::string printerName);
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/ |
H A D | file_server_demo.h | 53 void StopServer();
|
H A D | file_server_demo.cpp | 35 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 D | http_server_demo.h | 54 void StopServer();
|
H A D | http_server_demo.cpp | 35 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 D | dhcp_server_service_impl.h | 98 int StopServer(const pid_t& serverPid);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | connect_server_manager.cpp | 50 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 D | hls_playlist_downloader_unit_test.cpp | 42 g_server->StopServer(); in TearDown()
|
H A D | hls_tags_unit_test.cpp | 42 g_server->StopServer(); in TearDown()
|
H A D | m3u8_unit_test.cpp | 40 g_server->StopServer(); in TearDown()
|
H A D | hls_media_downloader_unit_test.cpp | 48 g_server->StopServer(); in TearDownTestCase()
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_server_service_impl_test.cpp | 178 EXPECT_NE(DHCP_OPT_NULL, pServerServiceImpl->StopServer(serverPid));
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_mpd_downloader_unit_test.cpp | 63 g_server->StopServer(); in TearDownTestCase()
|
H A D | dash_media_downloader_unit_test.cpp | 66 g_server->StopServer(); in TearDownTestCase()
|
H A D | dash_segment_downloader_unit_test.cpp | 45 g_server->StopServer(); in TearDownTestCase()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/http_source_test/ |
H A D | http_source_plugin_unit_test.cpp | 56 g_server->StopServer(); in TearDownTestCase()
|
H A D | http_media_downloader_unit_test.cpp | 56 g_server->StopServer(); in TearDownTestCase()
|
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/ |
H A D | avdemuxer_demo_runner.cpp | 535 server->StopServer(); in AVSourceDemuxerDemoCase()
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_service_impl.cpp | 768 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 D | demuxer_unit_test.cpp | 85 server->StopServer(); in TearDownTestCase()
|