Home
last modified time | relevance | path

Searched refs:kDepth (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/ethernet/
Dethernet_unittest.cc549 const uint32_t kDepth = 123; in TEST_F() local
551 TriggerCertification(kSubjectName, kDepth); in TEST_F()
552 EXPECT_CALL(*mock_service_, AddEAPCertification(kSubjectName, kDepth)); in TEST_F()
554 TriggerCertification(kSubjectName, kDepth); in TEST_F()
/system/connectivity/shill/wifi/
Dwifi_unittest.cc3771 const uint32_t kDepth = 123; in TEST_F() local
3772 args.SetUint(WPASupplicant::kInterfacePropertyDepth, kDepth); in TEST_F()
3781 EXPECT_CALL(*service, AddEAPCertification(kSubject, kDepth)).Times(1); in TEST_F()