/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | referenced.h | 162 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 D | any.cpp | 105 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 D | video_job_queue.cpp | 55 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 D | IntrusiveList.h | 36 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 D | mock_system_properties.cpp | 27 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 D | system_properties.cpp | 33 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 D | video_job_queue.h | 54 void Swap(uint32_t x, uint32_t y);
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_ace_page.cpp | 51 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 D | root_view.cpp | 159 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 D | vector.h | 142 void Swap(Vector<T>& other) in Swap() function in OHOS::Graphic::Vector
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestAny.cpp | 209 a1.Swap(a2); in HWTEST() 216 a2.Swap(a1); in HWTEST()
|
/foundation/graphic/graphic_utils_lite/test/ |
H A D | vector_unit_test.cpp | 239 * @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 D | matrix.h | 279 void Swap(Matrix& target);
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 73 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 D | audio_effect_chain.cpp | 38 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 D | matrix_fuzzer.cpp | 123 matrix.Swap(other); in MatrixFuzzTest001()
|
/foundation/multimedia/media_foundation/tests/unittest/meta/ |
H A D | any_func_unit_test.cpp | 116 anyFirst.Swap(anySecond); in HWTEST_F()
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | any.h | 238 void Swap(Any& other) noexcept 740 lhs.Swap(rhs);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | matrix.cpp | 240 void Matrix::Swap(Matrix& target) in Swap() function in OHOS::Rosen::Drawing::Matrix
|
/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | any.h | 324 void Swap(Any& other) noexcept 950 lhs.Swap(rhs);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/ |
H A D | rs_render_params.cpp | 459 target->matrix_.Swap(matrix_); in OnSync()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | pa_container.cpp | 214 backend_.Swap(backend); in Destroy()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_animator_bridge.cpp | 476 animator.Swap(animator_); in ~JsiAnimatorBridge()
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_container.cpp | 142 frontend_.Swap(frontend); in Destroy()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_pattern.cpp | 565 listLayoutAlgorithm.Swap(lanesLayoutAlgorithm); in CreateLayoutAlgorithm() 567 listLayoutAlgorithm.Swap(MakeRefPtr<ListLayoutAlgorithm>()); in CreateLayoutAlgorithm()
|