/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | connect_server_manager.cpp | 34 using StopServer = void (*)(const std::string& packageName); 193 StopServer stopServer = reinterpret_cast<StopServer>(dlsym(handlerConnectServerSo_, "StopServer")); in StopConnectServer() 199 StopServer stopServer = reinterpret_cast<StopServer>(&ArkCompiler::Toolchain::StopServer); in StopConnectServer()
|
/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
|
/foundation/multimedia/av_codec/test/unittest/common/ |
H A D | http_server_demo.h | 54 void StopServer();
|
H A D | http_server_demo.cpp | 36 StopServer(); in ~HttpServerDemo() 75 void HttpServerDemo::StopServer() in StopServer() function in OHOS::MediaAVCodec::HttpServerDemo
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/ |
H A D | network_server_demo.cpp | 190 void StopServer() in StopServer() function in ServerManager
|
/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()
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_service_impl.h | 99 int StopServer(const pid_t& serverPid);
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | connect_server_manager.cpp | 50 using StopServer = void (*)(const std::string&); 122 auto stopServer = reinterpret_cast<StopServer>(dlsym(handlerConnectServerSo_, "StopServer")); in StopConnectServer() 126 TAG_LOGE(AAFwkTag::JSRUNTIME, "null StopServer"); in StopConnectServer()
|
/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()
|
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_server_service_impl_test.cpp | 182 EXPECT_EQ(DHCP_OPT_SUCCESS, pServerServiceImpl->StopServer(serverPid)); in HWTEST_F()
|
/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()
|
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/ |
H A D | avdemuxer_demo_runner.cpp | 535 server->StopServer(); in AVSourceDemuxerDemoCase()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_service_impl.cpp | 809 int DhcpServerServiceImpl::StopServer(const pid_t &serverPid) in StopServer() function in OHOS::DHCP::DhcpServerServiceImpl 815 DHCP_LOGI("StopServer() kill [%{public}d] success, pro pid no exist, pro:%{public}s.", in StopServer() 819 DHCP_LOGE("StopServer() kill [%{public}d] failed, errno:%{public}d!", serverPid, errno); in StopServer() 823 DHCP_LOGE("StopServer() waitpid [%{public}d] failed, errno:%{public}d!", serverPid, errno); in StopServer() 826 DHCP_LOGI("StopServer() waitpid [%{public}d] success, pro:%{public}s!", serverPid, DHCP_SERVER_FILE.c_str()); in StopServer()
|
/foundation/multimedia/av_codec/test/unittest/demuxer_test/ |
H A D | demuxer_unit_test.cpp | 85 server->StopServer(); in TearDownTestCase()
|
/foundation/multimedia/av_codec/test/unittest/avsource_test/ |
H A D | avsource_unit_test.cpp | 94 server->StopServer(); in TearDownTestCase()
|