Searched defs:LoadScript (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | js_environment.cpp | 165 bool JsEnvironment::LoadScript(const std::string& path, std::vector<uint8_t>* buffer, bool isBundle) in LoadScript() function in OHOS::JsEnv::JsEnvironment 253 bool JsEnvironment::LoadScript(const std::string& path, uint8_t* buffer, size_t len, bool isBundle) in LoadScript() function in OHOS::JsEnv::JsEnvironment
|
/ohos5.0/base/update/updater/services/script/script_interpreter/ |
H A D | script_interpreter.cpp | 77 int32_t ScriptInterpreter::LoadScript(Hpackage::PkgManager::StreamPtr pkgStream) in LoadScript() function in Uscript::ScriptInterpreter
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 549 bool JsRuntime::LoadScript(const std::string& path, std::vector<uint8_t>* buffer, bool isBundle) in LoadScript() function in OHOS::AbilityRuntime::JsRuntime 556 bool JsRuntime::LoadScript(const std::string& path, uint8_t* buffer, size_t len, bool isBundle, in LoadScript() function in OHOS::AbilityRuntime::JsRuntime
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | simulator.cpp | 244 napi_value SimulatorImpl::LoadScript(const std::string &srcPath) in LoadScript() function in OHOS::AbilityRuntime::__anon76aee7e70110::SimulatorImpl
|