Home
last modified time | relevance | path

Searched refs:HdcShell (Results 1 – 5 of 5) sorted by relevance

/developtools/hdc/src/daemon/
Dshell.cpp33 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 …]
Dshell.h20 class HdcShell : public HdcTaskBase {
22 HdcShell(HTaskInfo hTaskInfo);
23 virtual ~HdcShell();
Ddaemon.cpp167 … 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/
Dhdc.go75 func HdcShell(cmd, device string, ctx context.Context) error { func
/developtools/integration_verification/tools/fotff/tester/xdevice/
Dxdevice.go69 if err := utils.HdcShell(enableTestModeScript, device, ctx); err != nil {