Lines Matching refs:OnEndpointAdded
816 OnEndpointAdded(EndpointMatch(endpoint))).Times(1);
1984 EXPECT_CALL(*wifi_provider(), OnEndpointAdded(_)).Times(5);
2020 EXPECT_CALL(*wifi_provider(), OnEndpointAdded(EndpointMatch(ap0))).Times(1);
2021 EXPECT_CALL(*wifi_provider(), OnEndpointAdded(EndpointMatch(ap1))).Times(1);
2022 EXPECT_CALL(*wifi_provider(), OnEndpointAdded(EndpointMatch(ap2))).Times(1);
2034 EXPECT_CALL(*wifi_provider(), OnEndpointAdded(_)).Times(0);
4583 EXPECT_CALL(*wifi_provider(), OnEndpointAdded(EndpointMatch(ap0)));
4584 EXPECT_CALL(*wifi_provider(), OnEndpointAdded(EndpointMatch(ap1)));
4588 EXPECT_CALL(*wifi_provider(), OnEndpointAdded(EndpointMatch(ap2)));