Home
last modified time | relevance | path

Searched refs:bundleType (Results 1 – 25 of 121) sorted by relevance

12345

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.12/
H A Dchangelog-bundlemanager.md12 ## 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 Decological_rule_interceptor.cpp143 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 Drecoverable_application_info.cpp43 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 Dchangelog-bundlemanager.md12 ## 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 Duninstall_bundle_info.cpp49 {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 DAppLaunchConverter.h118 point.bundleType = data.bundleType; in ConvertToAppForeground()
132 point.bundleType = data.bundleType; in ConvertToAbilityForeground()
/ohos5.0/base/request/request/services/include/
H A Dc_task_config.h55 uint8_t bundleType; member
81 uint8_t bundleType; member
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DAppMonitorDataConverter.h54 appEvtData.bundleType = evt.bundleType; in ConvertXperfEvtToAppEvtData()
H A DAppLaunchMonitorConverter.h63 checkPointData.bundleType = appEvtData.bundleType; in ConvertAppEvtDataToCheckPointData()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Drunning_process_info.cpp52 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 Dabilitymgrecologicalruleinterceptor_fuzzer.cpp81 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 Dpre_install_bundle_info.h262 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 Dchangelogs-bundlemanager.md241 ## 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 Djs-apis-bundleManager-recoverableApplicationInfo-sys.md26 | bundleType |[BundleType](js-apis-bundleManager.md#bundletype) | 是 | 否 | 标识包…
H A Djs-apis-inner-application-processInformation.md26 | 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 Drecoverable_application_info.h32 BundleType bundleType = BundleType::APP; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp241 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 DIAppLaunchSceneDb.h104 int32_t bundleType{0};
116 int32_t bundleType{0};
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp156 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 Duninstall_bundle_info.h34 BundleType bundleType = BundleType::APP; member
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckapplabelinfo_fuzzer/
H A Dappservicefwkinstallercheckapplabelinfo_fuzzer.cpp34 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Drunning_process_info.h66 std::int32_t bundleType = 0; member
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Decological_rule_interceptor.h49 static int32_t GetAppTypeByBundleType(int32_t bundleType);
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIAppThrExecutor.h53 int32_t bundleType{0};
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dapp-configuration-file.md55 | bundleType| 标识应用的Bundle类型,用于区分应用或者原子化服务。支持的取值如下:<br/>-&nbsp;app:当前Bundle为应用。<br/>-&nbsp;atomicSer…
81 | [multiAppMode](#multiappmode标签) | 标识当前应用配置的多开模式。仅bundleType为app的应用的entry或feature模块配置有效,存在多个模块时,以e…

12345