Home
last modified time | relevance | path

Searched defs:amount (Results 1 - 5 of 5) sorted by relevance

/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
/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() argument
/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
/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)); ConnCocTransSend() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability.cpp774 int amount = 0; in BatchInsert() local

Completed in 10 milliseconds