Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/manager/
H A Dconnection_flow_control_test.cpp90 ret = controller->enable(controller, MIN_WINDOW_IN_MILLIS, 1);
93 int32_t windowInMillis = MIN_WINDOW_IN_MILLIS;
/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.h30 #define MIN_WINDOW_IN_MILLIS 100 // 100ms macro
H A Dsoftbus_conn_flow_control.c93 …CONN_CHECK_AND_RETURN_RET_LOGE(windowInMillis >= MIN_WINDOW_IN_MILLIS && windowInMillis <= MAX_WIN… in ChangeConfiguration()