Searched refs:FinishShellProc (Results 1 – 4 of 4) sorted by relevance
| /developtools/hdc/src/daemon/ |
| D | shell.h | 29 static bool FinishShellProc(const void *context, const bool result, const string exitMsg);
|
| D | shell.cpp | 274 bool HdcShell::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc() function in Hdc::HdcShell 298 …l = new(std::nothrow) HdcFileDescriptor(loopTask, fdPTY, this, ChildReadCallback, FinishShellProc); in StartShell()
|
| /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 | 81 bool AsyncCmd::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc() function in Hdc::AsyncCmd 263 …ildShell = new(std::nothrow) HdcFileDescriptor(loop, fd, this, ChildReadCallback, FinishShellProc); in ExecuteCommand()
|