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 D | insight_intent_executor_mgr.cpp | 23 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 D | insight_intent_executor_mgr.h | 32 class InsightIntentExecutorMgr : public std::enable_shared_from_this<InsightIntentExecutorMgr> { 33 DECLARE_DELAYED_SINGLETON(InsightIntentExecutorMgr)
|
H A D | mock_insight_intent_executor_mgr.cpp | 20 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 D | insight_intent_executor_mgr.h | 32 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 D | cj_ui_ability.cpp | 560 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 D | js_ui_ability.cpp | 947 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 D | js_service_extension.cpp | 489 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 D | js_ui_extension_base.cpp | 447 int32_t ret = DelayedSingleton<InsightIntentExecutorMgr>::GetInstance()->ExecuteInsightIntent( in ForegroundWindowWithInsightIntent()
|
H A D | js_ui_extension.cpp | 504 int32_t ret = DelayedSingleton<InsightIntentExecutorMgr>::GetInstance()->ExecuteInsightIntent( in ForegroundWindowWithInsightIntent()
|