Home
last modified time | relevance | path

Searched refs: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
254 int64_t id = cJShellCmdResult->GetID();
256 EXPECT_TRUE(cJShellCmdResult != nullptr);
269 auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(shellResult); variable
270 int64_t id = cJShellCmdResult->GetID();
285 auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(shellResult); variable
286 int64_t id = cJShellCmdResult->GetID();
/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
107 if (cJShellCmdResult == nullptr) { in FFIAbilityDelegatorExecuteShellCommand()
111 return cJShellCmdResult->GetID(); in FFIAbilityDelegatorExecuteShellCommand()