Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/insight_intent/insight_intent_driver/
H A Djs_insight_intent_driver.cpp78 class JsInsightIntentDriver { class
80 JsInsightIntentDriver() = default;
81 ~JsInsightIntentDriver() = default;
86 std::unique_ptr<JsInsightIntentDriver>(static_cast<JsInsightIntentDriver*>(data)); in Finalizer()
91 GET_NAPI_INFO_AND_CALL(env, info, JsInsightIntentDriver, OnExecute); in Execute()
152 … std::unique_ptr<JsInsightIntentDriver> jsIntentDriver = std::make_unique<JsInsightIntentDriver>(); in JsInsightIntentDriverInit()
153 …napi_wrap(env, exportObj, jsIntentDriver.release(), JsInsightIntentDriver::Finalizer, nullptr, nul… in JsInsightIntentDriverInit()
156 BindNativeFunction(env, exportObj, "execute", moduleName, JsInsightIntentDriver::Execute); in JsInsightIntentDriverInit()