Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/cj_ability_delegator_test/
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
/foundation/ability/ability_runtime/frameworks/cj/ffi/
Dcj_ability_delegator.cpp106 …auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(cjDelegator->ExecuteShellCommand(cm… in FFIAbilityDelegatorExecuteShellCommand() local