Searched refs:AsyncCmd (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/common/ |
| D | async_cmd.cpp | 25 AsyncCmd::AsyncCmd() in AsyncCmd() function in Hdc::AsyncCmd 29 AsyncCmd::~AsyncCmd() in ~AsyncCmd() 38 bool AsyncCmd::ReadyForRelease() in ReadyForRelease() 54 void AsyncCmd::DoRelease() in DoRelease() 65 bool AsyncCmd::Initial(uv_loop_t *loopIn, const CmdResultCallback callback, uint32_t optionsIn) in Initial() 77 bool AsyncCmd::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc() 79 AsyncCmd *thisClass = static_cast<AsyncCmd *>(const_cast<void *>(context)); in FinishShellProc() 86 bool AsyncCmd::ChildReadCallback(const void *context, uint8_t *buf, const int size) in ChildReadCallback() 88 AsyncCmd *thisClass = static_cast<AsyncCmd *>(const_cast<void *>(context)); in ChildReadCallback() 116 int AsyncCmd::ThreadFork(const string &command, bool readWrite, int &cpid) in ThreadFork() [all …]
|
| D | async_cmd.h | 20 class AsyncCmd { 22 AsyncCmd(); 23 virtual ~AsyncCmd();
|
| /developtools/hdc/src/daemon/ |
| D | daemon_app.h | 33 AsyncCmd asyncCommand; 34 AsyncCmd::CmdResultCallback funcAppModFinish;
|
| D | daemon_unity.h | 42 AsyncCmd asyncCommand;
|
| D | daemon_app.cpp | 154 asyncCommand.Initial(loopTask, funcAppModFinish, AsyncCmd::OPTION_COMMAND_ONETIME); in PackageShell()
|
| D | daemon_unity.cpp | 75 AsyncCmd::CmdResultCallback funcResultOutput; in ExecuteShell()
|