Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h29 using NotifyConfig = DistributedRdb::RdbNotifyConfig; variable
54 API_EXPORT bool Marshalling(const NotifyConfig &input, MessageParcel &data);
56 API_EXPORT bool Unmarshalling(NotifyConfig &output, MessageParcel &data);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp34 bool Marshalling(const NotifyConfig &input, MessageParcel &data) in Marshalling()
39 bool Unmarshalling(NotifyConfig &output, MessageParcel &data) in Unmarshalling()