Searched refs:hashJsonWithoutKey (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | etag_utils.hpp | 28 size_t hash = json_util::hashJsonWithoutKey(res.jsonValue, "DateTime"); in etagOmitDateTimeHandler()
|
| H A D | json_utils.hpp | 940 inline size_t hashJsonWithoutKey(const nlohmann::json& jsonValue, in hashJsonWithoutKey() function
|
| /openbmc/bmcweb/test/redfish-core/include/utils/ |
| H A D | json_utils_test.cpp | 648 TEST(hashJsonWithoutKey, HashObject) in TEST() argument 661 EXPECT_EQ(originalHash, hashJsonWithoutKey(obj, "other")); in TEST() 667 EXPECT_NE(originalHash, hashJsonWithoutKey(obj, element.key())); in TEST() 673 hashJsonWithoutKey(obj, element.key())); in TEST() 679 EXPECT_EQ(originalHash, hashJsonWithoutKey(obj, "key4")); in TEST()
|