Home
last modified time | relevance | path

Searched refs:isPropertyUri (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_aggregator_test.cpp25 EXPECT_TRUE(isPropertyUri("@odata.id")); in TEST()
26 EXPECT_TRUE(isPropertyUri("Image")); in TEST()
28 EXPECT_TRUE(isPropertyUri("TaskMonitor")); in TEST()
29 EXPECT_TRUE(isPropertyUri("target")); in TEST()
36 EXPECT_TRUE(isPropertyUri("uri")); in TEST()
37 EXPECT_TRUE(isPropertyUri("URI")); in TEST()
43 EXPECT_FALSE(isPropertyUri("Destination")); in TEST()
44 EXPECT_FALSE(isPropertyUri("HostName")); in TEST()
50 EXPECT_FALSE(isPropertyUri("Name")); in TEST()
51 EXPECT_FALSE(isPropertyUri("Health")); in TEST()
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp154 inline bool isPropertyUri(std::string_view propertyName) in isPropertyUri() function
335 if (isPropertyUri(item.first)) in addPrefixes()