Home
last modified time | relevance | path

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

/foundation/arkui/napi/native_engine/
H A Dnative_engine.h408 napi_value RunScriptInRestrictedThread(const char* path);
H A Dnative_engine.cpp886 napi_value NativeEngine::RunScriptInRestrictedThread(const char* path) in RunScriptInRestrictedThread() function in NativeEngine
895 HILOG_ERROR("RunScriptInRestrictedThread: GetAbcBuffer failed"); in RunScriptInRestrictedThread()
898 HILOG_DEBUG("RunScriptInRestrictedThread: GetAmi: %{private}s", ami.c_str()); in RunScriptInRestrictedThread()
H A Dnative_api.cpp3770 *result = engine->RunScriptInRestrictedThread(pathStr.c_str()); in napi_run_script_path()

Completed in 10 milliseconds