Home
last modified time | relevance | path

Searched refs:deref (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dnode_adapter.ts48 let hostNode = this.attachedNodeRef_.deref();
107 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
118 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
137 let attachedNode = this.attachedNodeRef_.deref();
158 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
172 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
H A Dbuilder_node.ts86 const child = weakRefChild.deref();
101 const child = weakRefChild.deref();
126 return childWeakRef ? childWeakRef.deref() : undefined;
212 const childView = child.deref();
H A Dframe_node.ts273 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
286 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
299 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
312 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
325 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
338 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
351 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
625 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
H A Dcomponent_content.ts61 let parent = this.parentWeak_.deref();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/puv2_common/
H A Dpuv2_view_base.ts181 return childWeakRef ? childWeakRef.deref() : undefined;
207 let child: IView = value.deref();
221 return optComp?.deref() && (optComp.deref() instanceof ViewV2) ?
222 optComp?.deref() as ViewV2 : undefined;
343 const childView: IView | undefined = child.deref();
593 retVaL += weakChild.deref()?.debugInfoViewHierarchyInternal(depth + 1, recursive);
612 retVaL += value.deref()?.debugInfoUpdateFuncByElmtIdInternal(counter, depth + 1, recursive);
H A Dpuv2_updatefunc.ts34 deref(): T;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_change_observation.ts180 if (weak.deref() instanceof Object) {
181 targetSet.add(weak.deref());
242 …if (weakRef && typeof weakRef === 'object' && 'deref' in weakRef && weakRef.deref() === undefined)…
254 if (weakTarget.deref() === undefined) {
275 if (weakRef && 'deref' in weakRef && (comp = weakRef.deref()) && comp instanceof Object) {
294 if (weakTarget.deref()) {
522 … if (weakComp && 'deref' in weakComp && (comp = weakComp.deref()) && comp instanceof ComputedV2) {
544 …if (weakMonitor && 'deref' in weakMonitor && (monitor = weakMonitor.deref()) && monitor instanceof…
571 (view = weak.deref()) && ((view instanceof ViewV2) || (view instanceof ViewPU))) {
595 if (viewWeak && 'deref' in viewWeak && (view = viewWeak.deref()) &&
H A Dv2_view.ts343 const child = childWeakRef ? childWeakRef.deref() : undefined;
355 retVal = value.deref().findViewPUInHierarchy(id);
404 const childView: IView | undefined = child.deref();
419 const childView: IView | undefined = child.deref();
485 … retVaL += value.deref()?.debugInfoDirtDescendantElementIdsInternal(depth + 1, recursive, counter);
H A Dv2_decorated_variables.ts154 let view = weakView.deref();
165 let view = weakView.deref();
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dmod.rs460 fn deref(&self) -> &Self::Target { in deref() method
485 fn deref(&self) -> &Self::Target { in deref() method
510 fn deref(&self) -> &Self::Target { in deref() method
535 fn deref(&self) -> &Self::Target { in deref() method
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js111 const child = weakRefChild.deref();
126 const child = weakRefChild.deref();
150 return childWeakRef ? childWeakRef.deref() : undefined;
238 const childView = child.deref();
484 let hostNode = this.attachedNodeRef_.deref();
545 …let frameNode = FrameNodeFinalizationRegisterProxy.ElementIdToOwningFrameNode_.get(nodeId).deref();
563 let attachedNode = this.attachedNodeRef_.deref();
2097 let parent = this.parentRenderNode.deref();
2112 let parent = this.parentRenderNode.deref();
2140 this._frameNode?.deref()?.resetNodePtr();
[all …]
H A DstateMgmt.js4118 let child = value.deref();
4130 …urn (optComp === null || optComp === void 0 ? void 0 : optComp.deref()) && (optComp.deref() instan…
4225 const childView = child.deref();
6459 const childView = child.deref();
7145 const child = weakChild.deref();
7884 targetSet.add(weak.deref());
7991 if (weakTarget.deref()) {
8593 let view = weakView.deref();
8604 let view = weakView.deref();
9367 const childView = child.deref();
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
H A Dmod.rs86 fn deref(&self) -> &Self::Target { in deref() method
104 fn deref(&self) -> &Self::Target { in deref() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_signal/src/
H A Dspin_rwlock.rs133 fn deref(&self) -> &Self::Target { in deref() method
169 fn deref(&self) -> &Self::Target { in deref() method
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_view.ts174 const child = weakRefChild.deref();
313 const childView: IView | undefined = child.deref();
849 const child = weakRefChild.deref();
878 const child = weakRefChild.deref();
1082 const child = weakChild.deref();
1090 retVal = value.deref().findViewPUInHierarchy(id);
1124 … retVaL += value.deref()?.debugInfoDirtDescendantElementIdsInternal(depth + 1, recursive, counter);
H A Dpu_uinode_registry_proxy.ts108 owningView = owningViewPUWeak.deref();
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dio_status_block.rs34 fn deref(&self) -> &Self::Target { in deref() method
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_service.rs45 Ok(CloudInfo::from(user_info_ipc.deref())) in get_cloud_info()
65 Ok(SchemaMeta::from(schema_ipc.deref())) in get_app_schema()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dresponse.rs57 fn deref(&self) -> &Self::Target { in deref() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dforeign.rs97 fn deref(&self) -> &$borrowed {
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Drwlock.rs277 fn deref(&self) -> &T { in deref() method
324 fn deref(&self) -> &Self::Target { in deref() method
H A Dwatch.rs250 fn deref(&self) -> &Self::Target { in deref() method
251 self.value.deref() in deref()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dwaker.rs91 fn deref(&self) -> &Self::Target { in deref() method
/ohos5.0/base/request/request/services/src/manage/scheduler/queue/
H A Drunning_task.rs60 fn deref(&self) -> &Self::Target { in deref() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Ddriver.rs137 fn deref(&self) -> &Self::Target { in deref() method

12