Home
last modified time | relevance | path

Searched refs:GetItemValue (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_json_common_test.cpp62 EXPECT_EQ(itemCase.GetItemValue().GetIntValue(), 1);
66 EXPECT_EQ(itemName.GetItemValue().GetStringValue(), "Xue");
86 EXPECT_EQ(itemCase.GetItemValue().GetIntValue(), 99); // 99: grade
90 EXPECT_EQ(itemName.GetItemValue().GetStringValue(), "Neco");
114 EXPECT_EQ(itemName.GetItemValue().GetStringValue(), "Neco");
147 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "GG");
166 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "LL");
185 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "XXX");
204 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "XX");
223 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "AA");
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp28 ValueObject itemValue = node.GetItemValue(); in GetValueInSameLevel()
44 ValueObject itemValue = node.GetItemValue(); in GetValueInSameLevel()
62 ValueObject itemValue = node.GetItemValue(); in CheckLeafNode()
634 bool isEqual = isValueEqual(srcItem.GetItemValue(), item.GetItemValue()); in IsObjectItemMatch()
H A Dcollection_option.cpp37 …if (strcmp(child.GetItemValue().GetStringValue().c_str(), KV_COLLECTION_MODE) == 0) { // The value… in CFG_IsValid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Drd_json_object.h84 ValueObject GetItemValue() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp385 ValueObject JsonObject::GetItemValue() const in GetItemValue() function in DocumentDB::JsonObject
620 return objGot.GetItemValue(); in GetObjectByPath()
834 ValueObject JsonObject::GetItemValue() const