Home
last modified time | relevance | path

Searched defs:exchange (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dentity_reference.h76 : entity_(BASE_NS::exchange(other.entity_, Entity {})), counter_(BASE_NS::exchange(other.counter_, nullptr)) in exchange() function in EntityReference
/foundation/graphic/graphic_3d/lume/Lume_3D/src/property/
H A Dproperty_handle.cpp29 data_(BASE_NS::exchange(other.data_, nullptr)), size_(BASE_NS::exchange(other.size_, 0U)) in exchange() function
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Drefcnt_ptr.h46 refcnt_ptr(refcnt_ptr&& ptr) noexcept : ptr_(exchange(ptr.ptr_, nullptr)) {} in exchange() function in refcnt_ptr
H A Dtype_traits.h227 constexpr T exchange(T& obj, U&& new_value) in exchange() function
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Dresource_handle.h202 : handle_(BASE_NS::exchange(other.handle_, {})), counter_(BASE_NS::exchange(other.counter_, nullptr)) in exchange() function
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_value.h43 index_(BASE_NS::exchange(other.index_, 0U)) in exchange() function in PropertyValue
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dtask_manager.c101 Exchange exchange = {0}; in SAMGR_ReleaseTaskPool() local
128 Exchange exchange; in TaskEntry() local
151 ProcRequest(Exchange *exchange, ServiceImpl *serviceImpl) ProcRequest() argument
164 ProcResponse(Exchange *exchange) ProcResponse() argument
177 ProcDirectRequest(Exchange *exchange) ProcDirectRequest() argument
190 CorrectServiceImpl(Exchange *exchange, ServiceImpl *serviceImpl) CorrectServiceImpl() argument
228 EndWork(ServiceImpl *service, const Exchange *exchange) EndWork() argument
[all...]
H A Dmessage.c39 Exchange exchange = {*identity, *request, {NULL, 0}, MSG_NON, handler, NULL}; in SAMGR_SendRequest() local
56 Exchange *exchange = GET_OBJECT(request, Exchange, request); in SAMGR_SendResponse() local
100 SAMGR_FreeMsg(Exchange *exchange) SAMGR_FreeMsg() argument
123 Exchange exchange = {*identity, *request, {NULL, 0}, MSG_NON, handler, token}; SAMGR_SendSharedRequest() local
141 Exchange exchange = {0}; SAMGR_SendSharedDirectRequest() local
171 Exchange *exchange = GET_OBJECT(request, Exchange, request); SAMGR_SendResponseByIdentity() local
180 SharedSend(MQueueId queueId, Exchange *exchange, int initRef) SharedSend() argument
204 FreeReference(Exchange *exchange) FreeReference() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp668 customProperties_(exchange(other.customProperties_, {})) in exchange() function
[all...]
H A Dmaterial_component_manager.cpp886 data_(exchange(other.data_, {})), custom_(exchange(other.custom_, {})) in exchange() function
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c581 FillpSysArchCompAndWwap( IO volatile FILLP_ULONG *sem, IN volatile FILLP_ULONG oldValue, IN volatile FILLP_ULONG exchange) FillpSysArchCompAndWwap() argument

Completed in 9 milliseconds