/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | referenced.h | 161 void Swap(RefPtr& other) in Swap() function 165 void Swap(RefPtr&& other) in Swap() function 167 Swap(other); in Swap() 171 Swap(RefPtr()); in Reset() 214 Swap(RefPtr(rawPtr)); 220 Swap(RefPtr(other)); 348 void Swap(WeakPtr& other) in Swap() function 353 void Swap(WeakPtr&& other) in Swap() function 355 Swap(other); in Swap() 359 Swap(WeakPtr()); in Reset() [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/src/meta/ |
H A D | any.cpp | 105 operand->Swap(tmp); in BaseTypesFromParcel() 110 operand->Swap(tmp); in BaseTypesFromParcel() 115 operand->Swap(tmp); in BaseTypesFromParcel() 120 operand->Swap(tmp); in BaseTypesFromParcel() 125 operand->Swap(tmp); in BaseTypesFromParcel() 130 operand->Swap(tmp); in BaseTypesFromParcel() 137 operand->Swap(tmp); in BaseTypesFromParcel()
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-free.md | 47 Swap: 0 0 0 52 Swap: 0 0 0 57 Swap: 0 0 0
|
H A D | kernel-overview.md | 132 OpenHarmony针对linux内核在ESwap(Enhanced Swap)、关联线程组调度和CPU轻量级隔离做了增强。
|
H A D | kernel-standard-mm-eswap.md | 6 ESwap(Enhanced Swap)提供了自定义新增存储分区作为内存交换分区的能力,并创建了一个常驻进程zswapd将[ZRAM](https://www.kernel.org/doc/html…
|
/ohos5.0/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
|
/ohos5.0/foundation/resourceschedule/ffrt/src/util/ |
H A D | IntrusiveList.h | 36 void Swap(SListNode& rhs) noexcept in Swap() function 58 Swap(rhs); in SList() 64 Swap(tmp); 87 void Swap(SList& rhs) noexcept in Swap() function 89 m_head.Swap(rhs.m_head); in Swap()
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-free.md | 47 Swap: 0 0 0 52 Swap: 0 0 0 57 Swap: 0 0 0
|
H A D | kernel-small-basic-atomic.md | 63 | Swap | LOS_AtomicXchgByte | Swaps 8-bit memory data. | 64 | Swap | LOS_AtomicXchg16bits | Swaps 16-bit memory data. | 65 | Swap | LOS_AtomicXchg32bits | Swaps 32-bit memory data. | 66 | Swap | LOS_AtomicXchg64bits | Swaps 64-bit memory data. |
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_system_properties.cpp | 29 void Swap(int32_t& deviceWidth, int32_t& deviceHeight) in Swap() function 122 Swap(deviceWidth_, deviceHeight_); in SetDeviceOrientation() 125 Swap(deviceWidth_, deviceHeight_); in SetDeviceOrientation()
|
/ohos5.0/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 179 Swap(deviceWidth_, deviceHeight_); in SetDeviceOrientation() 182 Swap(deviceWidth_, deviceHeight_); in SetDeviceOrientation()
|
/ohos5.0/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()
|
/ohos5.0/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);
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestAny.cpp | 209 a1.Swap(a2); 216 a2.Swap(a1);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_chain.cpp | 39 static void Swap(T &a, T &b) in Swap() function 226 …Swap(ioBufferConfig_.inputCfg, ioBufferConfig_.outputCfg); // pass outputCfg to next algo as input… in AddEffectHandle() 326 …Swap(ioBufferConfig_.inputCfg, ioBufferConfig_.outputCfg); // pass outputCfg to next algo as input… in UpdateMultichannelIoBufferConfig()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_properties.cpp | 81 void Swap(int32_t& deviceWidth, int32_t& deviceHeight) in Swap() function 605 Swap(deviceWidth_, deviceHeight_); in SetDeviceOrientation() 608 Swap(deviceWidth_, deviceHeight_); in SetDeviceOrientation()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | vector.h | 142 void Swap(Vector<T>& other) in Swap() function
|
/ohos5.0/foundation/graphic/graphic_utils_lite/test/ |
H A D | vector_unit_test.cpp | 254 copy.Swap(*vector_);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | matrix.h | 279 void Swap(Matrix& target);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 123 matrix.Swap(other); in MatrixFuzzTest001()
|
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/meta/ |
H A D | any_func_unit_test.cpp | 116 anyFirst.Swap(anySecond);
|
/ohos5.0/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
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | any.h | 238 void Swap(Any& other) noexcept in Swap() function 740 lhs.Swap(rhs); in swap()
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | OpenHarmony-c-cpp-secure-coding-guide.md | 244 Swap(tmp); 250 void Swap(Foo& other) noexcept 286 Swap(tmp); 299 Swap(tmp); 305 void Swap(Foo& other) noexcept
|