Home
last modified time | relevance | path

Searched refs:USCRIPT_INVALID_PRIORITY (Results 1 – 3 of 3) sorted by relevance

/base/update/updater/services/include/script/
Dscript_manager.h29 USCRIPT_INVALID_PRIORITY, enumerator
/base/update/updater/services/script/script_manager/
Dscript_managerImpl.cpp140 UPDATER_LAST_WORD(USCRIPT_INVALID_PRIORITY, priority); in ExecuteScript()
141 return USCRIPT_INVALID_PRIORITY, "ExecuteScript priority not support %d", priority); in ExecuteScript()
186 return USCRIPT_INVALID_PRIORITY, "Invalid priority %d", priority); in AddScript()
/base/update/updater/test/unittest/script/script_instruction/
Dscript_instructionhelper_unittest.cpp182 EXPECT_EQ(helper->AddScript("", -1), USCRIPT_INVALID_PRIORITY); in TestAddScript()
183 EXPECT_EQ(helper->AddScript("", 4), USCRIPT_INVALID_PRIORITY); in TestAddScript()