Searched refs:DoPropertiesMatch (Results 1 – 6 of 6) sorted by relevance
71 MOCK_CONST_METHOD1(DoPropertiesMatch, bool(const KeyValueStore& args));
1274 TEST_F(ServiceTest, DoPropertiesMatch) { in TEST_F() argument1299 EXPECT_TRUE(service_->DoPropertiesMatch(args)); in TEST_F()1309 EXPECT_FALSE(service_->DoPropertiesMatch(args)); in TEST_F()1319 EXPECT_FALSE(service_->DoPropertiesMatch(args)); in TEST_F()1329 EXPECT_FALSE(service_->DoPropertiesMatch(args)); in TEST_F()1339 EXPECT_FALSE(service_->DoPropertiesMatch(args)); in TEST_F()1349 EXPECT_FALSE(service_->DoPropertiesMatch(args)); in TEST_F()
305 virtual bool DoPropertiesMatch(const KeyValueStore& args) const;
734 bool Service::DoPropertiesMatch(const KeyValueStore& args) const { in DoPropertiesMatch() function in shill::Service
2486 if (service->DoPropertiesMatch(args)) { in FindMatchingService()
2425 EXPECT_CALL(*mock_service0, DoPropertiesMatch(_)) in TEST_F()2433 EXPECT_CALL(*mock_service1, DoPropertiesMatch(_)) in TEST_F()