Lines Matching refs:GetProperty
45 auto value = config.GetProperty("A", "B"); in TEST()
56 auto value = config.GetProperty("A", "B"); in TEST()
67 ASSERT_TRUE(config.GetProperty("CC:DD:EE:FF:00:10", "Name")); in TEST()
83 ASSERT_TRUE(config_2.GetProperty("CC:DD:EE:FF:00:10", "Name")); in TEST()
85 ASSERT_TRUE(config_1.GetProperty("CC:DD:EE:FF:00:10", "Name")); in TEST()
115 auto value = config.GetProperty("A", "B"); in TEST()
124 auto value = config.GetProperty("A", "B"); in TEST()
127 value = config.GetProperty("AA:BB:CC:DD:EE:FF", "B"); in TEST()
130 ASSERT_FALSE(config.GetProperty("A", "BC")); in TEST()
131 ASSERT_FALSE(config.GetProperty("ABC", "B")); in TEST()
144 auto value = config.GetProperty("AA:BB:CC:DD:EE:FF", "C"); in TEST()
147 value = config.GetProperty("AA:BB:CC:DD:EE:FF", "B"); in TEST()
151 value = config.GetProperty("AA:BB:CC:DD:EE:FF", "B"); in TEST()
187 ASSERT_FALSE(config.GetProperty("AA:BB:CC:DD:EE:FF", "B")); in TEST()
203 ASSERT_FALSE(config.GetProperty("AA:BB:CC:DD:EE:FF", "C")); in TEST()
232 …ASSERT_THAT(config.GetProperty(GetTestAddress(i), "Name"), Optional(StrEq("Hello" + std::to_string… in TEST()
235 …ASSERT_THAT(config.GetProperty(GetTestAddress(i), "Name"), Optional(StrEq("Hello" + std::to_string… in TEST()
285 config.GetProperty("AA:BB:CC:DD:EE:FF", "DevType"), in TEST()
292 config.GetProperty("CC:DD:EE:FF:00:11", "DevType"), in TEST()
297 config.GetProperty("CC:DD:EE:FF:00:11", "DevType"), in TEST()
302 config.GetProperty("CC:DD:EE:FF:00:11", "DevType"), in TEST()