Lines Matching refs:childShell
31 if (childShell != nullptr) { in ~AsyncCmd()
32 delete childShell; in ~AsyncCmd()
33 childShell = nullptr; in ~AsyncCmd()
40 if (childShell != nullptr && !childShell->ReadyForRelease()) { in ReadyForRelease()
46 if (childShell != nullptr) { in ReadyForRelease()
47 delete childShell; in ReadyForRelease()
48 childShell = nullptr; in ReadyForRelease()
57 if (childShell != nullptr) { in DoRelease()
58 childShell->StopWorkOnThread(false, nullptr); in DoRelease()
203 …childShell = new(std::nothrow) HdcFileDescriptor(loop, fd, this, ChildReadCallback, FinishShellPro… in ExecuteCommand()
204 if (childShell == nullptr) { in ExecuteCommand()
208 if (!childShell->StartWorkOnThread()) { in ExecuteCommand()