Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_insight_intent_executor_mgr.cpp20 bool InsightIntentExecutorMgr::ExecuteInsightIntent(Runtime& runtime, const InsightIntentExecutorIn… in ExecuteInsightIntent() function in OHOS::AbilityRuntime::InsightIntentExecutorMgr
H A Dinsight_intent_executor_mgr.h36 bool ExecuteInsightIntent(Runtime& runtime, const InsightIntentExecutorInfo &executeInfo,
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/
H A Dinsight_intent_executor_mgr.h36 bool ExecuteInsightIntent(Runtime& runtime, const InsightIntentExecutorInfo &executeInfo,
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Dinsight_intent_executor_mgr.cpp33 bool InsightIntentExecutorMgr::ExecuteInsightIntent(Runtime& runtime, const InsightIntentExecutorIn… in ExecuteInsightIntent() function in OHOS::AbilityRuntime::InsightIntentExecutorMgr
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp971 ret = DelayedSingleton<InsightIntentExecutorMgr>::GetInstance()->ExecuteInsightIntent( in ExecuteInsightIntentRepeateForeground()
1016 ret = DelayedSingleton<InsightIntentExecutorMgr>::GetInstance()->ExecuteInsightIntent( in ExecuteInsightIntentMoveToForeground()
1048 ret = DelayedSingleton<InsightIntentExecutorMgr>::GetInstance()->ExecuteInsightIntent( in ExecuteInsightIntentBackground()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_base.cpp447 int32_t ret = DelayedSingleton<InsightIntentExecutorMgr>::GetInstance()->ExecuteInsightIntent( in ForegroundWindowWithInsightIntent()
H A Djs_ui_extension.cpp504 int32_t ret = DelayedSingleton<InsightIntentExecutorMgr>::GetInstance()->ExecuteInsightIntent( in ForegroundWindowWithInsightIntent()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension.cpp519 ret = DelayedSingleton<InsightIntentExecutorMgr>::GetInstance()->ExecuteInsightIntent( in HandleInsightIntent()