Home
last modified time | relevance | path

Searched refs:SCRIPT_KEY_LIST (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/packaging_tools/test/
H A Dtest_vendor_script.py18 from utils import SCRIPT_KEY_LIST
47 self.assertEqual(opera_obj_list, [None] * len(SCRIPT_KEY_LIST))
/ohos5.0/base/update/packaging_tools/
H A Dvendor_script.py23 from utils import SCRIPT_KEY_LIST
45 opera_obj_list = [None] * len(SCRIPT_KEY_LIST)
H A Dscript_generator.py32 from utils import SCRIPT_KEY_LIST
280 (each[0], SCRIPT_KEY_LIST.index(each_key))
H A Dutils.py40 SCRIPT_KEY_LIST = ['prelude', 'verse', 'refrain', 'ending'] variable
205 for each in SCRIPT_KEY_LIST:
496 for each in SCRIPT_KEY_LIST:
H A Dupdate_package.py34 from utils import SCRIPT_KEY_LIST
319 for each in SCRIPT_KEY_LIST:
H A Dbuild_update.py76 from utils import SCRIPT_KEY_LIST
254 if script_obj_list == [None] * len(SCRIPT_KEY_LIST):