Searched refs:HdcShell (Results 1 – 5 of 5) sorted by relevance
| /developtools/hdc/src/daemon/ |
| D | shell.cpp | 33 std::mutex HdcShell::mutexPty; 35 HdcShell::HdcShell(HTaskInfo hTaskInfo) in HdcShell() function in Hdc::HdcShell 42 HdcShell::~HdcShell() in ~HdcShell() 47 bool HdcShell::ReadyForRelease() in ReadyForRelease() 64 void HdcShell::StopTask() in StopTask() 83 bool HdcShell::SpecialSignal(uint8_t ch) in SpecialSignal() 105 bool HdcShell::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch() 130 int HdcShell::ChildForkDo(int pts, const char *cmd, const char *arg0, const char *arg1) in ChildForkDo() 165 int HdcShell::ThreadFork(const char *cmd, const char *arg0, const char *arg1) in ThreadFork() 182 void *HdcShell::ShellFork(void *arg) in ShellFork() [all …]
|
| D | shell.h | 20 class HdcShell : public HdcTaskBase { 22 HdcShell(HTaskInfo hTaskInfo); 23 virtual ~HdcShell();
|
| D | daemon.cpp | 167 … ret = TaskCommandDispatch<HdcShell>(hTaskInfo, TYPE_SHELL, command, payload, payloadSize); in RedirectToTask() 441 ret = DoTaskRemove<HdcShell>(hTask, op); in RemoveInstanceTask()
|
| /developtools/integration_verification/tools/fotff/utils/ |
| D | hdc.go | 75 func HdcShell(cmd, device string, ctx context.Context) error { func
|
| /developtools/integration_verification/tools/fotff/tester/xdevice/ |
| D | xdevice.go | 69 if err := utils.HdcShell(enableTestModeScript, device, ctx); err != nil {
|