Searched refs:GetFieldValueByFieldPath (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | value_object.cpp | 115 int ValueObject::GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const in GetFieldValueByFieldPath() function in DistributedDB::ValueObject 120 return value_.GetFieldValueByFieldPath(inPath, outValue); in GetFieldValueByFieldPath()
|
H A D | schema_object.cpp | 504 …int errCode = inJsonObject.GetFieldValueByFieldPath(FieldPath{SchemaConstant::KEYWORD_SCHEMA_VERSI… in ParseCheckSchemaVersionMode() 517 …errCode = inJsonObject.GetFieldValueByFieldPath(FieldPath{SchemaConstant::KEYWORD_SCHEMA_MODE}, mo… in ParseCheckSchemaVersionMode() 595 errCode = inJsonObject.GetFieldValueByFieldPath(inPath, subFieldValue); in CheckSchemaDefineItemDecideAttribute() 670 …int errCode = inJsonObject.GetFieldValueByFieldPath(FieldPath {SchemaConstant::KEYWORD_SCHEMA_SKIP… in ParseCheckSchemaSkipSize()
|
H A D | json_object.cpp | 275 int JsonObject::GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const in GetFieldValueByFieldPath() function in DistributedDB::JsonObject 855 int JsonObject::GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | value_object.h | 51 int GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const;
|
H A D | json_object.h | 63 int GetFieldValueByFieldPath(const FieldPath &inPath, FieldValue &outValue) const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_schema_object_test.cpp | 1080 …EXPECT_EQ(val.GetFieldValueByFieldPath(FieldPath{"level_0_nest_0", "level_1_nest_0", "no_notnull_h… 1083 …EXPECT_EQ(val.GetFieldValueByFieldPath(FieldPath{"level_0_nest_0", "level_1_nest_0", "has_notnull_… 1086 …EXPECT_EQ(val.GetFieldValueByFieldPath(FieldPath{"level_0_nest_0", "level_1_nest_0", "level_2_nest…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | relational_schema_object.cpp | 387 errCode = inJsonObject.GetFieldValueByFieldPath(FieldPath {fieldName}, fieldValue); in GetMemberFromJsonObject() 496 errCode = value.GetFieldValueByFieldPath(FieldPath {}, fieldValue); in ParseCheckTrackerName()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_utils.cpp | 1926 errCode = inValue.GetFieldValueByFieldPath(inPath, outValue); in JsonExtractInnerFunc()
|