/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.12/ |
H A D | changelog-bundlemanager.md | 12 ## cl.bundlemanager.2 app.json配置文件新增bundleType标签 13 配置文件app.json中新增bundleType标签 16 …tion-dev/quick-start/module-configuration-file.md)为true),必须在app.json中指定bundleType为atomicService,否则… 19 新增[bundleType](../../../application-dev/quick-start/app-configuration-file.md)标签。该标签为可缺省(缺省值为app)。该… 20 - 当bundleType为app时,installationFree必须为false。 21 - 当bundleType为atomicService时,installationFree必须为true。
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ecological_rule_interceptor.cpp | 143 targetAbilityInfo.applicationInfo.bundleType)); in GetEcologicalTargetInfo() 150 abilityInfo->applicationInfo.bundleType)); in GetEcologicalTargetInfo() 189 if (callerAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo() 192 } else if (callerAppInfo.bundleType == AppExecFwk::BundleType::APP) { in GetEcologicalCallerInfo() 198 } else if (callerAppInfo.bundleType == AppExecFwk::BundleType::APP_SERVICE_FWK) { in GetEcologicalCallerInfo() 226 int32_t EcologicalRuleInterceptor::GetAppTypeByBundleType(int32_t bundleType) in GetAppTypeByBundleType() argument 228 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::ATOMIC_SERVICE)) { in GetAppTypeByBundleType() 231 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::APP)) { in GetAppTypeByBundleType() 234 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::APP_SERVICE_FWK)) { in GetAppTypeByBundleType()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | recoverable_application_info.cpp | 43 bundleType = static_cast<BundleType>(parcel.ReadInt32()); in ReadFromParcel() 60 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, static_cast<int32_t>(bundleType)); in Marshalling() 87 {JSON_KEY_BUNDLE_TYPE, recoverableApplicationInfo.bundleType}, in to_json() 107 …recoverableApplicationInfo.bundleType, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.12/ |
H A D | changelog-bundlemanager.md | 12 ## cl.bundlemanager.2 Added the bundleType Tag to the app.json File 13 The **bundleType** tag is added to the **app.json** file. 16 …ation-dev/quick-start/module-configuration-file.md) set to **true**, **bundleType** must be set to… 19 Add the [bundleType](../../../application-dev/quick-start/app-configuration-file.md) tag. This tag … 20 - If **bundleType** is **app**, **installationFree** must be set to **false**. 21 - If **bundleType** is **atomicService**, **installationFree** must be set to **true**.
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.cpp | 49 {KEY_BUNDLE_TYPE, uninstallBundleInfo.bundleType}, in to_json() 84 uninstallBundleInfo.bundleType, JsonType::NUMBER, false, parseResult, ArrayType::NOT_ARRAY); in from_json() 105 bundleType = BundleType::APP; in Init()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AppLaunchConverter.h | 118 point.bundleType = data.bundleType; in ConvertToAppForeground() 132 point.bundleType = data.bundleType; in ConvertToAbilityForeground()
|
/ohos5.0/base/request/request/services/include/ |
H A D | c_task_config.h | 55 uint8_t bundleType; member 81 uint8_t bundleType; member
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/converter/ |
H A D | AppMonitorDataConverter.h | 54 appEvtData.bundleType = evt.bundleType; in ConvertXperfEvtToAppEvtData()
|
H A D | AppLaunchMonitorConverter.h | 63 checkPointData.bundleType = appEvtData.bundleType; in ConvertAppEvtDataToCheckPointData()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | running_process_info.cpp | 52 bundleType = static_cast<int32_t>(bundleTypeData); in ReadFromParcel() 90 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, static_cast<int32_t>(bundleType)); in Marshalling()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrecologicalruleinterceptor_fuzzer/ |
H A D | abilitymgrecologicalruleinterceptor_fuzzer.cpp | 81 int32_t bundleType = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local 87 executer->GetAppTypeByBundleType(bundleType); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 262 void SetBundleType(BundleType bundleType) in SetBundleType() argument 264 bundleType_ = bundleType; in SetBundleType()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-Release/ |
H A D | changelogs-bundlemanager.md | 241 ## cl.bundlemanager.21 app.json配置文件新增bundleType标签 242 配置文件app.json中新增bundleType标签 245 …tion-dev/quick-start/module-configuration-file.md)为true),必须在app.json中指定bundleType为atomicService,否则… 248 新增[bundleType](../../../application-dev/quick-start/app-configuration-file.md)标签。该标签为可缺省(缺省值为app)。该… 249 - 当bundleType为app时,installationFree必须为false。 250 - 当bundleType为atomicService时,installationFree必须为true。
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-recoverableApplicationInfo-sys.md | 26 | bundleType |[BundleType](js-apis-bundleManager.md#bundletype) | 是 | 否 | 标识包…
|
H A D | js-apis-inner-application-processInformation.md | 26 | bundleType<sup>12+</sup> | [bundleManager.BundleType](js-apis-bundleManager.md#bundletype) | 否 | …
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | recoverable_application_info.h | 32 BundleType bundleType = BundleType::APP; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 241 std::string bundleType = Profile::BUNDLE_TYPE_APP; member 1153 app.bundleType, in from_json() 1917 BundleType bundleType = BundleType::APP; in ParserAtomicConfig() local 1920 bundleType = BundleType::ATOMIC_SERVICE; in ParserAtomicConfig() 1922 bundleType = BundleType::SHARED; in ParserAtomicConfig() 1924 bundleType = BundleType::APP_SERVICE_FWK; in ParserAtomicConfig() 1928 innerBundleInfo.SetApplicationBundleType(bundleType); in ParserAtomicConfig() 2139 if (applicationInfo.bundleType == BundleType::APP && in ToApplicationInfo() 2485 if (bundleType == BundleType::ATOMIC_SERVICE) { in SetInstallationFree() 2646 if (applicationInfo.bundleType == BundleType::SHARED) { in ToInnerBundleInfo() [all …]
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/ |
H A D | IAppLaunchSceneDb.h | 104 int32_t bundleType{0}; 116 int32_t bundleType{0};
|
/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_report.cpp | 156 EVENT_KEY_BUNDLE_TYPE, eventInfo.bundleType, in LogAbilityOnForegroundEvent() 169 EVENT_KEY_BUNDLE_TYPE, eventInfo.bundleType); in LogAbilityOnBackgroundEvent() 182 EVENT_KEY_BUNDLE_TYPE, eventInfo.bundleType, in LogAbilityOnActiveEvent() 427 EVENT_KEY_BUNDLE_TYPE, eventInfo.bundleType, in SendAppForegroundEvent() 451 EVENT_KEY_BUNDLE_TYPE, eventInfo.bundleType, in SendAppBackgroundEvent()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.h | 34 BundleType bundleType = BundleType::APP; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckapplabelinfo_fuzzer/ |
H A D | appservicefwkinstallercheckapplabelinfo_fuzzer.cpp | 34 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | running_process_info.h | 66 std::int32_t bundleType = 0; member
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/ |
H A D | ecological_rule_interceptor.h | 49 static int32_t GetAppTypeByBundleType(int32_t bundleType);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/ |
H A D | IAppThrExecutor.h | 53 int32_t bundleType{0};
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | app-configuration-file.md | 55 | bundleType| 标识应用的Bundle类型,用于区分应用或者原子化服务。支持的取值如下:<br/>- app:当前Bundle为应用。<br/>- atomicSer… 81 | [multiAppMode](#multiappmode标签) | 标识当前应用配置的多开模式。仅bundleType为app的应用的entry或feature模块配置有效,存在多个模块时,以e…
|