Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_observed_property_abstract.ts123 public debugInfoElmtId(elmtId: number): string {
125 return this.owningView_.debugInfoElmtId(elmtId) as string;
622 …const formatElmtId = owningView ? (elmtId => owningView.debugInfoElmtId(elmtId)) : (elmtId => elmt…
641 …const formatElmtId = owningView ? (elmtId => owningView.debugInfoElmtId(elmtId, isProfiler)) : (el…
H A Dpu_view.ts478 stateMgmtProfiler.begin(`ViewPU.uiNodeNeedUpdate ${this.debugInfoElmtId(elmtId)}`);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/puv2_common/
H A Dpuv2_view_base.ts245 result += `${sepa}${this.debugInfoElmtId(elmtId)}`;
251 public debugInfoElmtId(elmtId: number, isProfiler: boolean = false): string | ElementType {
257 } : this.updateFuncByElmtId.debugInfoElmtId(elmtId);
H A Dpuv2_updatefunc.ts136 public debugInfoElmtId(elmtId: number): string {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_view.ts242 stateMgmtProfiler.begin(`ViewV2.uiNodeNeedUpdate ${this.debugInfoElmtId(elmtId)}`);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js3972 debugInfoElmtId(elmtId) {
4150 result += `${sepa}${this.debugInfoElmtId(elmtId)}`;
4155 debugInfoElmtId(elmtId, isProfiler = false) {
4160 } : this.updateFuncByElmtId.debugInfoElmtId(elmtId);
4708 debugInfoElmtId(elmtId) { method in ObservedPropertyAbstractPU
4710 return this.owningView_.debugInfoElmtId(elmtId);
5154 …const formatElmtId = owningView ? (elmtId => owningView.debugInfoElmtId(elmtId)) : (elmtId => elmt…
5170 …const formatElmtId = owningView ? (elmtId => owningView.debugInfoElmtId(elmtId, isProfiler)) : (el…