Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/include/
H A Doh_pasteboard_observer_impl.h23 const int64_t cid = SUBSCRIBER_STRUCT_ID;
H A Doh_pasteboard_common.h39 SUBSCRIBER_STRUCT_ID = 1002950, enumerator
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/src/
H A Doh_pasteboard.cpp40 return observer != nullptr && observer->cid == SUBSCRIBER_STRUCT_ID; in IsSubscriberValid()