Searched refs:GetRelation (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/ |
H A D | pub_sub_implement.c | 54 if (broadcast->feature == NULL || broadcast->feature->GetRelation == NULL) { in AddTopic() 58 if (broadcast->feature->GetRelation(broadcast->feature, topic) != NULL) { in AddTopic() 84 if (broadcast->feature == NULL || broadcast->feature->GetRelation == NULL) { in Subscribe() 88 Relation *relation = broadcast->feature->GetRelation(broadcast->feature, topic); in Subscribe() 123 if (broadcast->feature == NULL || broadcast->feature->GetRelation == NULL) { in ModifyConsumer() 127 Relation *relation = broadcast->feature->GetRelation(broadcast->feature, topic); in ModifyConsumer() 153 if (broadcast->feature == NULL || broadcast->feature->GetRelation == NULL) { in Unsubscribe() 157 Relation *relation = broadcast->feature->GetRelation(broadcast->feature, topic); in Unsubscribe() 208 if (feature->GetRelation == NULL) { in ImmediatelyPublish() 212 Relation *relation = feature->GetRelation(feature, topic); in ImmediatelyPublish()
|
H A D | pub_sub_feature.c | 26 static Relation *GetRelation(PubSubFeature *feature, const Topic *topic); 33 .GetRelation = GetRelation, 75 Relation *relation = broadcast->GetRelation(broadcast, &topic); in OnMessage() 95 static Relation *GetRelation(PubSubFeature *feature, const Topic *topic) in GetRelation() function
|
H A D | pub_sub_feature.h | 45 Relation *(*GetRelation)(PubSubFeature *feature, const Topic *topic); member
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.h | 62 int32_t GetRelation(std::shared_ptr<OhCloudExtHashMap> relations, DBRelation &dbRelation);
|
H A D | cloud_server_impl.cpp | 470 if (GetRelation(pRelations, dbRelation) != DBErr::E_OK) { in SaveRelation() 478 int32_t CloudServerImpl::GetRelation(std::shared_ptr<OhCloudExtHashMap> relations, DBRelation &dbRe… in GetRelation() function in OHOS::CloudData::CloudServerImpl
|