/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/common/include/ |
H A D | vcodec_signal.h | 134 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 D | future.h | 154 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 D | thread.h | 73 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 D | camera_napi_auto_ref.h | 53 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 D | web_javascript_value.h | 101 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 D | lazy_for_each_node.cpp | 69 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 D | repeat_node.cpp | 37 std::swap(ids_, tempIds_); in CreateTempItems() 39 std::swap(ModifyChildren(), tempChildren_); in CreateTempItems()
|
H A D | for_each_node.cpp | 59 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 D | dev_interface_state.cpp | 230 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 D | medialibrary_async_worker.cpp | 112 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 D | page_transition_info.h | 146 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 D | rs_render_node_gc.cpp | 64 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 D | i_intell_voice_trigger_detector_callback.h | 27 data_.swap(data); in DetectorEvent()
|
H A D | trigger_base_type.cpp | 52 data_.swap(data); in SetData()
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/ |
H A D | inspect_node.cpp | 25 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 D | inspect_dialog.cpp | 30 std::unordered_map<std::string, std::string>().swap(styles_); in PackAttrAndStyle()
|
H A D | inspect_span.cpp | 26 std::unordered_map<std::string, std::string>().swap(styles_); in PackAttrAndStyle()
|
H A D | inspect_option.cpp | 30 std::unordered_map<std::string, std::string>().swap(styles_); in PackAttrAndStyle()
|
H A D | inspect_menu.cpp | 28 std::unordered_map<std::string, std::string>().swap(styles_); in PackAttrAndStyle()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | round_rect.cpp | 43 using std::swap; in ComputeRadii() 44 swap(minRadius, maxRadius); in ComputeRadii()
|
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/ |
H A D | static_configuration.cpp | 78 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 D | filter.cpp | 27 std::swap(data.srcTextureID, data.dstTextureID);
in Process()
|
H A D | scale_filter.cpp | 43 std::swap(data.srcTextureID, data.dstTextureID);
in DoProcess()
|
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | avsession_pixel_map.h | 43 std::vector<uint8_t>().swap(innerImgBuffer_); in Clear()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/sample_buffer_queue/ |
H A D | sample_buffer_queue.cpp | 50 bufferQueue_.swap(emptyQueue); in Clear()
|