Home
last modified time | relevance | path

Searched refs:IsInsightIntentExecute (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dinsight_intent_execute_param.h55 static bool IsInsightIntentExecute(const AAFwk::Want &want);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dability_permission_util.cpp70 if (isDelegatorCall || InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in IsDominateScreen()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_param.cpp69 bool InsightIntentExecuteParam::IsInsightIntentExecute(const AAFwk::Want &want) in IsInsightIntentExecute() function in OHOS::AppExecFwk::InsightIntentExecuteParam
H A Dfree_install_manager.cpp535 if (!InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnInstallFinished()
H A Dability_record.cpp509 if (InsightIntentExecuteParam::IsInsightIntentExecute(GetWant())) { in PostForegroundTimeoutTask()
537 if (InsightIntentExecuteParam::IsInsightIntentExecute(GetWant())) { in PostUIExtensionAbilityTimeoutTask()
1257 if (InsightIntentExecuteParam::IsInsightIntentExecute(GetWant())) { in BackgroundAbility()
H A Dability_manager_service.cpp3078 if (InsightIntentExecuteParam::IsInsightIntentExecute(extensionSessionInfo->want)) { in StartUIExtensionAbility()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension_impl.cpp148 AppExecFwk::InsightIntentExecuteParam::IsInsightIntentExecute(want); in UIExtensionAbilityExecuteInsightIntent()
422 …if (!AppExecFwk::InsightIntentExecuteParam::IsInsightIntentExecute(want) || !skipCommandExtensionW… in CommandExtension()
H A Dui_ability_impl.cpp605 if (!InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in AbilityTransaction()
618 if (!InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in AbilityTransaction()
H A Dextension_ability_thread.cpp463 if (AppExecFwk::InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in ScheduleCommandAbility()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_base.cpp228 if (InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnStart()
382 …if (InsightIntentExecuteParam::IsInsightIntentExecute(want) && winCmd == AAFwk::WIN_CMD_FOREGROUND… in OnCommandWindow()
572 if (InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnForeground()
H A Djs_ui_extension.cpp261 if (InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnStart()
435 …if (InsightIntentExecuteParam::IsInsightIntentExecute(want) && winCmd == AAFwk::WIN_CMD_FOREGROUND… in OnCommandWindow()
626 if (InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnForeground()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp329 if (InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnStart()
1271 if (InsightIntentExecuteParam::IsInsightIntentExecute(want)) { in OnNewWant()