Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Djson_object.cpp272 return GetFieldTypeByJsonValue(valueNode, outType); in GetFieldTypeByFieldPath()
287 errCode = GetFieldTypeByJsonValue(valueNode, valueType); in GetFieldValueByFieldPath()
368 errCode = GetFieldTypeByJsonValue(valueNode[eachSubField], eachSubType); in GetSubFieldPathAndType()
616 int JsonObject::GetFieldTypeByJsonValue(const Json::Value &value, FieldType &outType) const in GetFieldTypeByJsonValue() function in DistributedDB::JsonObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Djson_object.h107 int GetFieldTypeByJsonValue(const Json::Value &value, FieldType &outType) const;