Searched refs:time_service (Results 1 – 3 of 3) sorted by relevance
41 TestTimeService* time_service = new TestTimeService; in TEST_F() local43 time_service->set_current_time(current_time); in TEST_F()44 CertVerifier verifier(time_service); in TEST_F()79 TestTimeService* time_service = new TestTimeService; in TEST_F() local81 time_service->set_current_time(current_time); in TEST_F()82 CertVerifier verifier(time_service); in TEST_F()116 TestTimeService* time_service = new TestTimeService; in TEST_F() local118 time_service->set_current_time(current_time); in TEST_F()119 CertVerifier verifier(time_service); in TEST_F()155 time_service->set_current_time(current_time); in TEST_F()[all …]
70 explicit CertVerifier(TimeService* time_service);
292 CertVerifier::CertVerifier(TimeService* time_service) in CertVerifier() argument293 : time_service_(time_service), in CertVerifier()