Home
last modified time | relevance | path

Searched refs:MIN_QUOTA_IN_BYTES (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/manager/
H A Dconnection_flow_control_test.cpp88 auto ret = controller->enable(controller, 1, MIN_QUOTA_IN_BYTES);
94 int32_t quotaInBytes = MIN_QUOTA_IN_BYTES;
/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.h32 #define MIN_QUOTA_IN_BYTES (10 * 1024) // 10kB macro
H A Dsoftbus_conn_flow_control.c95 …CONN_CHECK_AND_RETURN_RET_LOGE(quotaInBytes >= MIN_QUOTA_IN_BYTES && quotaInBytes <= MAX_QUOTA_IN_… in ChangeConfiguration()