Home
last modified time | relevance | path

Searched refs:addPropertyDependency (Results 1 – 2 of 2) 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.ts488 this.dependentElmtIdsByProperty_.addPropertyDependency(elmtId);
587 public addPropertyDependency(elmtId: number): void {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js5039 this.dependentElmtIdsByProperty_.addPropertyDependency(elmtId);
5126 addPropertyDependency(elmtId) { method in PropertyDependencies