Home
last modified time | relevance | path

Searched refs:ExtractAndExecuteScript (Results 1 – 2 of 2) sorted by relevance

/base/update/updater/services/script/script_manager/
Dscript_managerImpl.cpp116 ret = ExtractAndExecuteScript(manager, REGISTER_CMD_SCRIPT_NAME); in Init()
124 ret = ExtractAndExecuteScript(manager, LOAD_SCRIPT_NAME); in Init()
157 int32_t ScriptManagerImpl::ExtractAndExecuteScript(PkgManager::PkgManagerPtr manager, in ExtractAndExecuteScript() function in Uscript::ScriptManagerImpl
224 ret = ExtractAndExecuteScript(manager, scriptFiles_[priority][i]); in ExecuteScript()
Dscript_manager_impl.h40 int32_t ExtractAndExecuteScript(Hpackage::PkgManager::PkgManagerPtr manager,