Searched refs:ActionType (Results 1 – 5 of 5) sorted by relevance
/base/update/packaging_tools/ |
D | transfers_manager.py | 34 class ActionType(Enum): class 106 ActionType.ZERO, tgt_file_name, FILE_MAP_ZERO_KEY, 113 ActionInfo(ActionType.NEW, tgt_file_name, 119 ActionType.DIFFERENT, tgt_file_name, tgt_file_name, 131 ActionType.DIFFERENT, tgt_file_name, src_file_name, 139 ActionInfo(ActionType.NEW, tgt_file_name,
|
D | patch_package_process.py | 24 from transfers_manager import ActionType 77 if each_action.type_str == ActionType.ZERO: 81 elif each_action.type_str == ActionType.NEW: 86 elif each_action.type_str == ActionType.DIFFERENT: 143 each_action.type_str = ActionType.MOVE 188 transfer_content, ActionType.ZERO, 456 if type_str not in (ActionType.NEW, ActionType.ZERO):
|
/base/update/packaging_tools/test/ |
D | test_inc.py | 19 from transfers_manager import ActionType 51 ActionType.NEW, "test.txt", "test.txt", bm1, bm2)
|
D | test_utils.py | 33 from transfers_manager import ActionType 168 ActionType.ZERO, "tgt_file_name", "__ZERO",
|
/base/startup/init/interfaces/innerkits/control_fd/ |
D | control_fd.h | 70 } ActionType; typedef
|