HomeSort by relevance Sort by last modified time
    Searched refs:kSubjectName (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/supplicant/
wpa_supplicant_unittest.cc 65 const char kSubjectName[] = "subject-name";
69 kSubjectName);
79 const char kSubjectName[] = "subject-name";
84 kSubjectName);
88 EXPECT_EQ(kSubjectName, subject);
  /system/connectivity/shill/ethernet/
ethernet_unittest.cc 548 const string kSubjectName("subject-name");
551 TriggerCertification(kSubjectName, kDepth);
552 EXPECT_CALL(*mock_service_, AddEAPCertification(kSubjectName, kDepth));
554 TriggerCertification(kSubjectName, kDepth);

Completed in 285 milliseconds