Home
last modified time | relevance | path

Searched refs:CompatiblePolicy (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/shared/
H A Dshared_bundle_info.h31 CompatiblePolicy compatiblePolicy = CompatiblePolicy::NORMAL;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/shared/
H A Dshared_bundle_info.cpp35 compatiblePolicy = static_cast<CompatiblePolicy>(parcel.ReadInt32()); in ReadFromParcel()
96 GetValueIfFindKey<CompatiblePolicy>(jsonObject, in from_json()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-sharedBundleInfo-sys.md22 | compatiblePolicy | bundleManager.CompatiblePolicy | 是 | 否 | 共享包兼容策略的类型。 |
H A Djs-apis-bundleManager.md157 ### CompatiblePolicy<sup>10+</sup>
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-sharedBundleInfo-sys.md22 | compatiblePolicy | bundleManager.CompatiblePolicy | Yes | No | Compatibility type of the shared…
H A Djs-apis-bundleManager.md150 ### CompatiblePolicy<sup>10+</sup>
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-bundle.md17 |新增|NA|模块名: ohos.bundle.bundleManager<br>类名: CompatiblePolicy|@ohos.bundle.bundleManager.d.ts|
18 |新增|NA|模块名: ohos.bundle.bundleManager<br>类名: CompatiblePolicy<br>方法 or 属性:BACKWARD_COMPATIBILITY = …
87 …redBundleInfo<br>方法 or 属性: readonly compatiblePolicy: bundleManager.CompatiblePolicy;|SharedBundle…
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h53 enum class CompatiblePolicy { enum
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-bundle.md17 |Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: CompatiblePolicy|@ohos.bundle.bundl…
18 |Added|NA|Module name: ohos.bundle.bundleManager<br>Class name: CompatiblePolicy<br>Method or attri…
87 …>Method or attribute name: readonly compatiblePolicy: bundleManager.CompatiblePolicy;|SharedBundle…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h64 enum class CompatiblePolicy { enum
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-bundle.md40 |新增|NA|类名:CompatiblePolicy;<br>方法or属性:BACKWARD_COMPATIBILITY = 1|@ohos.bundle.bundleManager.d.ts|
103 |新增|NA|类名:SharedBundleInfo;<br>方法or属性:readonly compatiblePolicy: bundleManager.CompatiblePolicy;|Sh…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4428 …NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(CompatiblePolicy::NORMAL), … in CreateCompatiblePolicyObject()
4433 … env, static_cast<int32_t>(CompatiblePolicy::BACKWARD_COMPATIBILITY), &nBackwardCompatibility)); in CreateCompatiblePolicyObject()
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-bundle.md40 |Added|NA|Class name: CompatiblePolicy;<br>Method or attribute name: BACKWARD_COMPATIBILITY = 1|@oh…
103 …>Method or attribute name: readonly compatiblePolicy: bundleManager.CompatiblePolicy;|SharedBundle…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp2135 sharedBundleInfo.compatiblePolicy = CompatiblePolicy::BACKWARD_COMPATIBILITY; in GetSharedBundleInfo()