Home
last modified time | relevance | path

Searched refs:InsightIntentInnerErr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.h117InsightIntentInnerErr innerErr = InsightIntentInnerErr::INSIGHT_INTENT_EXECUTE_REPLY_FAILED);
120 …void ReplyFailedInner(InsightIntentInnerErr innerErr = InsightIntentInnerErr::INSIGHT_INTENT_EXECU…
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dinsight_intent_constant.h31 enum InsightIntentInnerErr { enum
H A Dinsight_intent_execute_result.h35 int32_t innerErr = AbilityRuntime::InsightIntentInnerErr::INSIGHT_INTENT_ERR_OK;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.cpp279 InsightIntentInnerErr innerErr) in ReplyFailed()
302 resultCpp->innerErr = InsightIntentInnerErr::INSIGHT_INTENT_ERR_OK; in ReplySucceeded()
307 void JsInsightIntentExecutor::ReplyFailedInner(InsightIntentInnerErr innerErr) in ReplyFailedInner()