Home
last modified time | relevance | path

Searched defs:PreloadSystemClass (Results 1 – 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/ets_environment/interfaces/inner_api/
Dets_interface.h43 void (*PreloadSystemClass)(const char *className) = nullptr; member
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dets_runtime.cpp468 bool ETSRuntime::PreloadSystemClass(const char *className) in PreloadSystemClass() function in OHOS::AbilityRuntime::ETSRuntime
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
Druntime.h135 virtual bool PreloadSystemClass(const char *className) { return false; } in PreloadSystemClass() function
/foundation/ability/ability_runtime/ets_environment/frameworks/ets_environment/src/
Dets_environment.cpp522 bool ETSEnvironment::PreloadSystemClass(const char *className) in PreloadSystemClass() function in OHOS::EtsEnv::ETSEnvironment