Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dasync_cmd.cpp19 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 …]
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.cpp132 asyncCommand.Initial(loopTask, funcAppModFinish, AsyncCmd::OPTION_COMMAND_ONETIME); in PackageShell()
Ddaemon_unity.cpp75 AsyncCmd::CmdResultCallback funcResultOutput; in ExecuteShell()