Searched refs:AsyncCmd (Results 1 – 6 of 6) sorted by relevance
/developtools/hdc/src/common/ |
D | async_cmd.cpp | 19 AsyncCmd::AsyncCmd() in AsyncCmd() function in Hdc::AsyncCmd 23 AsyncCmd::~AsyncCmd() in ~AsyncCmd() 32 bool AsyncCmd::ReadyForRelease() in ReadyForRelease() 48 void AsyncCmd::DoRelease() in DoRelease() 59 bool AsyncCmd::Initial(uv_loop_t *loopIn, const CmdResultCallback callback, uint32_t optionsIn) in Initial() 71 bool AsyncCmd::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc() 74 AsyncCmd *thisClass = static_cast<AsyncCmd *>(const_cast<void *>(context)); in FinishShellProc() 80 bool AsyncCmd::ChildReadCallback(const void *context, uint8_t *buf, const int size) in ChildReadCallback() 82 AsyncCmd *thisClass = static_cast<AsyncCmd *>(const_cast<void *>(context)); in ChildReadCallback() 92 int AsyncCmd::Popen(string command, bool readWrite, int &cpid) in Popen() [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 | 132 asyncCommand.Initial(loopTask, funcAppModFinish, AsyncCmd::OPTION_COMMAND_ONETIME); in PackageShell()
|
D | daemon_unity.cpp | 75 AsyncCmd::CmdResultCallback funcResultOutput; in ExecuteShell()
|