Home
last modified time | relevance | path

Searched refs:hashJsonWithoutKey (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Detag_utils.hpp28 size_t hash = json_util::hashJsonWithoutKey(res.jsonValue, "DateTime"); in etagOmitDateTimeHandler()
H A Djson_utils.hpp940 inline size_t hashJsonWithoutKey(const nlohmann::json& jsonValue, in hashJsonWithoutKey() function
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp648 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()