Searched refs:JsInsightIntentExecutor (Results 1 – 3 of 3) sorted by relevance
40 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::JsInsightIntentExecutor51 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 …]
29 … return static_cast<std::shared_ptr<InsightIntentExecutor>>(JsInsightIntentExecutor::Create( in Create()
32 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;