Home
last modified time | relevance | path

Searched refs:exitMsg (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/common/
Dasync_cmd.h44 static bool FinishShellProc(const void *context, const bool result, const string exitMsg);
Dasync_cmd.cpp77 bool AsyncCmd::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc() argument
81 thisClass->resultCallback(true, result, thisClass->cmdResult + exitMsg); in FinishShellProc()
/developtools/hdc/src/daemon/
Dshell.h29 static bool FinishShellProc(const void *context, const bool result, const string exitMsg);
Dshell.cpp248 bool HdcShell::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc() argument