Home
last modified time | relevance | path

Searched refs:StopServer (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp34 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 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
/foundation/multimedia/av_codec/test/unittest/common/
H A Dhttp_server_demo.h54 void StopServer();
H A Dhttp_server_demo.cpp36 StopServer(); in ~HttpServerDemo()
75 void HttpServerDemo::StopServer() in StopServer() function in OHOS::MediaAVCodec::HttpServerDemo
/foundation/CastEngine/castengine_wifi_display/tests/demo/network/
H A Dnetwork_server_demo.cpp190 void StopServer() in StopServer() function in ServerManager
/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()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h99 int StopServer(const pid_t& serverPid);
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp50 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 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()
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp182 EXPECT_EQ(DHCP_OPT_SUCCESS, pServerServiceImpl->StopServer(serverPid)); in HWTEST_F()
/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()
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp535 server->StopServer(); in AVSourceDemuxerDemoCase()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp809 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 Ddemuxer_unit_test.cpp85 server->StopServer(); in TearDownTestCase()
/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.cpp94 server->StopServer(); in TearDownTestCase()

Completed in 19 milliseconds