Searched refs:cJShellCmdResult (Results 1 – 2 of 2) sorted by relevance
253 auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(shellResult); variable254 int64_t id = cJShellCmdResult->GetID();256 EXPECT_TRUE(cJShellCmdResult != nullptr);269 auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(shellResult); variable270 int64_t id = cJShellCmdResult->GetID();285 auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(shellResult); variable286 int64_t id = cJShellCmdResult->GetID();
106 …auto cJShellCmdResult = FFI::FFIData::Create<CJShellCmdResult>(cjDelegator->ExecuteShellCommand(cm… in FFIAbilityDelegatorExecuteShellCommand() local107 if (cJShellCmdResult == nullptr) { in FFIAbilityDelegatorExecuteShellCommand()111 return cJShellCmdResult->GetID(); in FFIAbilityDelegatorExecuteShellCommand()