Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h45 using RdbProperties = DistributedRdb::RdbChangeProperties; variable
114 API_EXPORT bool Marshalling(const RdbProperties &input, MessageParcel &data);
116 API_EXPORT bool Unmarshalling(RdbProperties &output, MessageParcel &data);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp196 bool Marshalling(const RdbProperties &input, MessageParcel &data) in Marshalling()
201 bool Unmarshalling(RdbProperties &output, MessageParcel &data) in Unmarshalling()