Home
last modified time | relevance | path

Searched refs:removeOwningProperty (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_synced_property_object_nested.ts52 ObservedObject.removeOwningProperty(this.obsObject_, this);
128 (this.obsObject_ as SubscribableAbstract).removeOwningProperty(this);
131 ObservedObject.removeOwningProperty(this.obsObject_, this);
H A Dpu_observed_property.ts73 (this.wrappedValue_ as SubscribableAbstract).removeOwningProperty(this);
75 ObservedObject.removeOwningProperty(this.wrappedValue_, this);
H A Dpu_synced_property_one_way.ts271 (this.localCopyObservedObject_ as SubscribableAbstract).removeOwningProperty(this);
273 ObservedObject.removeOwningProperty(this.localCopyObservedObject_, this);
H A Dpu_synced_property_two_way.ts54 ObservedObject.removeOwningProperty(this.source_.getUnmonitored(), this);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/full_update/
H A Dfu_synced_property_object_nested.ts51 ObservedObject.removeOwningProperty(this.obsObject_, this);
82 ObservedObject.removeOwningProperty(this.obsObject_, this);
H A Dfu_synced_property_object_two_way.ts52 ObservedObject.removeOwningProperty(this.getObject(), this);
94 ObservedObject.removeOwningProperty(this.getObject(), this);
H A Dfu_observed_property_object.ts57 (this.wrappedValue_ as SubscribaleAbstract).removeOwningProperty(this);
59 ObservedObject.removeOwningProperty(this.wrappedValue_, this);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/common/
H A Dapp_storage_array_test.ts98 ObservedObject.removeOwningProperty(arr1, sub1);
101 ObservedObject.removeOwningProperty(arr2, sub2);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
H A Dobserved_object.ts144 public removeOwningProperty(property: IPropertySubscriber): void {
236 this.removeOwningProperty(newValue as IPropertySubscriber);
526 public static removeOwningProperty(obj: Object,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/
H A Dsubscribable_abstract.ts149 public removeOwningProperty(property: IPropertySubscriber): void {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-state-management-sys.md459 ### removeOwningProperty subsection
461 public removeOwningProperty(property: IPropertySubscriber): void;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js1476 removeOwningProperty(property) { method in SubscribableAbstract
2295 removeOwningProperty(property) { method in SubscribableHandler
2381 this.removeOwningProperty(newValue);
2665 static removeOwningProperty(obj, subscriber) { method in ObservedObject
3206 this.wrappedValue_.removeOwningProperty(this);
3412 ObservedObject.removeOwningProperty(this.getObject(), this);
3656 ObservedObject.removeOwningProperty(this.obsObject_, this);
3679 ObservedObject.removeOwningProperty(this.obsObject_, this);
5245 this.wrappedValue_.removeOwningProperty(this);
5974 ObservedObject.removeOwningProperty(this.obsObject_, this);
[all …]