Home
last modified time | relevance | path

Searched refs:debugInfoDecorator (Results 1 – 4 of 4) 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.ts75 public debugInfoDecorator() : string {
84 … : `${this.debugInfoDecorator()} '${this.info()}'[${this.id__()}] <${this.debugInfoOwningView()}>`;
374 variableDeco: this.debugInfoDecorator(),
395 variableDeco: this.debugInfoDecorator(),
413 variableDeco: this.debugInfoDecorator(),
431 variableDeco: this.debugInfoDecorator(),
H A Dpu_view.ts271 …result += `\n ${observedProp.debugInfoDecorator()} '${observedProp.info()}'[${observedProp.id__()…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
H A Dstate_mgmt_dfx.ts26 …decorator: observedProp.debugInfoDecorator(), propertyName: observedProp.info(), id: observedProp.…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js2988 …decorator: observedProp.debugInfoDecorator(), propertyName: observedProp.info(), id: observedProp.…
4667 debugInfoDecorator() { method in ObservedPropertyAbstractPU
4675 … : `${this.debugInfoDecorator()} '${this.info()}'[${this.id__()}] <${this.debugInfoOwningView()}>`;
4938 variableDeco: this.debugInfoDecorator(),
4958 variableDeco: this.debugInfoDecorator(),
4975 variableDeco: this.debugInfoDecorator(),
4991 variableDeco: this.debugInfoDecorator(),
6418 …result += `\n ${observedProp.debugInfoDecorator()} '${observedProp.info()}'[${observedProp.id__()…