Home
last modified time | relevance | path

Searched refs:Swap (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dreferenced.h162 void Swap(RefPtr& other) in Swap() function in OHOS::Ace::final
166 void Swap(RefPtr&& other) in Swap() function in OHOS::Ace::final
168 Swap(other); in Swap()
172 Swap(RefPtr()); in Reset()
194 // Use 'Swap' to implement overloaded operator '='.
200 Swap(RefPtr(other)); in operator =()
207 Swap(RefPtr(std::move(other))); in operator =()
215 Swap(RefPtr(rawPtr)); in operator =()
221 Swap(RefPtr(other)); in operator =()
227 Swap(RefPt in operator =()
349 void Swap(WeakPtr& other) Swap() function in OHOS::Ace::final
354 void Swap(WeakPtr&& other) Swap() function in OHOS::Ace::final
[all...]
/foundation/multimedia/media_foundation/src/meta/
H A Dany.cpp105 operand->Swap(tmp);
110 operand->Swap(tmp);
115 operand->Swap(tmp);
120 operand->Swap(tmp);
125 operand->Swap(tmp);
130 operand->Swap(tmp);
137 operand->Swap(tmp);
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/video_job_repository/
H A Dvideo_job_queue.cpp55 Swap(DEFAULT, size_ - 1); in Pop()
96 Swap(index, (index - 1) >> 1); in HeapInsert()
110 Swap(best, index); in Heapify()
116 void VideoJobQueue::Swap(uint32_t x, uint32_t y) in Swap() function in OHOS::CameraStandard::DeferredProcessing::VideoJobQueue
/foundation/resourceschedule/ffrt/src/util/
H A DIntrusiveList.h36 void Swap(SListNode& rhs) noexcept
58 Swap(rhs);
64 Swap(tmp);
87 void Swap(SList& rhs) noexcept
89 m_head.Swap(rhs.m_head);
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp27 void Swap(int32_t& deviceWidth, int32_t& deviceHeight) in Swap() function
120 Swap(deviceWidth_, deviceHeight_); in SetDeviceOrientation()
123 Swap(deviceWidth_, deviceHeight_); in SetDeviceOrientation()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp33 void Swap(int32_t& deviceWidth, int32_t& deviceHeight) in Swap() function
178 Swap(deviceWidth_, deviceHeight_); in SetDeviceOrientation()
181 Swap(deviceWidth_, deviceHeight_); in SetDeviceOrientation()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/video_job_repository/
H A Dvideo_job_queue.h54 void Swap(uint32_t x, uint32_t y);
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.cpp51 domDoc.Swap(domDoc_); in ~JsAcePage()
66 pageTransition.Swap(pageTransition_); in ~JsAcePage()
68 component.Swap(component_); in ~JsAcePage()
253 bridge.Swap(pos->second); in RemoveAnimationBridge()
/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp159 splitRects.Swap(copyRect); in DivideInvalidateRect()
177 splitRects.Swap(copyRect); in DivideInvalidateRect()
197 splitRects.Swap(copyRect); in DivideInvalidateRect()
215 splitRects.Swap(copyRect); in DivideInvalidateRect()
323 mapEntry->second.Swap(splitInvalidRects); in OptimizeInvalidView()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dvector.h142 void Swap(Vector<T>& other) in Swap() function in OHOS::Graphic::Vector
/foundation/multimedia/media_foundation/test/unittest/
H A DTestAny.cpp209 a1.Swap(a2); in HWTEST()
216 a2.Swap(a1); in HWTEST()
/foundation/graphic/graphic_utils_lite/test/
H A Dvector_unit_test.cpp239 * @tc.desc: Verify Swap function, equal.
254 copy.Swap(*vector_); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dmatrix.h279 void Swap(Matrix& target);
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp73 void Swap(int32_t& deviceWidth, int32_t& deviceHeight) in Swap() function
596 Swap(deviceWidth_, deviceHeight_); in SetDeviceOrientation()
599 Swap(deviceWidth_, deviceHeight_); in SetDeviceOrientation()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain.cpp38 static void Swap(T &a, T &b) in Swap() function
262 Swap(ioBufferConfig_.inputCfg, ioBufferConfig_.outputCfg); // pass outputCfg to next algo as inputCfg in AddEffectHandle()
466 Swap(ioBufferConfig_.inputCfg, ioBufferConfig_.outputCfg); // pass outputCfg to next algo as inputCfg in UpdateMultichannelIoBufferConfigInner()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/
H A Dmatrix_fuzzer.cpp123 matrix.Swap(other); in MatrixFuzzTest001()
/foundation/multimedia/media_foundation/tests/unittest/meta/
H A Dany_func_unit_test.cpp116 anyFirst.Swap(anySecond); in HWTEST_F()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dany.h238 void Swap(Any& other) noexcept
740 lhs.Swap(rhs);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dmatrix.cpp240 void Matrix::Swap(Matrix& target) in Swap() function in OHOS::Rosen::Drawing::Matrix
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dany.h324 void Swap(Any& other) noexcept
950 lhs.Swap(rhs);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp459 target->matrix_.Swap(matrix_); in OnSync()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.cpp214 backend_.Swap(backend); in Destroy()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animator_bridge.cpp476 animator.Swap(animator_); in ~JsiAnimatorBridge()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp142 frontend_.Swap(frontend); in Destroy()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp565 listLayoutAlgorithm.Swap(lanesLayoutAlgorithm); in CreateLayoutAlgorithm()
567 listLayoutAlgorithm.Swap(MakeRefPtr<ListLayoutAlgorithm>()); in CreateLayoutAlgorithm()

Completed in 25 milliseconds

12