Home
last modified time | relevance | path

Searched refs:type_str (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/packaging_tools/
H A Dpatch_package_process.py77 if each_action.type_str == ActionType.ZERO:
81 elif each_action.type_str == ActionType.NEW:
94 each_action.type_str)
108 each_action.type_str, each_action.tgt_name,
112 each_action.type_str, each_action.tgt_block_set)
121 each_action.type_str, each_action.tgt_name,
143 each_action.type_str = ActionType.MOVE
145 each_action.type_str, each_action.tgt_name,
156 each_action.type_str = ActionType.NEW
275 each_action.type_str, each_action.tgt_name,
[all …]
H A Dtransfers_manager.py42 def __init__(self, type_str, tgt_name, src_name, tgt_block_set, argument
44 self.type_str = type_str
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
H A Drs_memory_track.cpp251 std::string type_str = Data2String(MemoryType2String(info.type), MEM_TYPE_STRING_LEN); in GenerateDetail() local
259 …return size_str + "\t" + type_str + "\t" + pixelmap_info_str + "\t" + pid_str + "\t" + wid_str + "… in GenerateDetail()