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.cpp95 ret = ExtractAndExecuteScript(manager, REGISTER_CMD_SCRIPT_NAME); in Init()
100 ret = ExtractAndExecuteScript(manager, LOAD_SCRIPT_NAME); in Init()
121 int32_t ScriptManagerImpl::ExtractAndExecuteScript(PkgManager::PkgManagerPtr manager, in ExtractAndExecuteScript() function in Uscript::ScriptManagerImpl
158 ret = ExtractAndExecuteScript(manager, scriptFiles_[priority][i]); in ExecuteScript()
Dscript_manager_impl.h39 int32_t ExtractAndExecuteScript(Hpackage::PkgManager::PkgManagerPtr manager,