Home
last modified time | relevance | path

Searched refs:apiTargetVersion_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h579 return apiTargetVersion_; in GetApiTargetVersion()
584 apiTargetVersion_ = apiTargetVersion % 1000; in SetApiTargetVersion()
630 int32_t apiTargetVersion_ = 0; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h166 int32_t apiTargetVersion_ = 0; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp684 apiTargetVersion_ = options.apiTargetVersion; in Initialize()
685 TAG_LOGD(AAFwkTag::JSRUNTIME, "Initialize: %{public}d", apiTargetVersion_); in Initialize()
747 std::vector<panda::HmsMap> systemKitsMap = GetSystemKitsMap(apiTargetVersion_); in Initialize()
1130 bool useSafeMempry = apiTargetVersion_ == 0 || apiTargetVersion_ > API8; in RunScript()