Home
last modified time | relevance | path

Searched refs:resultCpp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.cpp243 if (!UnwrapExecuteResult(env, resultJs, *resultCpp)) { in GetResultFromJs()
246 return resultCpp; in GetResultFromJs()
263 std::shared_ptr<AppExecFwk::InsightIntentExecuteResult> resultCpp = in ResolveCbCpp() local
265 JsInsightIntentExecutor::ReplySucceeded(callback, resultCpp); in ResolveCbCpp()
292 std::shared_ptr<AppExecFwk::InsightIntentExecuteResult> resultCpp) in ReplySucceeded() argument
298 if (resultCpp == nullptr) { in ReplySucceeded()
302 resultCpp->innerErr = InsightIntentInnerErr::INSIGHT_INTENT_ERR_OK; in ReplySucceeded()
303 callback->Call(*resultCpp); in ReplySucceeded()
320 JsInsightIntentExecutor::ReplySucceeded(callback, resultCpp); in ReplySucceededInner()
360 if (resultCpp == nullptr) { in HandleResultReturnedFromJsFunc()
[all …]
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.h119 std::shared_ptr<AppExecFwk::InsightIntentExecuteResult> resultCpp);
121 void ReplySucceededInner(std::shared_ptr<AppExecFwk::InsightIntentExecuteResult> resultCpp);