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.cpp26 EXPECT_TRUE(isPropertyUri("@Redfish.ActionInfo")); in TEST()
27 EXPECT_TRUE(isPropertyUri("@odata.id")); in TEST()
28 EXPECT_TRUE(isPropertyUri("Image")); in TEST()
29 EXPECT_TRUE(isPropertyUri("MetricProperty")); in TEST()
30 EXPECT_TRUE(isPropertyUri("TaskMonitor")); in TEST()
31 EXPECT_TRUE(isPropertyUri("target")); in TEST()
36 EXPECT_TRUE(isPropertyUri("AdditionalDataURI")); in TEST()
37 EXPECT_TRUE(isPropertyUri("DataSourceUri")); in TEST()
38 EXPECT_TRUE(isPropertyUri("uri")); in TEST()
39 EXPECT_TRUE(isPropertyUri("URI")); in TEST()
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp189 inline bool isPropertyUri(std::string_view propertyName) in isPropertyUri() function
369 if (isPropertyUri(item.first)) in addPrefixes()