Searched refs:kDepth (Results 1 – 2 of 2) sorted by relevance
549 const uint32_t kDepth = 123; in TEST_F() local551 TriggerCertification(kSubjectName, kDepth); in TEST_F()552 EXPECT_CALL(*mock_service_, AddEAPCertification(kSubjectName, kDepth)); in TEST_F()554 TriggerCertification(kSubjectName, kDepth); in TEST_F()
3771 const uint32_t kDepth = 123; in TEST_F() local3772 args.SetUint(WPASupplicant::kInterfacePropertyDepth, kDepth); in TEST_F()3781 EXPECT_CALL(*service, AddEAPCertification(kSubject, kDepth)).Times(1); in TEST_F()