Searched refs:isPropertyUri (Results 1 – 2 of 2) sorted by relevance
26 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 …]
189 inline bool isPropertyUri(std::string_view propertyName) in isPropertyUri() function369 if (isPropertyUri(item.first)) in addPrefixes()