/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_utils.cpp | 29 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 D | insight_intent_profile.cpp | 43 const std::map<std::string, ExecuteMode> executeModeMap = { 44 {"foreground", ExecuteMode::UI_ABILITY_FOREGROUND}, 45 {"background", ExecuteMode::UI_ABILITY_BACKGROUND}
|
H A D | insight_intent_execute_manager.cpp | 78 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 D | free_install_manager.cpp | 746 auto executeMode = static_cast<AppExecFwk::ExecuteMode>( in NotifyInsightIntentFreeInstallResult()
|
H A D | ability_manager_service.cpp | 3080 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 D | insight_intent_profile.h | 26 using ExecuteMode = AppExecFwk::ExecuteMode; variable 30 std::vector<ExecuteMode> supportExecuteMode {};
|
H A D | insight_intent_utils.h | 30 const AppExecFwk::ExecuteMode &executeMode, std::string &srcEntry);
|
H A D | insight_intent_execute_param.h | 32 enum ExecuteMode { enum
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentutils_fuzzer/ |
H A D | abilitymgrinsightintentutils_fuzzer.cpp | 72 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 D | js-apis-app-ability-insightIntentDriver-sys.md | 36 | 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 D | js-apis-app-ability-insightIntent-sys.md | 19 ## ExecuteMode section
|
H A D | js-apis-app-ability-insightIntent.md | 17 ## ExecuteMode section
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-insightIntentDriver-sys.md | 36 | 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 D | js-apis-app-ability-insightIntent-sys.md | 19 ## ExecuteMode section
|
H A D | js-apis-app-ability-insightIntent.md | 17 ## ExecuteMode section
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_execute_manager_test/ |
H A D | insight_intent_utils_mock.cpp | 21 const AppExecFwk::ExecuteMode &executeMode, std::string &srcEntry) in GetSrcEntry()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/ |
H A D | napi_common_execute_param.cpp | 88 if (executeMode == ExecuteMode::UI_ABILITY_FOREGROUND && in UnwrapExecuteParam()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | insight_intent_execute_manager.h | 77 int32_t CheckAndUpdateWant(Want &want, AppExecFwk::ExecuteMode executeMode);
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentexecutemanager_fuzzer/ |
H A D | abilitymgrinsightintentexecutemanager_fuzzer.cpp | 86 ExecuteMode executeMode = UI_ABILITY_FOREGROUND; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/ |
H A D | avsession_dynamic_insight.cpp | 150 executeParam.executeMode_ = AppExecFwk::ExecuteMode::UI_ABILITY_BACKGROUND; in GetPlayIntentParam()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ui_ability.cpp | 1068 if (executeParam->executeMode_ == AppExecFwk::ExecuteMode::UI_ABILITY_FOREGROUND in GetInsightIntentExecutorInfo()
|