Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/observer/include/
H A Dnapi_subscriber_manager.h75 struct NapiPublishedObserverMapKey { struct
78 NapiPublishedObserverMapKey(const std::string &uri, int64_t subscriberId) : uri_(uri), in NapiPublishedObserverMapKey() argument
80 bool operator==(const NapiPublishedObserverMapKey &node) const
84 bool operator!=(const NapiPublishedObserverMapKey &node) const
88 bool operator<(const NapiPublishedObserverMapKey &node) const
101 class NapiPublishedSubscriberManager : public NapiCallbacksManager<NapiPublishedObserverMapKey, Nap… argument
103 using Key = NapiPublishedObserverMapKey;
105 using BaseCallbacks = NapiCallbacksManager<NapiPublishedObserverMapKey, NapiPublishedObserver>;