Lines Matching refs:Hdc
30 using namespace Hdc;
45 namespace Hdc {
292 string usage = Hdc::TranslateCommand::Usage();
294 usage = Hdc::TranslateCommand::Verbose();
346 if (!Hdc::ParseServerListenString(g_serverListenString, optarg)) {
437 Hdc::SplitOptionAndCommand(argc, argv, options, commands);
453 Hdc::RunServerMode(g_serverListenString);
455 Hdc::RunPcDebugMode(g_isPullServer, g_isTCPorUSB, g_isTestMethod);
462 Hdc::RunClientMode(commands, g_serverListenString, g_connectKey, g_isPullServer);
463 Hdc::Base::RemoveLogCache();
474 Hdc::RunExternalClient(str, g_connectKey, g_containerInOut);
475 Hdc::RunClientMode(str, g_serverListenString, g_connectKey, g_isPullServer);
482 Hdc::RunExternalClient(commands, g_connectKey, g_containerInOut);
483 Hdc::RunClientMode(commands, g_serverListenString, g_connectKey, g_isPullServer);
486 Hdc::RunExternalClient(commands, g_connectKey, g_containerInOut);
489 Hdc::RunExternalClient(str, g_connectKey, g_containerInOut);
490 Hdc::RunClientMode(str, g_serverListenString, g_connectKey, g_isPullServer);
503 Hdc::RunExternalClient(commands, g_connectKey, g_containerInOut);
505 Hdc::RunClientMode(commands, g_serverListenString, g_connectKey, g_isPullServer);
510 Hdc::Base::RemoveLogCache();