Searched refs:exitMsg (Results 1 – 4 of 4) sorted by relevance
| /developtools/hdc/src/common/ |
| D | async_cmd.h | 44 static bool FinishShellProc(const void *context, const bool result, const string exitMsg);
|
| D | async_cmd.cpp | 77 bool AsyncCmd::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc() argument 81 thisClass->resultCallback(true, result, thisClass->cmdResult + exitMsg); in FinishShellProc()
|
| /developtools/hdc/src/daemon/ |
| D | shell.h | 29 static bool FinishShellProc(const void *context, const bool result, const string exitMsg);
|
| D | shell.cpp | 248 bool HdcShell::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc() argument
|