Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp27 if (node.GetItemField() == field) { in GetValueInSameLevel()
43 if (node.GetItemField() == field) { in GetValueInSameLevel()
96 std::string fieldName = item.GetItemField(ret); in CheckNode()
141 std::string fieldName = item.GetItemField(ret); in CheckProjectionNode()
222 allFieldsName.emplace_back(node.GetItemField()); in ParseNode()
226 if (!node.GetChild().IsNull() && node.GetChild().GetItemField() != "") { in ParseNode()
302 childPath.push_back(child.GetItemField()); in JsonObjectIterator()
316 childPath.push_back(child.GetItemField()); in JsonObjectIterator()
433 fatherItem.ReplaceItemInObject(item.GetItemField().c_str(), item, errCode); in JsonValueReplace()
451 if (!item.GetItemField(errCode).empty()) { in JsonValueReplace()
[all …]
H A Dcollection_option.cpp35 std::string fieldName = child.GetItemField(); in CFG_IsValid()
H A Ddb_config.cpp142 std::string fieldName = child.GetItemField(); in IsDbconfigValid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Drd_json_object.h89 std::string GetItemField() const;
90 std::string GetItemField(int &errCode) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp450 std::string JsonObject::GetItemField() const in GetItemField() function in DocumentDB::JsonObject
474 std::string JsonObject::GetItemField(int &errCode) const in GetItemField() function in DocumentDB::JsonObject
860 std::string JsonObject::GetItemField() const
865 std::string JsonObject::GetItemField(int &errCode) const
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp197 int errCode = SplitFieldName(jsonTemp.GetItemField(), allFieldsName); in CheckUpdata()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp197 singlePath.emplace_back(nodeInstance.GetItemField()); in CheckCutNode()