Searched refs:PrintMessage (Results 1 – 7 of 7) sorted by relevance
| /developtools/hdc/src/test/jdwp/ |
| 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/host/ |
| D | main.cpp | 170 Base::PrintMessage("Initial failed"); in RunServerMode() 180 Base::PrintMessage("Not support command..."); in RunPcDebugMode() 205 Base::PrintMessage("Unknown operation command..."); in RunClientMode() 228 Base::PrintMessage("Unknown content of parament '-s'"); in ParseServerListenString() 233 Base::PrintMessage("strcpy_s error %d", errno); in ParseServerListenString() 239 Base::PrintMessage("The port-string's length must < 5"); in ParseServerListenString() 245 Base::PrintMessage("The port must be digit buf:%s", buf); in ParseServerListenString() 251 Base::PrintMessage("Port range incorrect"); in ParseServerListenString() 262 Base::PrintMessage("The port must be digit str:%s", str); in ParseServerListenString() 271 Base::PrintMessage("-s content port incorrect."); in ParseServerListenString() [all …]
|
| 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()
|
| D | client.cpp | 98 Base::PrintMessage("Kill server finish"); in StartKillServer() 103 Base::PrintMessage("Kill server failed %s", buf); in StartKillServer() 130 Base::PrintMessage("Unknown command"); in DoCtrlServiceWork()
|
| /developtools/hdc/src/daemon/ |
| D | main.cpp | 47 Base::PrintMessage("Background mode, persist.hdc.mode"); in ForkChildCheck() 158 Base::PrintMessage("Option USB enabled"); in GetDaemonCommandlineOptions() 163 Base::PrintMessage("Option TCP enabled"); in GetDaemonCommandlineOptions() 169 Base::PrintMessage("Parament Enable UART"); in GetDaemonCommandlineOptions() 175 Base::PrintMessage("Option:%c non-supported!", ch); in GetDaemonCommandlineOptions() 296 Base::PrintMessage("TCP, USB and Uart are disable, cannot run continue\n"); in main() 300 Base::PrintMessage("Both TCP and USB are disable, cannot run continue\n"); in main() 310 Base::PrintMessage("DropRootPrivileges fail, EXITING...\n"); in main()
|
| /developtools/hdc/src/common/ |
| D | base.h | 25 void PrintMessage(const char *fmt, ...);
|
| D | base.cpp | 125 PrintMessage("LogToPath uv_fs_open %s error %s", path, buffer); in LogToPath() 158 PrintMessage("RollLogFile error log file %s not exist %s", path, buf); in RollLogFile() 171 PrintMessage("RollLogFile error unlink last:%s %s", last.c_str(), buf); in RollLogFile() 178 PrintMessage("RollLogFile error rename %s to %s %s", path, last.c_str(), buf); in RollLogFile() 267 void PrintMessage(const char *fmt, ...) in PrintMessage() function
|