Lines Matching refs:args
152 string args = string.Format("\"{0}\" -ip {1}", in CheckName()
156 int returnVal = ProcessExecutor.DoProcess_GetOutput(exe_path, args, out output); in CheckName()
330 DataReceivedEventHandler handler = new DataReceivedEventHandler((sender, args) => { in start()
331 if (args != null && args.Data != null) in start()
333 Console.WriteLine(args.Data); in start()
335 … if (args.Data.ToString().Contains("Bridge is being used by the PC with IP Address")) in start()
353 internal static int rsthold(string[] args) in rsthold() argument
360 string arg_string = StringCombiner.MakeDelimitedString(args, ' '); in rsthold()
369 internal static int forceOff1(string[] args) in forceOff1() argument
377 string arg_string = StringCombiner.MakeDelimitedString(args, ' '); in forceOff1()
386 internal static int init_shutdown_w_FOFF2(string[] args) in init_shutdown_w_FOFF2() argument
394 string arg_string = StringCombiner.MakeDelimitedString(args, ' '); in init_shutdown_w_FOFF2()
403 internal static int forceOff2_off_single_cgi(string[] args) in forceOff2_off_single_cgi() argument
411 string arg_string = StringCombiner.MakeDelimitedString(args, ' '); in forceOff2_off_single_cgi()
1263 string args = Convert.ToString((int)DateTime.Now.Ticks); in SendKillRestartAndResponse()
1271 args, in SendKillRestartAndResponse()
1284 bool bFoundAck = ParseReceivedMessage(reply, "kill_ack", args); in SendKillRestartAndResponse()
1285 bool bFoundDone = ParseReceivedMessage(reply, "kill_done", args); in SendKillRestartAndResponse()
1298 bFoundDone = ParseReceivedMessage(reply, "kill_done", args); in SendKillRestartAndResponse()