Home
last modified time | relevance | path

Searched refs:SetChallengeForBoundSession (Results 1 – 14 of 14) sorted by relevance

/external/cronet/stable/net/device_bound_sessions/
Dmock_session_service.h44 SetChallengeForBoundSession,
Dsession_service.h78 virtual void SetChallengeForBoundSession(
Dsession_service_impl.h59 void SetChallengeForBoundSession(OnAccessCallback on_access_callback,
Dsession_service_impl_unittest.cc185 TEST_F(SessionServiceImplTest, SetChallengeForBoundSession) { in TEST_F() argument
207 service().SetChallengeForBoundSession(base::DoNothing(), kTestUrl, param); in TEST_F()
318 service().SetChallengeForBoundSession( in TEST_F()
Dsession_service_impl.cc146 void SessionServiceImpl::SetChallengeForBoundSession( in SetChallengeForBoundSession() function in net::device_bound_sessions::SessionServiceImpl
/external/cronet/tot/net/device_bound_sessions/
Dmock_session_service.h44 SetChallengeForBoundSession,
Dsession_service.h78 virtual void SetChallengeForBoundSession(
Dsession_service_impl.h59 void SetChallengeForBoundSession(OnAccessCallback on_access_callback,
Dsession_service_impl_unittest.cc185 TEST_F(SessionServiceImplTest, SetChallengeForBoundSession) { in TEST_F() argument
207 service().SetChallengeForBoundSession(base::DoNothing(), kTestUrl, param); in TEST_F()
318 service().SetChallengeForBoundSession( in TEST_F()
Dsession_service_impl.cc146 void SessionServiceImpl::SetChallengeForBoundSession( in SetChallengeForBoundSession() function in net::device_bound_sessions::SessionServiceImpl
/external/cronet/tot/net/url_request/
Durl_request_http_job.cc1163 service->SetChallengeForBoundSession( in ProcessDeviceBoundSessionsHeader()
Durl_request_http_job_unittest.cc1465 EXPECT_CALL(GetMockService(), SetChallengeForBoundSession).Times(1); in TEST_F()
/external/cronet/stable/net/url_request/
Durl_request_http_job.cc1163 service->SetChallengeForBoundSession( in ProcessDeviceBoundSessionsHeader()
Durl_request_http_job_unittest.cc1465 EXPECT_CALL(GetMockService(), SetChallengeForBoundSession).Times(1); in TEST_F()