Home
last modified time | relevance | path

Searched refs:NEW (Results 1 - 7 of 7) sorted by relevance

/base/update/updater/services/include/applypatch/
H A Dcommand_const.h25 NEW, enumerator
/base/update/packaging_tools/
H A Dtransfers_manager.py35 NEW = 0 variable in ActionType
113 ActionInfo(ActionType.NEW, tgt_file_name,
139 ActionInfo(ActionType.NEW, tgt_file_name,
H A Dpatch_package_process.py81 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 Dtest_inc.py51 ActionType.NEW, "test.txt", "test.txt", bm1, bm2)
/base/update/updater/services/applypatch/
H A Dtransfer_manager.cpp53 if (cmd.GetCommandType() == CommandType::NEW || in JudgeBlockVerifyCmdType()
112 if (cmd->GetCommandType() != CommandType::NEW) { in CommandsParser()
186 if (type != CommandType::NEW) { in CheckResult()
H A Dcommand.cpp92 return CommandType::NEW; in ParseCommandType()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c25 #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