Home
last modified time | relevance | path

Searched defs:cJShellCmdResult (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ability_delegator_test/
H A Dcj_ability_delegator_test.cpp253 auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(shellResult); variable
269 auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(shellResult); variable
285 auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(shellResult); variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_ability_delegator.cpp106 …auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(cjDelegator->ExecuteShellCommand(cm… in FFIAbilityDelegatorExecuteShellCommand() local