Home
last modified time | relevance | path

Searched refs:g_flowController (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c36 static struct ConnSlideWindowController *g_flowController = NULL; variable
280 uint32_t amount = (uint32_t)g_flowController->apply(g_flowController, (int32_t)sendLen); in ConnGattTransSend()
500 ret = g_flowController->disable(g_flowController); in ConnBleTransConfigPostLimit()
502 …ret = g_flowController->enable(g_flowController, configuration->windowInMillis, configuration->quo… in ConnBleTransConfigPostLimit()
569 …uint32_t amount = (uint32_t)g_flowController->apply(g_flowController, (int32_t)(dataLen - sentLen)… in ConnCocTransSend()
675 g_flowController = controller; in ConnBleInitTransModule()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_trans.c35 static struct ConnSlideWindowController *g_flowController = NULL; variable
134 int32_t amount = g_flowController->apply(g_flowController, (int32_t)expect); in BrTransSend()
536 ret = g_flowController->disable(g_flowController); in ConnBrTransConfigPostLimit()
538 …ret = g_flowController->enable(g_flowController, configuration->windowInMillis, configuration->quo… in ConnBrTransConfigPostLimit()
571 g_flowController = controller; in ConnBrTransMuduleInit()