Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Dinsight_intent_executor_mgr.cpp48 auto executorMgr = weak.lock(); in ExecuteInsightIntent() local
49 if (executorMgr == nullptr) { in ExecuteInsightIntent()
53 executorMgr->RemoveInsightIntentExecutor(intentId); in ExecuteInsightIntent()