Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h32 using RdbOperation = DistributedRdb::RdbPredicateOperation; variable
66 API_EXPORT bool Marshalling(const RdbOperation &input, MessageParcel &data);
68 API_EXPORT bool Unmarshalling(RdbOperation &output, MessageParcel &data);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp69 bool Marshalling(const RdbOperation &input, MessageParcel &data) in Marshalling()
75 bool Unmarshalling(RdbOperation &output, MessageParcel &data) in Unmarshalling()