Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp329 static Entry CEntryToEntry(const CEntry &cEntry) in CEntryToEntry()
471 CEntry *cEntries = static_cast<CEntry*>(malloc(entries.size() * sizeof(CEntry))); in GetEntriesByDataQuery()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H A Ddistributed_kv_store_impl.h81 struct CEntry { struct
87 CEntry* head; argument