Home
last modified time | relevance | path

Searched defs:amount (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.c27 int32_t amount; member
63 int32_t amount = remain > expect ? expect : remain; in Apply() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c280 uint32_t amount = (uint32_t)g_flowController->apply(g_flowController, (int32_t)sendLen); in ConnGattTransSend() local
569 …uint32_t amount = (uint32_t)g_flowController->apply(g_flowController, (int32_t)(dataLen - sentLen)… in ConnCocTransSend() local
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_calendar.cpp225 void I18nCalendar::Add(UCalendarDateFields field, int32_t amount) in Add()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_trans.c134 int32_t amount = g_flowController->apply(g_flowController, (int32_t)expect); in BrTransSend() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_shadowing_common.h217 float ReduceLightBleedingVsm(float pMax, float amount) in ReduceLightBleedingVsm()
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_calendar_addon.cpp530 int32_t amount; in Add() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp772 int amount = 0; in BatchInsert() local