Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h43 using PrimaryKeys = std::vector<PrimaryKey>[Observer::CHG_TYPE_BUTT]; variable
102 API_EXPORT bool Marshalling(const PrimaryKeys &input, MessageParcel &data);
104 API_EXPORT bool Unmarshalling(PrimaryKeys &output, MessageParcel &data);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp161 bool Marshalling(const PrimaryKeys &input, MessageParcel &data) in Marshalling()
167 bool Unmarshalling(PrimaryKeys &output, MessageParcel &data) in Unmarshalling()