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 D | cj_ui_ability.h | 242 void ExecuteInsightIntentRepeateForeground(const Want &want,
|
H A D | js_ui_ability.h | 256 void ExecuteInsightIntentRepeateForeground(const Want &want,
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ui_ability_impl.h | 240 inline void ExecuteInsightIntentRepeateForeground(const Want &want,
|
H A D | ui_ability.h | 506 virtual void ExecuteInsightIntentRepeateForeground(const AAFwk::Want &want,
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ui_ability_impl.cpp | 700 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 D | ui_ability.cpp | 1115 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 D | cj_ui_ability.cpp | 552 void CJUIAbility::ExecuteInsightIntentRepeateForeground(const Want &want, in ExecuteInsightIntentRepeateForeground() function in OHOS::AbilityRuntime::CJUIAbility
|
H A D | js_ui_ability.cpp | 939 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 D | cj_ui_ability_test.cpp | 761 initedCJUIAbility_->ExecuteInsightIntentRepeateForeground(want, nullptr, std::move(callback));
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ui_ability_test.cpp | 975 ability->ExecuteInsightIntentRepeateForeground(want, nullptr, nullptr);
|