Home
last modified time | relevance | path

Searched refs:NEW (Results 1 – 8 of 8) sorted by relevance

/base/update/packaging_tools/
Dtransfers_manager.py35 NEW = 0 variable in ActionType
113 ActionInfo(ActionType.NEW, tgt_file_name,
139 ActionInfo(ActionType.NEW, tgt_file_name,
Dpatch_package_process.py81 elif each_action.type_str == ActionType.NEW:
456 if type_str not in (ActionType.NEW, ActionType.ZERO):
/base/update/updater/services/applypatch/
Dtransfer_manager.cpp104 if (cmd->GetCommandType() != CommandType::NEW) { in CommandsParser()
167 return type == CommandType::NEW || in NeedSetProgress()
177 if (type != CommandType::NEW) { in CheckResult()
Dcommand_function.cpp25 case CommandType::NEW: in GetCommandFunction()
Dcommand.cpp80 return CommandType::NEW; in ParseCommandType()
/base/update/packaging_tools/test/
Dtest_inc.py51 ActionType.NEW, "test.txt", "test.txt", bm1, bm2)
/base/update/updater/services/include/applypatch/
Dcommand.h35 NEW, enumerator
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
Dhiappevent_ndk.c23 #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()