Home
last modified time | relevance | path

Searched refs:ConnSlideWindowController (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.h35 struct ConnSlideWindowController { struct
36 int32_t (*apply)(struct ConnSlideWindowController *self, int32_t expect); argument
37 …int32_t (*enable)(struct ConnSlideWindowController *self, int32_t windowInMillis, int32_t quotaInB… argument
38 int32_t (*disable)(struct ConnSlideWindowController *self); argument
48 int32_t ConnSlideWindowControllerConstructor(struct ConnSlideWindowController *self); argument
49 void ConnSlideWindowControllerDestructor(struct ConnSlideWindowController *self);
50 struct ConnSlideWindowController *ConnSlideWindowControllerNew(void);
51 void ConnSlideWindowControllerDelete(struct ConnSlideWindowController *self);
H A Dsoftbus_conn_flow_control.c30 static int32_t Apply(struct ConnSlideWindowController *self, int32_t expect) in Apply()
78 static void CleanupHistoriesUnsafe(struct ConnSlideWindowController *self) in CleanupHistoriesUnsafe()
89 … struct ConnSlideWindowController *self, bool active, int32_t windowInMillis, int32_t quotaInBytes) in ChangeConfiguration()
111 static int32_t Enable(struct ConnSlideWindowController *self, int32_t windowInMillis, int32_t quota… in Enable()
116 static int32_t Disable(struct ConnSlideWindowController *self) in Disable()
121 int32_t ConnSlideWindowControllerConstructor(struct ConnSlideWindowController *self) in ConnSlideWindowControllerConstructor()
138 void ConnSlideWindowControllerDestructor(struct ConnSlideWindowController *self) in ConnSlideWindowControllerDestructor()
147 struct ConnSlideWindowController *ConnSlideWindowControllerNew(void) in ConnSlideWindowControllerNew()
149 struct ConnSlideWindowController *controller = SoftBusCalloc(sizeof(*controller)); in ConnSlideWindowControllerNew()
160 void ConnSlideWindowControllerDelete(struct ConnSlideWindowController *self) in ConnSlideWindowControllerDelete()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/manager/
H A Dconnection_flow_control_test.cpp42 struct ConnSlideWindowController controller { };
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_trans.c35 static struct ConnSlideWindowController *g_flowController = NULL;
562 struct ConnSlideWindowController *controller = ConnSlideWindowControllerNew(); in ConnBrTransMuduleInit()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c36 static struct ConnSlideWindowController *g_flowController = NULL;
656 struct ConnSlideWindowController *controller = ConnSlideWindowControllerNew(); in ConnBleInitTransModule()