Searched refs:TriggerCallbackInner (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/ |
H A D | insight_intent_executor_mgr.cpp | 40 …TriggerCallbackInner(std::move(callback), static_cast<int32_t>(AbilityErrorCode::ERROR_CODE_INVALI… in ExecuteInsightIntent() 61 …TriggerCallbackInner(std::move(callback), static_cast<int32_t>(AbilityErrorCode::ERROR_CODE_INVALI… in ExecuteInsightIntent() 67 …TriggerCallbackInner(std::move(callback), static_cast<int32_t>(AbilityErrorCode::ERROR_CODE_INVALI… in ExecuteInsightIntent() 100 void InsightIntentExecutorMgr::TriggerCallbackInner( in TriggerCallbackInner() function in OHOS::AbilityRuntime::InsightIntentExecutorMgr
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | insight_intent_executor_mgr.h | 39 …static void TriggerCallbackInner(std::unique_ptr<InsightIntentExecutorAsyncCallback> callback, int… in TriggerCallbackInner() function
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/ |
H A D | insight_intent_executor_mgr.h | 38 …static void TriggerCallbackInner(std::unique_ptr<InsightIntentExecutorAsyncCallback> callback, int…
|
/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() 987 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), ERR_OK); in ExecuteInsightIntentMoveToForeground() 1011 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), in ExecuteInsightIntentMoveToForeground() 1031 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), ERR_OK); in ExecuteInsightIntentBackground() 1043 InsightIntentExecutorMgr::TriggerCallbackInner(std::move(callback), 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()
|