Searched refs:NEW (Results 1 - 7 of 7) sorted by relevance
/base/update/updater/services/include/applypatch/ |
H A D | command_const.h | 25 NEW, enumerator
|
/base/update/packaging_tools/ |
H A D | transfers_manager.py | 35 NEW = 0 variable in ActionType 113 ActionInfo(ActionType.NEW, tgt_file_name, 139 ActionInfo(ActionType.NEW, tgt_file_name,
|
H A D | patch_package_process.py | 81 elif each_action.type_str == ActionType.NEW:
156 each_action.type_str = ActionType.NEW
229 transfer_content.replace("ActionType.NEW", "new")
464 if type_str not in (ActionType.NEW, ActionType.ZERO):
|
/base/update/packaging_tools/test/ |
H A D | test_inc.py | 51 ActionType.NEW, "test.txt", "test.txt", bm1, bm2)
|
/base/update/updater/services/applypatch/ |
H A D | transfer_manager.cpp | 53 if (cmd.GetCommandType() == CommandType::NEW ||
in JudgeBlockVerifyCmdType() 112 if (cmd->GetCommandType() != CommandType::NEW) {
in CommandsParser() 186 if (type != CommandType::NEW) {
in CheckResult()
|
H A D | command.cpp | 92 return CommandType::NEW;
in ParseCommandType()
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 25 #define NEW(type) (type*)malloc(sizeof(type)) macro 27 ParamValue* pValue = NEW(ParamValue); \ 71 ParamEntry* entry = NEW(ParamEntry); in CreateParamEntry() 81 ParamList list = NEW(ParamListNode); in OH_HiAppEvent_CreateParamList()
|
Completed in 5 milliseconds