Searched refs:ConnSlideWindowController (Results 1 – 5 of 5) sorted by relevance
35 struct ConnSlideWindowController { struct36 int32_t (*apply)(struct ConnSlideWindowController *self, int32_t expect); argument37 …int32_t (*enable)(struct ConnSlideWindowController *self, int32_t windowInMillis, int32_t quotaInB… argument38 int32_t (*disable)(struct ConnSlideWindowController *self); argument48 int32_t ConnSlideWindowControllerConstructor(struct ConnSlideWindowController *self); argument49 void ConnSlideWindowControllerDestructor(struct ConnSlideWindowController *self);50 struct ConnSlideWindowController *ConnSlideWindowControllerNew(void);51 void ConnSlideWindowControllerDelete(struct ConnSlideWindowController *self);
30 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()
42 struct ConnSlideWindowController controller { };
35 static struct ConnSlideWindowController *g_flowController = NULL;562 struct ConnSlideWindowController *controller = ConnSlideWindowControllerNew(); in ConnBrTransMuduleInit()
36 static struct ConnSlideWindowController *g_flowController = NULL;656 struct ConnSlideWindowController *controller = ConnSlideWindowControllerNew(); in ConnBleInitTransModule()