Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/
H A Ddocumentdb_jsonobject_test.cpp58 ValueObject obj = conf.GetObjectByPath({ "b", "c" }, ret);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dcollection_option.cpp82 ValueObject maxDocValue = collOpt.GetObjectByPath(maxDocField, errCode); in ReadOption()
H A Ddb_config.cpp60 ValueObject configValue = config.GetObjectByPath(configField, errCode); in CheckAndGetDBConfig()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Drd_json_object.h96 ValueObject GetObjectByPath(const JsonFieldPath &jsonPath, int &errCode) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp613 ValueObject JsonObject::GetObjectByPath(const JsonFieldPath &jsonPath, int &errCode) const in GetObjectByPath() function in DocumentDB::JsonObject
930 ValueObject JsonObject::GetObjectByPath(const JsonFieldPath &jsonPath, int &errCode) const