Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ability_runtime/
H A Dcj_ui_ability.h242 void ExecuteInsightIntentRepeateForeground(const Want &want,
H A Djs_ui_ability.h256 void ExecuteInsightIntentRepeateForeground(const Want &want,
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dui_ability_impl.h240 inline void ExecuteInsightIntentRepeateForeground(const Want &want,
H A Dui_ability.h506 virtual void ExecuteInsightIntentRepeateForeground(const AAFwk::Want &want,
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability_impl.cpp700 ExecuteInsightIntentRepeateForeground(want, executeParam, std::move(intentCb)); in HandleExecuteInsightIntentForeground()
708 void UIAbilityImpl::ExecuteInsightIntentRepeateForeground(const Want &want, in ExecuteInsightIntentRepeateForeground() function in OHOS::AbilityRuntime::UIAbilityImpl
727 ability_->ExecuteInsightIntentRepeateForeground(want, executeParam, std::move(callback)); in ExecuteInsightIntentRepeateForeground()
H A Dui_ability.cpp1115 void UIAbility::ExecuteInsightIntentRepeateForeground(const AAFwk::Want &want, in ExecuteInsightIntentRepeateForeground() function in OHOS::AbilityRuntime::UIAbility
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Dcj_ui_ability.cpp552 void CJUIAbility::ExecuteInsightIntentRepeateForeground(const Want &want, in ExecuteInsightIntentRepeateForeground() function in OHOS::AbilityRuntime::CJUIAbility
H A Djs_ui_ability.cpp939 void JsUIAbility::ExecuteInsightIntentRepeateForeground(const Want &want, in ExecuteInsightIntentRepeateForeground() function in OHOS::AbilityRuntime::JsUIAbility
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ui_ability_test/
H A Dcj_ui_ability_test.cpp761 initedCJUIAbility_->ExecuteInsightIntentRepeateForeground(want, nullptr, std::move(callback));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dui_ability_test.cpp975 ability->ExecuteInsightIntentRepeateForeground(want, nullptr, nullptr);