/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | ref_counter.h | 46 void Increase() in Increase() function 86 void Increase() in Increase() function 107 Increase(); in TryIncrease() 127 strongRef_.Increase(); in IncStrongRef() 144 weakRef_.Increase(); in IncWeakRef()
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_refresh_limiter.h | 62 void Increase(int64_t formId);
|
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | running_lock_counter.h | 33 int32_t Increase(const RunningLockInfo &info);
|
H A D | running_lock_counter.cpp | 28 int32_t RunningLockCounter::Increase(const RunningLockInfo &info) in Increase() function in OHOS::HDI::Power::V1_2::RunningLockCounter
|
H A D | running_lock_impl.cpp | 67 if (lockCounter->Increase(filledInfo) != HDF_SUCCESS) { in Hold()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-Counter.md | 90 … Callback invoked when the mouse pointer is moved over or away from the Increase button of the cou… 124 … | No | - | Callback invoked when the Increase button of the cou… 126 … | No | - | Callback invoked when the Increase button of the cou…
|
H A D | ts-basic-components-rating.md | 138 | Left and right arrow keys | Increase or decrease the rating on preview at the specified step, wi…
|
H A D | ts-container-tabs.md | 906 Button('Increase Width').width('100%').margin({ bottom: '12vp' }) 916 Button('Increase Top Margin').width('100%').margin({ bottom: '12vp' }) 926 Button('Increase Bottom Margin').width('100%').margin({ bottom:'12vp'})
|
/ohos5.0/build/toolchain/ |
H A D | concurrent_links.gni | 42 # Increase the number of concurrent links for release bots. Debug builds
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/ |
H A D | fms_form_timer_mgr_test.cpp | 439 refreshLimiter.Increase(PARAM_FORM_ID_VALUE_6); 460 refreshLimiter.Increase(PARAM_FORM_ID_VALUE_6); 483 refreshLimiter.Increase(PARAM_FORM_ID_VALUE_6); 505 refreshLimiter.Increase(PARAM_FORM_ID_VALUE_6); 527 refreshLimiter.Increase(PARAM_FORM_ID_VALUE_6);
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_refresh_limiter.cpp | 118 void FormRefreshLimiter::Increase(const int64_t formId) in Increase() function in OHOS::AppExecFwk::FormRefreshLimiter
|
H A D | form_timer_mgr.cpp | 335 refreshLimiter_.Increase(formId); in IncreaseRefreshCount()
|
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_mgr.h | 94 int32_t Increase(const RunningLockParam& lockInnerParam);
|
H A D | running_lock_mgr.cpp | 244 result = counter->Increase(backgroundLockParam); in InitLocksTypeCoordination() 474 if (counter->Increase(lockInnerParam) != RUNNINGLOCK_SUCCESS) { in Lock() 777 int32_t RunningLockMgr::LockCounter::Increase(const RunningLockParam& lockInnerParam) in Increase() function in OHOS::PowerMgr::RunningLockMgr::LockCounter
|
/ohos5.0/docs/en/application-dev/notification/ |
H A D | notification-badge.md | 40 2. Increase the count on the badge.
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | ndk-development-overview.md | 13 - Increase performance in compute-intensive cases, such as games or physical simulations.
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | errorcode-zlib.md | 164 Increase the size of the corresponding buffer.
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | OpenHarmony-cpp-coding-style-guide.md | 1273 void Increase() 1291 Counter::GetInstance().Increase(); 1294 Counter::GetInstance().Increase();
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | theme_skinning.md | 101 Text('Increase the touch sensitivity of your screen' +
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | arkts-performance-improvement-recommendation.md | 468 }.cachedCount(3) // Increase the number of list or grid items preloaded outside of the screen.
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/ |
H A D | running_lock_native_test.cpp | 547 runningLockMgr->lockCounters_[RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL]->Increase(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | qrcode_patch2.patch | 224 - // Increase the error correction level while the data still fits in the current version number 228 + // Increase the error correction level while the data still fits in the current version nu…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | theme_skinning.md | 101 Text('Increase the touch sensitivity of your screen' +
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/ |
H A D | fms_form_refresh_connection_test.cpp | 710 formRefreshLimiter->Increase(formId);
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | gc-introduction.md | 174 #### Old Space/Global Space Threshold and Increase Factor for the Second and Later Old GC Operations
|