Searched refs:RunSandboxScript (Results 1 – 4 of 4) sorted by relevance
123 if (!jsRuntime_.RunSandboxScript(srcPath_, hapPath_)) { in Initialize()
94 bool RunSandboxScript(const std::string& path, const std::string& hapPath);
280 jsRuntime->RunSandboxScript(path, hapPath);
1170 bool JsRuntime::RunSandboxScript(const std::string& path, const std::string& hapPath) in RunSandboxScript() function in OHOS::AbilityRuntime::JsRuntime