Searched refs:PrintMessage (Results 1 - 8 of 8) sorted by relevance
/developtools/hdc/src/test/jdwp/ |
H A D | main.cpp | 25 static void PrintMessage(const char *fmt, ...)
in PrintMessage() function 67 PrintMessage("%s close busy,try:%d", callerName, closeRetry);
in TryCloseLoop() 71 PrintMessage("TryCloseLoop issue");
in TryCloseLoop() 104 PrintMessage("jdwp_test_process exit.");
in FreeInstance() 118 PrintMessage("jdwp_test_process start.");
in main() 120 PrintMessage("jdwp_test_process signal fail.");
in main() 124 PrintMessage("Connect fail.");
in main() 130 PrintMessage("Enter 'exit' will stop the test.");
in main() 134 PrintMessage("Exit current process.");
in main()
|
/developtools/hdc/src/daemon/ |
H A D | main.cpp | 65 Base::PrintMessage("Background mode, persist.hdc.mode"); in ForkChildCheck() 167 Base::PrintMessage("Option USB enabled"); in GetDaemonCommandlineOptions() 172 Base::PrintMessage("Option TCP enabled"); in GetDaemonCommandlineOptions() 178 Base::PrintMessage("Parament Enable UART"); in GetDaemonCommandlineOptions() 184 Base::PrintMessage("Option:%c non-supported!", ch); in GetDaemonCommandlineOptions() 315 Base::PrintMessage("TCP, USB, Bridge and Uart are disable, cannot run continue\n"); in main() 320 Base::PrintMessage("Both TCP, Bridge and USB are disable, cannot run continue\n"); in main() 327 Base::PrintMessage("TCP, USB and Uart are disable, cannot run continue\n"); in main() 331 Base::PrintMessage("Both TCP and USB are disable, cannot run continue\n"); in main() 343 Base::PrintMessage("DropRootPrivilege in main() [all...] |
/developtools/hdc/src/host/ |
H A D | main.cpp | 165 Base::PrintMessage("Initial failed"); in RunServerMode() 175 Base::PrintMessage("Not support command..."); in RunPcDebugMode() 200 Base::PrintMessage("Unknown operation command..."); in RunClientMode() 223 Base::PrintMessage("Unknown content of parament '-s'"); in ParseServerListenString() 228 Base::PrintMessage("strcpy_s error %d", errno); in ParseServerListenString() 234 Base::PrintMessage("The port-string's length must < 5"); in ParseServerListenString() 240 Base::PrintMessage("The port must be digit buf:%s", buf); in ParseServerListenString() 246 Base::PrintMessage("Port range incorrect"); in ParseServerListenString() 257 Base::PrintMessage("The port must be digit str:%s", str); in ParseServerListenString() 266 Base::PrintMessage(" in ParseServerListenString() [all...] |
H A D | ext_client.cpp | 178 Base::PrintMessage("%s", all.c_str()); in ListTargets() 180 Base::PrintMessage("%s", extdevs.c_str()); in ListTargets() 327 Base::PrintMessage("%s", strBuf.c_str()); in HandleLib()
|
H A D | client.cpp | 95 Base::PrintMessage(TERMINAL_HDC_PROCESS_FAILED.c_str()); in StartServer() 123 Base::PrintMessage(TERMINAL_HDC_PROCESS_FAILED.c_str()); in KillServer() 128 Base::PrintMessage("Kill server finish"); in KillServer() 133 Base::PrintMessage("Kill server failed %s", buf); in KillServer() 156 Base::PrintMessage("Unknown command"); in DoCtrlServiceWork()
|
/developtools/hdc/src/common/ |
H A D | entry.cpp | 53 Base::PrintMessage("[Warning]File: %s, size: %lldB, over the 4GB limit, ignored.", in Entry()
|
H A D | base.h | 46 void PrintMessage(const char *fmt, ...);
|
H A D | base.cpp | 173 PrintMessage("LogToPath uv_fs_open %s error %s", path, buffer); in LogToPath() 541 PrintMessage("RollLogFile error log file %s not exist %s", path, buf); in RollLogFile() 550 PrintMessage("rename %s to %s", path, last.c_str()); in RollLogFile() 556 PrintMessage("RollLogFile error rename %s to %s %s", path, last.c_str(), buf); in RollLogFile() 650 void PrintMessage(const char *fmt, ...) in PrintMessage() function
|
Completed in 9 milliseconds