Searched refs:NEW (Results 1 – 8 of 8) sorted by relevance
/base/update/packaging_tools/ |
D | transfers_manager.py | 35 NEW = 0 variable in ActionType 113 ActionInfo(ActionType.NEW, tgt_file_name, 139 ActionInfo(ActionType.NEW, tgt_file_name,
|
D | patch_package_process.py | 81 elif each_action.type_str == ActionType.NEW: 456 if type_str not in (ActionType.NEW, ActionType.ZERO):
|
/base/update/updater/services/applypatch/ |
D | transfer_manager.cpp | 104 if (cmd->GetCommandType() != CommandType::NEW) { in CommandsParser() 167 return type == CommandType::NEW || in NeedSetProgress() 177 if (type != CommandType::NEW) { in CheckResult()
|
D | command_function.cpp | 25 case CommandType::NEW: in GetCommandFunction()
|
D | command.cpp | 80 return CommandType::NEW; in ParseCommandType()
|
/base/update/packaging_tools/test/ |
D | test_inc.py | 51 ActionType.NEW, "test.txt", "test.txt", bm1, bm2)
|
/base/update/updater/services/include/applypatch/ |
D | command.h | 35 NEW, enumerator
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
D | hiappevent_ndk.c | 23 #define NEW(type) (type*)malloc(sizeof(type)) macro 25 ParamValue* pValue = NEW(ParamValue); \ 69 ParamEntry* entry = NEW(ParamEntry); in CreateParamEntry() 79 ParamList list = NEW(ParamListNode); in OH_HiAppEvent_CreateParamList()
|