Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_lite.cpp130 … std::string memConfigProperty = OHOS::system::GetParameter("persist.ark.mem_config_property", ""); in CreateJsEnv() local
135 pandaOption.SetMemConfigProperty(memConfigProperty); in CreateJsEnv()
H A Djs_runtime.cpp804 … std::string memConfigProperty = OHOS::system::GetParameter("persist.ark.mem_config_property", ""); in CreateJsEnv() local
809 pandaOption.SetMemConfigProperty(memConfigProperty); in CreateJsEnv()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1696 … std::string memConfigProperty = OHOS::system::GetParameter("persist.ark.mem_config_property", ""); in SetAttribute() local
1705 option.SetMemConfigProperty(memConfigProperty); in SetAttribute()