Home
last modified time | relevance | path

Searched refs:PubSubFeature (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_feature.c26 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()
H A Dpub_sub_feature.h41 typedef struct PubSubFeature PubSubFeature; typedef
43 struct PubSubFeature { struct
45 Relation *(*GetRelation)(PubSubFeature *feature, const Topic *topic); argument
H A Dpub_sub_implement.c28 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()
H A Dpub_sub_implement.h35 PubSubFeature *feature;