Searched refs:PubSubFeature (Results 1 – 4 of 4) sorted by relevance
26 static Relation *GetRelation(PubSubFeature *feature, const Topic *topic);28 static PubSubFeature g_broadcastFeature = {38 PubSubFeature *feature = &g_broadcastFeature; in Init()60 ((PubSubFeature *)feature)->identity = identity; in OnInitialize()71 PubSubFeature *broadcast = (PubSubFeature *)feature; in OnMessage()95 static Relation *GetRelation(PubSubFeature *feature, const Topic *topic) in GetRelation()
41 typedef struct PubSubFeature PubSubFeature; typedef43 struct PubSubFeature { struct45 Relation *(*GetRelation)(PubSubFeature *feature, const Topic *topic); argument
28 static BOOL ImmediatelyPublish(PubSubFeature *feature, const Topic *topic, const Request *request);42 g_pubSubImplement.feature = (PubSubFeature *)feature; in BCE_CreateInstance()181 PubSubFeature *feature = broadcast->feature; in Publish()206 static BOOL ImmediatelyPublish(PubSubFeature *feature, const Topic *topic, const Request *request) in ImmediatelyPublish()
35 PubSubFeature *feature;