Home
last modified time | relevance | path

Searched refs:CompatiblePolicy (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/shared/
H A Dshared_bundle_info.h31 CompatiblePolicy compatiblePolicy = CompatiblePolicy::NORMAL;
/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()
94 GetValueIfFindKey<CompatiblePolicy>(jsonObject, in from_json()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h53 enum class CompatiblePolicy { class
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h64 enum class CompatiblePolicy { class
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4415 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, static_cast<int32_t>(CompatiblePolicy::NORMAL), &nNORMAL)); in CreateCompatiblePolicyObject()
4420 env, static_cast<int32_t>(CompatiblePolicy::BACKWARD_COMPATIBILITY), &nBackwardCompatibility)); in CreateCompatiblePolicyObject()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp2009 sharedBundleInfo.compatiblePolicy = CompatiblePolicy::BACKWARD_COMPATIBILITY; in GetSharedBundleInfo()

Completed in 19 milliseconds