Home
last modified time | relevance | path

Searched refs:ExecuteMode (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_utils.cpp29 const AppExecFwk::ExecuteMode &executeMode) in CheckAbilityName()
33 case AppExecFwk::ExecuteMode::UI_ABILITY_FOREGROUND: in CheckAbilityName()
34 case AppExecFwk::ExecuteMode::UI_ABILITY_BACKGROUND: in CheckAbilityName()
37 case AppExecFwk::ExecuteMode::UI_EXTENSION_ABILITY: in CheckAbilityName()
40 case AppExecFwk::ExecuteMode::SERVICE_EXTENSION_ABILITY: in CheckAbilityName()
54 const AppExecFwk::ExecuteMode &executeMode, std::string &srcEntry) in GetSrcEntry()
H A Dinsight_intent_profile.cpp43 const std::map<std::string, ExecuteMode> executeModeMap = {
44 {"foreground", ExecuteMode::UI_ABILITY_FOREGROUND},
45 {"background", ExecuteMode::UI_ABILITY_BACKGROUND}
H A Dinsight_intent_execute_manager.cpp78 int32_t InsightIntentExecuteManager::CheckAndUpdateWant(Want &want, ExecuteMode executeMode) in CheckAndUpdateWant()
226 static_cast<AppExecFwk::ExecuteMode>(param->executeMode_), srcEntry); in GenerateWant()
230 param->executeMode_ == AppExecFwk::ExecuteMode::UI_ABILITY_FOREGROUND) { in GenerateWant()
H A Dfree_install_manager.cpp746 auto executeMode = static_cast<AppExecFwk::ExecuteMode>( in NotifyInsightIntentFreeInstallResult()
H A Dability_manager_service.cpp3080 extensionSessionInfo->want, AppExecFwk::ExecuteMode::UI_EXTENSION_ABILITY); in StartUIExtensionAbility()
10864 case AppExecFwk::ExecuteMode::UI_ABILITY_FOREGROUND: in ExecuteIntent()
10868 case AppExecFwk::ExecuteMode::UI_ABILITY_BACKGROUND: { in ExecuteIntent()
10873 case AppExecFwk::ExecuteMode::UI_EXTENSION_ABILITY: in ExecuteIntent()
10877 case AppExecFwk::ExecuteMode::SERVICE_EXTENSION_ABILITY: in ExecuteIntent()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dinsight_intent_profile.h26 using ExecuteMode = AppExecFwk::ExecuteMode; variable
30 std::vector<ExecuteMode> supportExecuteMode {};
H A Dinsight_intent_utils.h30 const AppExecFwk::ExecuteMode &executeMode, std::string &srcEntry);
H A Dinsight_intent_execute_param.h32 enum ExecuteMode { enum
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentutils_fuzzer/
H A Dabilitymgrinsightintentutils_fuzzer.cpp72 infos->GetSrcEntry(element, jsonStr, AppExecFwk::ExecuteMode::UI_ABILITY_FOREGROUND, srcEntry); in DoSomethingInterestingWithMyAPI()
73 infos->GetSrcEntry(element, jsonStr, AppExecFwk::ExecuteMode::UI_ABILITY_BACKGROUND, srcEntry); in DoSomethingInterestingWithMyAPI()
74 infos->GetSrcEntry(element, jsonStr, AppExecFwk::ExecuteMode::UI_EXTENSION_ABILITY, srcEntry); in DoSomethingInterestingWithMyAPI()
75 …infos->GetSrcEntry(element, jsonStr, AppExecFwk::ExecuteMode::SERVICE_EXTENSION_ABILITY, srcEntry); in DoSomethingInterestingWithMyAPI()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-insightIntentDriver-sys.md36 | executeMode | [insightIntent.ExecuteMode](js-apis-app-ability-insightIntent.md#executemode) | 是 |…
45 当意图调用执行模式[ExecuteMode](js-apis-app-ability-insightIntent.md#executemode)取值为UI_ABILITY_BACKGROUND时,需…
101 executeMode: insightIntent.ExecuteMode.UI_ABILITY_FOREGROUND,
126 当意图调用执行模式[ExecuteMode](js-apis-app-ability-insightIntent.md#executemode)取值为UI_ABILITY_BACKGROUND时,需…
187 executeMode: insightIntent.ExecuteMode.UI_ABILITY_FOREGROUND,
H A Djs-apis-app-ability-insightIntent-sys.md19 ## ExecuteMode section
H A Djs-apis-app-ability-insightIntent.md17 ## ExecuteMode section
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-insightIntentDriver-sys.md36 | executeMode | [insightIntent.ExecuteMode](js-apis-app-ability-insightIntent.md#executemode) | Yes…
47 When [ExecuteMode](js-apis-app-ability-insightIntent.md#executemode) of the InsightIntent call is s…
103 executeMode: insightIntent.ExecuteMode.UI_ABILITY_FOREGROUND,
130 When [ExecuteMode](js-apis-app-ability-insightIntent.md#executemode) of the InsightIntent call is s…
191 executeMode: insightIntent.ExecuteMode.UI_ABILITY_FOREGROUND,
H A Djs-apis-app-ability-insightIntent-sys.md19 ## ExecuteMode section
H A Djs-apis-app-ability-insightIntent.md17 ## ExecuteMode section
/ohos5.0/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_manager_test/
H A Dinsight_intent_utils_mock.cpp21 const AppExecFwk::ExecuteMode &executeMode, std::string &srcEntry) in GetSrcEntry()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_execute_param.cpp88 if (executeMode == ExecuteMode::UI_ABILITY_FOREGROUND && in UnwrapExecuteParam()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dinsight_intent_execute_manager.h77 int32_t CheckAndUpdateWant(Want &want, AppExecFwk::ExecuteMode executeMode);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentexecutemanager_fuzzer/
H A Dabilitymgrinsightintentexecutemanager_fuzzer.cpp86 ExecuteMode executeMode = UI_ABILITY_FOREGROUND; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Davsession_dynamic_insight.cpp150 executeParam.executeMode_ = AppExecFwk::ExecuteMode::UI_ABILITY_BACKGROUND; in GetPlayIntentParam()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp1068 if (executeParam->executeMode_ == AppExecFwk::ExecuteMode::UI_ABILITY_FOREGROUND in GetInsightIntentExecutorInfo()