Searched refs:type_str (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/update/packaging_tools/ |
H A D | patch_package_process.py | 77 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 D | transfers_manager.py | 42 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 D | rs_memory_track.cpp | 251 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()
|