Home
last modified time | relevance | path

Searched refs:DoPropertiesMatch (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/
Dmock_service.h71 MOCK_CONST_METHOD1(DoPropertiesMatch, bool(const KeyValueStore& args));
Dservice_unittest.cc1274 TEST_F(ServiceTest, DoPropertiesMatch) { in TEST_F() argument
1299 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()
Dservice.h305 virtual bool DoPropertiesMatch(const KeyValueStore& args) const;
Dservice.cc734 bool Service::DoPropertiesMatch(const KeyValueStore& args) const { in DoPropertiesMatch() function in shill::Service
Dmanager.cc2486 if (service->DoPropertiesMatch(args)) { in FindMatchingService()
Dmanager_unittest.cc2425 EXPECT_CALL(*mock_service0, DoPropertiesMatch(_)) in TEST_F()
2433 EXPECT_CALL(*mock_service1, DoPropertiesMatch(_)) in TEST_F()