Home
last modified time | relevance | path

Searched refs:AsyncCmd (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/common/
Dasync_cmd.cpp25 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 …]
Dasync_cmd.h20 class AsyncCmd {
22 AsyncCmd();
23 virtual ~AsyncCmd();
/developtools/hdc/src/daemon/
Ddaemon_app.h33 AsyncCmd asyncCommand;
34 AsyncCmd::CmdResultCallback funcAppModFinish;
Ddaemon_unity.h42 AsyncCmd asyncCommand;
Ddaemon_app.cpp154 asyncCommand.Initial(loopTask, funcAppModFinish, AsyncCmd::OPTION_COMMAND_ONETIME); in PackageShell()
Ddaemon_unity.cpp75 AsyncCmd::CmdResultCallback funcResultOutput; in ExecuteShell()