Home
last modified time | relevance | path

Searched refs:notifyPropertyRead (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/
H A Dsubscribed_abstract_property.ts101 protected abstract notifyPropertyRead();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/full_update/
H A Dfu_synced_property_object_nested.ts68 this.notifyPropertyRead();
H A Dfu_observed_property_simple.ts60 this.notifyPropertyRead();
H A Dfu_synced_property_simple_two_way.ts62 this.notifyPropertyRead();
H A Dfu_synced_property_object_two_way.ts58 this.notifyPropertyRead();
H A Dfu_synced_property_simple_one_way.ts44 this.notifyPropertyRead();
H A Dfu_observed_property_object.ts93 this.notifyPropertyRead();
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-state-management-sys.md150 ### notifyPropertyRead subsection
152 protected notifyPropertyRead(): void;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
H A Dobserved_property_abstract.ts140 protected notifyPropertyRead() {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_observed_property_abstract.ts270 protected notifyPropertyRead() {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js2860 notifyPropertyRead() { method in ObservedPropertyAbstract
3242 this.notifyPropertyRead();
3314 this.notifyPropertyRead();
3384 this.notifyPropertyRead();
3469 this.notifyPropertyRead();
3580 this.notifyPropertyRead();
3668 this.notifyPropertyRead();
4842 notifyPropertyRead() { method in ObservedPropertyAbstractPU