Home
last modified time | relevance | path

Searched refs:arkProperties (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_lite.cpp128 int arkProperties = OHOS::system::GetIntParameter<int>("persist.ark.properties", -1); in CreateJsEnv() local
133 pandaOption.SetArkProperties(arkProperties); in CreateJsEnv()
139 arkProperties, bundleName.c_str()); in CreateJsEnv()
H A Djs_runtime.cpp762 int arkProperties = OHOS::system::GetIntParameter<int>("persist.ark.properties", -1); in CreateJsEnv() local
767 pandaOption.SetArkProperties(arkProperties); in CreateJsEnv()
773 arkProperties, bundleName.c_str()); in CreateJsEnv()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1688 int arkProperties = OHOS::system::GetIntParameter<int>("persist.ark.properties", -1); in SetAttribute() local
1697 option.SetArkProperties(arkProperties); in SetAttribute()
1707 arkProperties, bundleName.c_str()); in SetAttribute()

Completed in 10 milliseconds