Home
last modified time | relevance | path

Searched defs:PublishedDataKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Dpublished_data_subscriber_manager.h28 struct PublishedDataKey { struct
44 int Add(const PublishedDataKey &key, const sptr<IDataProxyPublishedDataObserver> observer, argument
H A Dpublished_data_subscriber_manager.cpp216 PublishedDataKey::PublishedDataKey(const std::string &key, const std::string &bundle, const int64_t… in PublishedDataKey() function in OHOS::DataShare::PublishedDataKey