Home
last modified time | relevance | path

Searched refs:FinishShellProc (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/common/
Dasync_cmd.cpp71 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()
Dasync_cmd.h44 static bool FinishShellProc(const void *context, const bool result, const string exitMsg);
/developtools/hdc/src/daemon/
Dshell.h29 static bool FinishShellProc(const void *context, const bool result, const string exitMsg);
Dshell.cpp205 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()