Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp139 bool isLocalFieldPrimary = false; in ComparePrimaryField() local
142 isLocalFieldPrimary = true; in ComparePrimaryField()
147 return isLocalFieldPrimary == cloudField.primary; in ComparePrimaryField()