Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Dinsight_intent_executor_mgr.cpp23 InsightIntentExecutorMgr::InsightIntentExecutorMgr() in InsightIntentExecutorMgr() function in OHOS::AbilityRuntime::InsightIntentExecutorMgr
28 InsightIntentExecutorMgr::~InsightIntentExecutorMgr() in ~InsightIntentExecutorMgr()
33 bool InsightIntentExecutorMgr::ExecuteInsightIntent(Runtime& runtime, const InsightIntentExecutorIn… in ExecuteInsightIntent()
85 void InsightIntentExecutorMgr::AddInsightIntentExecutor(uint64_t intentId, in AddInsightIntentExecutor()
93 void InsightIntentExecutorMgr::RemoveInsightIntentExecutor(uint64_t intentId) in RemoveInsightIntentExecutor()
100 void InsightIntentExecutorMgr::TriggerCallbackInner( in TriggerCallbackInner()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dinsight_intent_executor_mgr.h32 class InsightIntentExecutorMgr : public std::enable_shared_from_this<InsightIntentExecutorMgr> {
33 DECLARE_DELAYED_SINGLETON(InsightIntentExecutorMgr)
H A Dmock_insight_intent_executor_mgr.cpp20 bool InsightIntentExecutorMgr::ExecuteInsightIntent(Runtime& runtime, const InsightIntentExecutorIn… in ExecuteInsightIntent()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/
H A Dinsight_intent_executor_mgr.h32 class InsightIntentExecutorMgr : public std::enable_shared_from_this<InsightIntentExecutorMgr> {
33 DECLARE_DELAYED_SINGLETON(InsightIntentExecutorMgr)
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Dcj_ui_ability.cpp560 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), ERR_OK); in ExecuteInsightIntentRepeateForeground()
579 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), in ExecuteInsightIntentRepeateForeground()
593 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), ERR_OK); in ExecuteInsightIntentMoveToForeground()
614 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), in ExecuteInsightIntentMoveToForeground()
H A Djs_ui_ability.cpp947 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), ERR_OK); in ExecuteInsightIntentRepeateForeground()
966 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), in ExecuteInsightIntentRepeateForeground()
971 ret = DelayedSingleton<InsightIntentExecutorMgr>::GetInstance()->ExecuteInsightIntent( in ExecuteInsightIntentRepeateForeground()
987 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), ERR_OK); in ExecuteInsightIntentMoveToForeground()
1011 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), in ExecuteInsightIntentMoveToForeground()
1016 ret = DelayedSingleton<InsightIntentExecutorMgr>::GetInstance()->ExecuteInsightIntent( in ExecuteInsightIntentMoveToForeground()
1031 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), ERR_OK); in ExecuteInsightIntentBackground()
1043 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), in ExecuteInsightIntentBackground()
1048 ret = DelayedSingleton<InsightIntentExecutorMgr>::GetInstance()->ExecuteInsightIntent( in ExecuteInsightIntentBackground()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension.cpp489 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), in HandleInsightIntent()
515 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), in HandleInsightIntent()
519 ret = DelayedSingleton<InsightIntentExecutorMgr>::GetInstance()->ExecuteInsightIntent( in HandleInsightIntent()
/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()