/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | message.c | 40 exchange.id.queueId = NULL; in SAMGR_SendRequest() 65 exchange->type = MSG_ACK; in SAMGR_SendResponse() 67 exchange->response.len = 0; in SAMGR_SendResponse() 74 exchange->handler(&exchange->request, &exchange->response); in SAMGR_SendResponse() 79 int32 ret = SharedSend(exchange->id.queueId, exchange, 1); in SAMGR_SendResponse() 81 exchange->handler(&exchange->request, &exchange->response); in SAMGR_SendResponse() 141 Exchange exchange = {0}; in SAMGR_SendSharedDirectRequest() local 153 exchange.id = *id; in SAMGR_SendSharedDirectRequest() 183 if ((exchange->request.data == NULL || exchange->request.len <= 0) && in SharedSend() 184 (exchange->response.data == NULL || exchange->response.len <= 0)) { in SharedSend() [all …]
|
H A D | task_manager.c | 101 Exchange exchange = {0}; in SAMGR_ReleaseTaskPool() local 102 exchange.type = MSG_EXIT; in SAMGR_ReleaseTaskPool() 128 Exchange exchange; in TaskEntry() local 141 ProcResponse(&exchange); in TaskEntry() 145 SAMGR_FreeMsg(&exchange); in TaskEntry() 153 if (serviceImpl == NULL || exchange->type == MSG_ACK || exchange->type == MSG_DIRECT) { in ProcRequest() 157 DEFAULT_MessageHandle(serviceImpl, &(exchange->id), &(exchange->request)); in ProcRequest() 160 SAMGR_SendResponse(&exchange->request, &exchange->response); in ProcRequest() 174 exchange->handler(&exchange->request, &exchange->response); in ProcResponse() 187 exchange->handler(&exchange->request, &exchange->response); in ProcDirectRequest() [all …]
|
H A D | message_inner.h | 56 int32 SAMGR_FreeMsg(Exchange *exchange);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/property/ |
H A D | property_handle.cpp | 28 : IPropertyHandle(), owner_(BASE_NS::exchange(other.owner_, nullptr)), in PropertyHandle() 29 data_(BASE_NS::exchange(other.data_, nullptr)), size_(BASE_NS::exchange(other.size_, 0U)) in PropertyHandle() 35 owner_ = BASE_NS::exchange(other.owner_, nullptr); in operator =() 36 data_ = BASE_NS::exchange(other.data_, nullptr); in operator =() 37 size_ = BASE_NS::exchange(other.size_, 0U); in operator =()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_value.h | 42 … count_(BASE_NS::exchange(other.count_, 0U)), data_(BASE_NS::exchange(other.data_, nullptr)), in CORE_BEGIN_NAMESPACE() 43 index_(BASE_NS::exchange(other.index_, 0U)) in CORE_BEGIN_NAMESPACE() 146 type_ = BASE_NS::exchange(other.type_, {}); in CORE_BEGIN_NAMESPACE() 147 count_ = BASE_NS::exchange(other.count_, 0U); in CORE_BEGIN_NAMESPACE() 148 data_ = BASE_NS::exchange(other.data_, nullptr); in CORE_BEGIN_NAMESPACE() 149 index_ = BASE_NS::exchange(other.index_, 0U); in CORE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | entity_reference.h | 76 …: entity_(BASE_NS::exchange(other.entity_, Entity {})), counter_(BASE_NS::exchange(other.counter_,… in EntityReference() 94 entity_ = BASE_NS::exchange(other.entity_, Entity {}); 95 counter_ = BASE_NS::exchange(other.counter_, nullptr);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
H A D | scoped_handle.h | 62 …: handle_(BASE_NS::exchange(other.handle_, nullptr)), data_(BASE_NS::exchange(other.data_, nullptr… in ScopedHandle() 75 handle_ = BASE_NS::exchange(other.handle_, nullptr); 76 data_ = BASE_NS::exchange(other.data_, nullptr);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_configuration_component_manager.cpp | 666 …: manager_(other.manager_), entity_(exchange(other.entity_, {})), generation_(exchange(other.gener… in ComponentHandle() 667 …rLocked_(other.rLocked_.exchange(0)), wLocked_(exchange(other.wLocked_, false)), data_(exchange(ot… 668 customProperties_(exchange(other.customProperties_, {})) 676 entity_ = exchange(other.entity_, {}); in operator =() 677 generation_ = exchange(other.generation_, 0u); in operator =() 678 dirty_ = exchange(other.dirty_, false); in operator =() 679 rLocked_ = other.rLocked_.exchange(0); in operator =() 680 wLocked_ = exchange(other.wLocked_, false); in operator =() 681 data_ = exchange(other.data_, {}); in operator =() 682 effectShaders_ = exchange(other.effectShaders_, {}); in operator =() [all …]
|
H A D | material_component_manager.cpp | 110 using BASE_NS::exchange; 883 …: manager_(other.manager_), entity_(exchange(other.entity_, {})), cachedShader_(exchange(other.cac… in ComponentHandle() 884 metaData_(exchange(other.metaData_, nullptr)), generation_(exchange(other.generation_, 0U)), 885 rLocked_(exchange(other.rLocked_, 0U)), wLocked_(exchange(other.wLocked_, false)), 886 data_(exchange(other.data_, {})), custom_(exchange(other.custom_, {})) 894 entity_ = exchange(other.entity_, {}); in operator =() 898 rLocked_ = exchange(other.rLocked_, 0U); in operator =() 899 wLocked_ = exchange(other.wLocked_, false); in operator =() 900 dirty_ = exchange(other.dirty_, false); in operator =() 901 data_ = exchange(other.data_, {}); in operator =() [all …]
|
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | hci_watcher.cpp | 70 if (running_.exchange(true)) { in Start() 76 running_.exchange(false); in Start() 83 running_.exchange(false); in Start() 98 if (!running_.exchange(false)) { in Stop()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | resource_handle.h | 202 …: handle_(BASE_NS::exchange(other.handle_, {})), counter_(BASE_NS::exchange(other.counter_, nullpt… in RenderHandleReference() 208 handle_ = BASE_NS::exchange(other.handle_, {}); 209 counter_ = BASE_NS::exchange(other.counter_, nullptr);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | refcnt_ptr.h | 46 refcnt_ptr(refcnt_ptr&& ptr) noexcept : ptr_(exchange(ptr.ptr_, nullptr)) {} in BASE_BEGIN_NAMESPACE() 107 ptr_ = exchange(r.ptr_, nullptr); in BASE_BEGIN_NAMESPACE() 121 ptr_ = exchange(other.ptr_, ptr_); in BASE_BEGIN_NAMESPACE()
|
/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-key-agreement-overview.md | 12 ECDH(Elliptic Curve Diffie–Hellman key exchange),算法库框架提供了多种椭圆曲线的ECDH能力。 60 DH(Diffie–Hellman key exchange),算法库框架提供了DH密钥协商的能力。
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
H A D | base_manager.inl | 451 : rLocked_(other.rLocked_.exchange(0U)), wLocked_(BASE_NS::exchange(other.wLocked_, false)), 452 manager_(other.manager_), generation_(BASE_NS::exchange(other.generation_, 0U)), 453 entity_(BASE_NS::exchange(other.entity_, {})), data_(BASE_NS::exchange(other.data_, {})) 465 rLocked_ = other.rLocked_.exchange(0U); 466 wLocked_ = BASE_NS::exchange(other.wLocked_, false); 467 generation_ = BASE_NS::exchange(other.generation_, 0U); 468 entity_ = BASE_NS::exchange(other.entity_, {}); 469 data_ = BASE_NS::exchange(other.data_, {});
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-common-transition.md | 20 | shared-transition-effect | string | exchange | 配置共享元素转场时的入场样式。<br/>- exchange(默认值):… 29 2. 共享元素的exchange效果类似下图。 76 shared-transition-effect: exchange; 106 shared-transition-effect: exchange;
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-new-rendering-control-repeat.md | 252 private exchange: number[] = []; 276 this.exchange.push(idx); 277 if (this.exchange.length === 2) { 278 let _a = this.exchange[0]; 279 let _b = this.exchange[1]; 283 this.exchange = []; 384 private exchange: number[] = []; 408 this.exchange.push(idx); 410 let _a = this.exchange[0]; 411 let _b = this.exchange[1]; [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/ |
H A D | hgm_one_shot_timer.cpp | 144 if (stopFlag_.exchange(false)) { in CheckForResetAndStop() 147 if (state != HgmTimerState::STOP && resetFlag_.exchange(false)) { in CheckForResetAndStop()
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-key-agreement-overview.md | 12 The Crypto framework provides a variety of Elliptic Curve Diffie–Hellman key exchange (ECDH) capabi… 60 The Crypto framework provides Diffie–Hellman key exchange (DH) key agreement capabilities.
|
/ohos5.0/base/security/device_auth/ |
H A D | README.md | 12 … and cancellation, and implements authentication and secure session key exchange between trusted d… 17 …nticates trust relationships between devices, allows trusted devices to exchange secure session ke… 29 …enticate the trust relationships that have been established between them and exchange session keys. 30 …devices to establish a trust relationship based on a shared secret, and exchange a session key for… 53 …odule provides trusted device authentication and end-to-end session key exchange based on the trus…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-new-rendering-control-repeat.md | 252 private exchange: number[] = []; 276 this.exchange.push(idx); 277 if (this.exchange.length === 2) { 278 let _a = this.exchange[0]; 279 let _b = this.exchange[1]; 283 this.exchange = []; 384 private exchange: number[] = []; 408 this.exchange.push(idx); 410 let _a = this.exchange[0]; 411 let _b = this.exchange[1]; [all …]
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | pasteboard_trace.cpp | 48 if (isSetBytraceEnabled_.exchange(true)) { in SetBytraceEnable()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/dfx/ |
H A D | hiview_base_adapter.h | 44 if (running_.exchange(true)) { in StartTimerThread()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-common-transition.md | 21 …transition-effect | string | exchange | Entry style of a shared element during transition… 30 2. The exchange effect of shared elements is similar to the transition shown below. 77 shared-transition-effect: exchange; 107 shared-transition-effect: exchange;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/ |
H A D | event_handler.h | 44 : event_ { BASE_NS::move(other.event_) }, token_ { BASE_NS::exchange(other.token_, {}) } in META_BEGIN_NAMESPACE() 51 token_ = BASE_NS::exchange(other.token_, {}); in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/util/ |
H A D | IntrusiveList.h | 72 nd.next = std::exchange(m_head.next, &nd); in PushFront() 81 m_head.next = std::exchange(node->next, node); in PopFront()
|