Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h129 …int CheckFieldPathIndexableThenSave(const std::vector<FieldPath> &inPathVec, IndexInfo &infoToSave…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp717 return CheckFieldPathIndexableThenSave(indexPathVec, schemaIndexes_[indexName]); in ParseCheckEachIndexFromStringArray()
720 int SchemaObject::CheckFieldPathIndexableThenSave(const std::vector<FieldPath> &inPathVec, IndexInf… in CheckFieldPathIndexableThenSave() function in DistributedDB::SchemaObject