Searched refs:CJShellCmdResult (Results 1 – 3 of 3) sorted by relevance
52 int32_t CJShellCmdResult::GetExitCode() in GetExitCode()57 std::string CJShellCmdResult::GetStdResult() in GetStdResult()62 std::string CJShellCmdResult::Dump() in Dump()106 …auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(cjDelegator->ExecuteShellCommand(cm… in FFIAbilityDelegatorExecuteShellCommand()116 auto cjShellCmdResult = FFI::FFIData::GetData<CJShellCmdResult>(id); in FFIGetExitCode()126 auto cjShellCmdResult = FFI::FFIData::GetData<CJShellCmdResult>(id); in FFIGetStdResult()137 auto cjShellCmdResult = FFI::FFIData::GetData<CJShellCmdResult>(id); in FFIDump()
43 class CJShellCmdResult : public FFI::FFIData {45 explicit CJShellCmdResult(std::shared_ptr<AppExecFwk::ShellCmdResult> shellCmdResult) in CJShellCmdResult() function
167 CJShellCmdResult shellCmdResult(shellResult);180 CJShellCmdResult shellCmdResult(shellResult);193 CJShellCmdResult shellCmdResult(shellResult);253 auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(shellResult);269 auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(shellResult);285 auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(shellResult);