Home | History | Annotate | Download | only in webrtc

Lines Matching refs:identity_service

348   void Init(DTLSIdentityServiceInterface* identity_service) {
362 identity_service, ice_type_));
377 FakeIdentityService* identity_service = new FakeIdentityService();
378 identity_service->set_should_fail(identity_request_should_fail);
379 Init(identity_service);