Searched refs:FinishShellProc (Results 1 – 4 of 4) sorted by relevance
/developtools/hdc/src/common/ |
D | async_cmd.cpp | 71 bool AsyncCmd::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc() function in Hdc::AsyncCmd 147 …ildShell = new(std::nothrow) HdcFileDescriptor(loop, fd, this, ChildReadCallback, FinishShellProc); in ExecuteCommand()
|
D | async_cmd.h | 44 static bool FinishShellProc(const void *context, const bool result, const string exitMsg);
|
/developtools/hdc/src/daemon/ |
D | shell.h | 29 static bool FinishShellProc(const void *context, const bool result, const string exitMsg);
|
D | shell.cpp | 205 bool HdcShell::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc() function in Hdc::HdcShell 230 …l = new(std::nothrow) HdcFileDescriptor(loopTask, fdPTY, this, ChildReadCallback, FinishShellProc); in StartShell()
|