Home
last modified time | relevance | path

Searched refs:JsInsightIntentExecutor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.cpp40 std::shared_ptr<JsInsightIntentExecutor> JsInsightIntentExecutor::Create(JsRuntime& runtime) in Create()
42 … std::shared_ptr<JsInsightIntentExecutor> ptr(new (std::nothrow) JsInsightIntentExecutor(runtime)); in Create()
46 using State = JsInsightIntentExecutor::State;
48 JsInsightIntentExecutor::JsInsightIntentExecutor(JsRuntime& runtime) : runtime_(runtime) in JsInsightIntentExecutor() function in OHOS::AbilityRuntime::JsInsightIntentExecutor
51 JsInsightIntentExecutor::~JsInsightIntentExecutor() in ~JsInsightIntentExecutor()
102 bool JsInsightIntentExecutor::ExecuteIntentCheckError() in ExecuteIntentCheckError()
108 bool JsInsightIntentExecutor::HandleExecuteIntent( in HandleExecuteIntent()
188 bool JsInsightIntentExecutor::CallJsFunctionWithResult( in CallJsFunctionWithResult()
260 JsInsightIntentExecutor::ReplyFailed(callback); in ResolveCbCpp()
274 JsInsightIntentExecutor::ReplyFailed(callback); in RejectCbCpp()
[all …]
H A Dinsight_intent_executor.cpp29 … return static_cast<std::shared_ptr<InsightIntentExecutor>>(JsInsightIntentExecutor::Create( in Create()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.h32 class JsInsightIntentExecutor final : public InsightIntentExecutor {
34 static std::shared_ptr<JsInsightIntentExecutor> Create(JsRuntime& runtime);
55 explicit JsInsightIntentExecutor(JsRuntime& runtime);
57 JsInsightIntentExecutor(const JsInsightIntentExecutor&) = delete;
58 JsInsightIntentExecutor(const JsInsightIntentExecutor&&) = delete;
59 JsInsightIntentExecutor& operator=(const JsInsightIntentExecutor&) = delete;
60 JsInsightIntentExecutor& operator=(const JsInsightIntentExecutor&&) = delete;
61 ~JsInsightIntentExecutor() override;