Home
last modified time | relevance | path

Searched refs:API_VERSION_MOD (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsys_cap_util.cpp30 const uint32_t API_VERSION_MOD = 1000; variable
87 apiCompatibleVersion = bundleInfo.targetVersion % API_VERSION_MOD; in GetApiCompatibleVersion()
/ohos5.0/foundation/communication/netmanager_base/utils/bundle_utils/src/
H A Dnet_bundle_impl.cpp101 static constexpr int32_t API_VERSION_MOD = 1000; in ObtainTargetApiVersionForSelf() local
114 auto targetApiVersion = bundleInfo.applicationInfo.apiTargetVersion % API_VERSION_MOD; in ObtainTargetApiVersionForSelf()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dstart_other_app_interceptor.cpp28 const uint32_t API_VERSION_MOD = 100; variable
142 return (applicationInfo.apiTargetVersion % API_VERSION_MOD < API_SINCE_VISION); in CheckCallerApiBelow12()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_ability.cpp22 #define API_VERSION_MOD 100 macro
179 return appInfo->apiTargetVersion % API_VERSION_MOD; in GetHapVersion()
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/
H A Djs_convertxml.h84 apiVersion_ = engine->GetApiVersion() % API_VERSION_MOD; in ConvertXml()
154 int32_t API_VERSION_MOD {100};
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_util.h26 constexpr uint32_t API_VERSION_MOD = 1000; variable
H A Drs_render_thread_util.cpp117 apiCompatibleVersion = bundleInfo.targetVersion % API_VERSION_MOD; in GetApiCompatibleVersion()
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_textencoder.h27 constexpr const int32_t API_VERSION_MOD = 100; // 100: api version mod variable
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duri_utils.cpp32 constexpr int32_t API_VERSION_MOD = 100; variable
117 if (abilityRequest.appInfo.apiTargetVersion % API_VERSION_MOD <= API12) { in CheckNonImplicitShareFileUri()
H A Dability_manager_service.cpp267 constexpr int32_t API_VERSION_MOD = 100; variable
11716 if (abilityRecord->GetApplicationInfo().apiTargetVersion % API_VERSION_MOD < API12) { in ShouldPreventStartAbility()
11718 abilityRecord->GetApplicationInfo().apiTargetVersion % API_VERSION_MOD); in ShouldPreventStartAbility()
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp33 constexpr int32_t API_VERSION_MOD = 100; variable
188 targetApiVersion = (appInfo.apiTargetVersion % API_VERSION_MOD); in GetBundleApiTargetVersion()
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.h315 apiVersion_ = engine->GetApiVersion() % API_VERSION_MOD; in XmlPullParser()
403 int32_t API_VERSION_MOD {100};
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp39 const uint32_t API_VERSION_MOD = 1000; variable
447 return (bundleInfo.targetVersion % API_VERSION_MOD) >= SINCE_API_VERSION; in IsNeedCheckFilePathBaseOnAPIVersion()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp35 constexpr int32_t API_VERSION_MOD = 100; variable
262 auto actualVer = appInfo->apiTargetVersion % API_VERSION_MOD; in IsProcessSupportHotStart()
H A Dapp_mgr_service_inner.cpp149 constexpr const int32_t API_VERSION_MOD = 100; variable
3446 bool checkApiVersion = (appInfo && (appInfo->apiTargetVersion % API_VERSION_MOD == API10)); in StartProcess()
3447 …OGD(AAFwkTag::APPMGR, "version of api is %{public}d", appInfo->apiTargetVersion % API_VERSION_MOD); in StartProcess()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp81 const int32_t API_VERSION_MOD = 100; variable
975 if (load && GetApplicationInfo()->apiTargetVersion % API_VERSION_MOD >= API11) { in UpdateResConfig()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp62 constexpr const int32_t API_VERSION_MOD = 100; variable
1625 return applicationInfo->apiTargetVersion % API_VERSION_MOD >= version; in CheckSatisfyTargetAPIVersion()