Home
last modified time | relevance | path

Searched refs:ttype (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.cpp149 for (const auto& ttype : ttypesFrom) { in FetchMoreKeysTTypes() local
150 ttype4index_[from1] = ttype; in FetchMoreKeysTTypes()
151 index4ttype_[ttype] = from1; in FetchMoreKeysTTypes()
166 const auto& ttype = GetTType4Index(index); in GetCachedNode4Index() local
330 const auto ttype = iterTType->second; in UpdateFromL2() local
338 const auto& oldKey = GetL2KeyToUpdate(ttype); in UpdateFromL2()
397 const auto& ttype = ttypeIter->second; in CreateNewNode() local
579 if (!ttype.has_value()) { in GetL2KeyToUpdate()
593 ttype.value().c_str()); in GetL2KeyToUpdate()
706 const auto& ttype = itTType.first; in Purge() local
[all …]
H A Drepeat_virtual_scroll_caches.h186 std::optional<std::string> GetL2KeyToUpdate(const std::optional<std::string>& ttype) const;
198 std::optional<std::string> GetL1KeyToUpdate(const std::string& ttype) const;
206 const std::string& ttype, const std::string& fromKey, const std::string& forKey);
241 const std::optional<std::string>& key, const std::optional<std::string>& ttype);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_repeat_virtual_scroll_impl.ts46 private lastActiveRangeData_: Array<{ item: T, ttype: string }> = [];
202 let ttype = this.typeGenFunc_(this.arr_[i], i);
203 result.push(ttype);
215 this.lastActiveRangeData_ = new Array<{item: T, ttype: string}>(this.arr_.length);
220 const ttype = this.typeGenFunc_(this.arr_[i], i);
221 this.lastActiveRangeData_[i] = { item, ttype };
226 const ttype = this.typeGenFunc_(this.arr_[i], i);
227 this.lastActiveRangeData_[i] = { item, ttype };
231 const ttype = this.typeGenFunc_(this.arr_[i], i);
232 this.lastActiveRangeData_[i] = { item, ttype };
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/
H A Dffrt_trace_process.py474 ttype = "worker" if any([k in tname for k in WORKER_KEY]) else "non-worker"
477 data["thread"][ttype]["S"][tname] = {
482 if cpu not in data["cpu"][ttype].keys():
483 data["cpu"][ttype][cpu] = 0
484 data["cpu"][ttype][cpu] += duration
487 if tname not in data["thread"][ttype]["T"].keys():
488 data["thread"][ttype]["T"][tname] = 0
489 data["thread"][ttype]["T"][tname] += duration
492 if state not in data["switch"][ttype].keys():
493 data["switch"][ttype][state] = 0
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp93 GraphicTransformType ttype = GetData<GraphicTransformType>(); in HdiDeviceFuzzTest2() local
115 device->SetTransformMode(screenId, layerId, ttype); in HdiDeviceFuzzTest2()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js10605 let ttype = this.typeGenFunc_(this.arr_[i], i);
10606 result.push(ttype);
10620 const ttype = this.typeGenFunc_(this.arr_[i], i);
10621 this.lastActiveRangeData_[i] = { item, ttype };
10627 const ttype = this.typeGenFunc_(this.arr_[i], i);
10628 this.lastActiveRangeData_[i] = { item, ttype };
10632 const ttype = this.typeGenFunc_(this.arr_[i], i);
10633 this.lastActiveRangeData_[i] = { item, ttype };
10676 …const oldType = (_b = this.lastActiveRangeData_[+i]) === null || _b === void 0 ? void 0 : _b.ttype;