Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dschema_mgr.h45 std::vector<Field> &cloudFields);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp60 std::vector<Field> &cloudFields) in CompareFieldSchema() argument
63 for (const Field &cloudField : cloudFields) { in CompareFieldSchema()