Home
last modified time | relevance | path

Searched refs:swap (Results 1 - 25 of 340) sorted by relevance

12345678910>>...14

/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/common/include/
H A Dvcodec_signal.h134 swap(tempIndex, signal_->inQueue_); in FlushInQueue()
136 swap(tempInMemory, signal_->inMemoryQueue_); in FlushInQueue()
138 swap(tempInBuffer, signal_->inBufferQueue_); in FlushInQueue()
144 swap(tempIndex, signal_->outQueue_); in FlushOutQueue()
146 swap(tempOutAttr, signal_->outAttrQueue_); in FlushOutQueue()
148 swap(tempOutMemory, signal_->outMemoryQueue_); in FlushOutQueue()
150 swap(tempOutBuffer, signal_->outBufferQueue_); in FlushOutQueue()
/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dfuture.h154 swap(fut);
160 swap(tmp);
197 void swap(future<R>& rhs) noexcept
199 std::swap(m_state, rhs.m_state);
213 swap(p);
219 swap(tmp);
239 void swap(promise<R>& rhs) noexcept
241 std::swap(m_state, rhs.m_state);
255 swap(p);
261 swap(tm
[all...]
H A Dthread.h73 swap(th);
80 swap(tmp);
118 void swap(thread& other) noexcept
120 is_joinable.swap(other.is_joinable);
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_auto_ref.h53 std::swap(isOnce_, tmp.isOnce_); in operator =()
54 std::swap(env_, tmp.env_); in operator =()
55 std::swap(callbackRef_, tmp.callbackRef_); in operator =()
56 std::swap(tsfnName_, tmp.tsfnName_); in operator =()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_value.h101 std::swap(listValue_, value); in WebJavaScriptValue()
105 std::swap(dictionaryValue_, value); in WebJavaScriptValue()
149 std::swap(type_, value.type_); in operator =()
154 std::swap(data_.b, value.data_.b); in operator =()
157 std::swap(data_.n, value.data_.n); in operator =()
160 std::swap(data_.f, value.data_.f); in operator =()
163 std::swap(str_, value.str_); in operator =()
166 std::swap(str_, value.str_); in operator =()
169 std::swap(listValue_, value.listValue_); in operator =()
172 std::swap(dictionaryValue in operator =()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.cpp69 tempChildren_.swap(children_); in BuildAllChildren()
110 tempChildren_.swap(children_); in OnDataReloaded()
132 tempChildren_.swap(children_); in OnDataAdded()
147 tempChildren_.swap(children_); in OnDataBulkAdded()
171 tempChildren_.swap(children_); in OnDataDeleted()
199 tempChildren_.swap(children_); in OnDataBulkDeleted()
213 tempChildren_.swap(children_); in OnDataChanged()
241 tempChildren_.swap(children_); in OnDataBulkChanged()
255 tempChildren_.swap(children_); in OnDataMoveToNewPlace()
269 tempChildren_.swap(children in OnDataMoved()
[all...]
H A Drepeat_node.cpp37 std::swap(ids_, tempIds_); in CreateTempItems()
39 std::swap(ModifyChildren(), tempChildren_); in CreateTempItems()
H A Dfor_each_node.cpp59 std::swap(ids_, tempIds_); in CreateTempItems()
61 std::swap(ModifyChildren(), tempChildren_); in CreateTempItems()
110 // swap new children to tempChildren, old children back to children in CompareAndUpdateChildren()
111 std::swap(children, tempChildren_); in CompareAndUpdateChildren()
121 std::swap(additionalChildComps, tempChildren_); in CompareAndUpdateChildren()
122 std::swap(children, tempChildren_); in CompareAndUpdateChildren()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Ddev_interface_state.cpp230 std::list<INetAddr>().swap(linkInfo_->netAddrList_); in UpdateLinkInfo()
231 std::list<Route>().swap(linkInfo_->routeList_); in UpdateLinkInfo()
232 std::list<INetAddr>().swap(linkInfo_->dnsList_); in UpdateLinkInfo()
265 std::list<INetAddr>().swap(linkInfo_->netAddrList_); in UpdateLanLinkInfo()
266 std::list<Route>().swap(linkInfo_->routeList_); in UpdateLanLinkInfo()
294 std::list<INetAddr>().swap(linkInfo_->netAddrList_); in UpdateLanLinkInfo()
295 std::list<Route>().swap(linkInfo_->routeList_); in UpdateLanLinkInfo()
324 std::list<INetAddr>().swap(linkInfo_->netAddrList_); in UpdateLinkInfo()
325 std::list<Route>().swap(linkInfo_->routeList_); in UpdateLinkInfo()
326 std::list<INetAddr>().swap(linkInfo in UpdateLinkInfo()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_async_worker/src/
H A Dmedialibrary_async_worker.cpp112 fgTaskQueue_.swap(tmp); in ReleaseFgTask()
130 bgTaskQueue_.swap(tmp); in ReleaseBgTask()
156 fgTaskQueue_.swap(tmp); in ClearRefreshTaskQueue()
159 tmp.swap(tail); in ClearRefreshTaskQueue()
169 bgTaskQueue_.swap(tmp); in ClearRefreshTaskQueue()
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_info.h146 std::swap(init, target); in AddTranslateAnimation()
163 std::swap(init, target); in AddScaleAnimation()
175 std::swap(initValue, targetValue); in AddOpacityAnimation()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_gc.cpp64 toDele.swap(nodeBucket_.front()); in ReleaseNodeBucket()
127 toDele.swap(drawableBucket_.front()); in ReleaseDrawableBucket()
178 toRemove.swap(offTreeBucket_.front()); in ReleaseOffTreeNodeBucket()
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Di_intell_voice_trigger_detector_callback.h27 data_.swap(data); in DetectorEvent()
H A Dtrigger_base_type.cpp52 data_.swap(data); in SetData()
/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/
H A Dinspect_node.cpp25 std::unordered_map<std::string, std::string>().swap(attrs_); in ~InspectNode()
27 std::unordered_map<std::string, std::string>().swap(styles_); in ~InspectNode()
H A Dinspect_dialog.cpp30 std::unordered_map<std::string, std::string>().swap(styles_); in PackAttrAndStyle()
H A Dinspect_span.cpp26 std::unordered_map<std::string, std::string>().swap(styles_); in PackAttrAndStyle()
H A Dinspect_option.cpp30 std::unordered_map<std::string, std::string>().swap(styles_); in PackAttrAndStyle()
H A Dinspect_menu.cpp28 std::unordered_map<std::string, std::string>().swap(styles_); in PackAttrAndStyle()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dround_rect.cpp43 using std::swap; in ComputeRadii()
44 swap(minRadius, maxRadius); in ComputeRadii()
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dstatic_configuration.cpp78 std::vector<INetAddr>().swap(netAddrList); in UnmarshallingNetAddressList()
98 std::vector<INetAddr>().swap(netAddrList); in ExtractNetAddrBySeparator()
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dfilter.cpp27 std::swap(data.srcTextureID, data.dstTextureID); in Process()
H A Dscale_filter.cpp43 std::swap(data.srcTextureID, data.dstTextureID); in DoProcess()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_pixel_map.h43 std::vector<uint8_t>().swap(innerImgBuffer_); in Clear()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/sample_buffer_queue/
H A Dsample_buffer_queue.cpp50 bufferQueue_.swap(emptyQueue); in Clear()

Completed in 10 milliseconds

12345678910>>...14