Home
last modified time | relevance | path

Searched refs:CJShellCmdResult (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_ability_delegator.cpp52 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()
H A Dcj_ability_delegator.h43 class CJShellCmdResult : public FFI::FFIData {
45 explicit CJShellCmdResult(std::shared_ptr<AppExecFwk::ShellCmdResult> shellCmdResult) in CJShellCmdResult() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ability_delegator_test/
H A Dcj_ability_delegator_test.cpp167 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);