/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | ref_counter.h | 50 int32_t Decrease() in Decrease() function 90 int32_t Decrease() in Decrease() function 131 return strongRef_.Decrease(); in DecStrongRef() 148 int32_t refCount = weakRef_.Decrease(); in DecWeakRef()
|
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | running_lock_counter.h | 34 int32_t Decrease(const RunningLockInfo &info);
|
H A D | running_lock_counter.cpp | 49 int32_t RunningLockCounter::Decrease(const RunningLockInfo &info) in Decrease() function in OHOS::HDI::Power::V1_2::RunningLockCounter
|
H A D | running_lock_impl.cpp | 103 int32_t status = lockCounter->Decrease(filledInfo); in Unhold()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-Counter.md | 91 … Callback invoked when the mouse pointer is moved over or away from the Decrease button of the cou… 125 … | No | - | Callback invoked when the Decrease button of the cou… 127 … | No | - | Callback invoked when the Decrease button of the cou…
|
H A D | ts-container-tabs.md | 910 Button('Decrease Width').width('100%').margin({ bottom: '12vp'}) 920 Button('Decrease Top Margin').width('100%').margin({ bottom: '12vp' }) 930 Button('Decrease Bottom Margin').width('100%').margin({ bottom:'12vp' })
|
H A D | ts-basic-components-gauge.md | 686 Button('Decrease').onClick(() => {
|
H A D | ts-basic-components-slider.md | 843 Button('Decrease').onClick(() => {
|
H A D | ts-basic-components-richeditor.md | 3145 Button("Decrease Bullet Indent").onClick(() => { 3180 Button("Decrease Indent").onClick(() => {
|
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_mgr.h | 95 int32_t Decrease(const RunningLockParam& lockInnerParam);
|
H A D | running_lock_mgr.cpp | 248 result = counter->Decrease(backgroundLockParam); in InitLocksTypeCoordination() 517 if (counter->Decrease(lockInnerParam)) { in UnLock() 793 int32_t RunningLockMgr::LockCounter::Decrease(const RunningLockParam& lockInnerParam) in Decrease() function in OHOS::PowerMgr::RunningLockMgr::LockCounter
|
/ohos5.0/docs/en/application-dev/notification/ |
H A D | notification-badge.md | 59 3. Decrease the count on the badge.
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | multimodal-dialog.md | 101 - Decrease the font size to 15 fp level by level.
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-power-wakeup-action-source-customization.md | 179 7. Decrease the battery level to fall below the specified threshold when the system is in the sleep…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-animate-transform.md | 98 Decrease the y-coordinate over a time frame to make the ball bounce back. Gradually decrease the bo…
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/ |
H A D | running_lock_native_test.cpp | 550 runningLockMgr->lockCounters_[RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL]->Decrease(
|