Home
last modified time | relevance | path

Searched refs:CreateSession (Results 1 – 25 of 74) sorted by relevance

123

/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dportallocator_unittest.cc123 bool CreateSession(int component) { in CreateSession() function in PortAllocatorTest
124 session_.reset(CreateSession("session", component)); in CreateSession()
130 bool CreateSession(int component, const std::string& content_name) { in CreateSession() function in PortAllocatorTest
131 session_.reset(CreateSession("session", content_name, component)); in CreateSession()
137 cricket::PortAllocatorSession* CreateSession( in CreateSession() function in PortAllocatorTest
139 return CreateSession(sid, kContentName, component); in CreateSession()
142 cricket::PortAllocatorSession* CreateSession( in CreateSession() function in PortAllocatorTest
144 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0); in CreateSession()
147 cricket::PortAllocatorSession* CreateSession( in CreateSession() function in PortAllocatorTest
151 allocator_->CreateSession( in CreateSession()
[all …]
/external/chromium_org/media/cdm/
Daes_decryptor_unittest.cc228 uint32 CreateSession(const std::vector<uint8>& key_id) { in CreateSession() function in media::AesDecryptorTest
233 EXPECT_TRUE(decryptor_.CreateSession( in CreateSession()
360 EXPECT_TRUE(decryptor_.CreateSession(session_id, std::string(), NULL, 0)); in TEST_F()
367 EXPECT_TRUE(decryptor_.CreateSession(session_id1, std::string(), NULL, 0)); in TEST_F()
372 EXPECT_TRUE(decryptor_.CreateSession(session_id2, std::string(), NULL, 0)); in TEST_F()
377 EXPECT_TRUE(decryptor_.CreateSession(session_id3, std::string(), NULL, 0)); in TEST_F()
381 uint32 session_id = CreateSession(key_id_); in TEST_F()
389 uint32 session_id = CreateSession(key_id_); in TEST_F()
404 uint32 session_id = CreateSession(key_id_); in TEST_F()
419 uint32 session_id = CreateSession(key_id_); in TEST_F()
[all …]
/external/chromium_org/net/tools/quic/
Dquic_dispatcher_test.cc73 QuicSession* CreateSession(QuicDispatcher* dispatcher, in CreateSession() function
134 .WillOnce(testing::Return(CreateSession( in TEST_F()
139 .WillOnce(testing::Return(CreateSession( in TEST_F()
155 .WillOnce(testing::Return(CreateSession( in TEST_F()
190 .WillOnce(testing::Return(CreateSession( in TEST_F()
245 .WillOnce(testing::Return(CreateSession( in SetUp()
250 .WillOnce(testing::Return(CreateSession( in SetUp()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsessionmanager.cc80 Session* SessionManager::CreateSession(const std::string& local_name, in CreateSession() function in cricket::SessionManager
83 return CreateSession(id, local_name, content_type); in CreateSession()
86 Session* SessionManager::CreateSession(const std::string& id, in CreateSession() function in cricket::SessionManager
91 return CreateSession(local_name, local_name, sid, content_type, false); in CreateSession()
94 Session* SessionManager::CreateSession( in CreateSession() function in cricket::SessionManager
193 session = CreateSession(msg.to, msg.initiator, msg.sid, in OnIncomingMessage()
Dsessionmanager.h92 Session *CreateSession(const std::string& local_name,
95 Session *CreateSession(const std::string& id,
156 Session *CreateSession(const std::string& local_name,
/external/chromium_org/net/quic/
Dquic_network_transaction_unittest.cc221 void CreateSession() { in CreateSession() function in net::test::QuicNetworkTransactionTest
371 CreateSession(); in TEST_F()
422 CreateSession(); in TEST_F()
449 CreateSession(); in TEST_F()
498 CreateSession(); in TEST_F()
551 CreateSession(); in TEST_F()
648 CreateSession(); in TEST_F()
695 CreateSession(); in TEST_F()
744 CreateSession(); in TEST_F()
784 CreateSession(); in TEST_F()
[all …]
/external/chromium/net/http/
Dhttp_network_transaction_unittest.cc104 HttpNetworkSession* CreateSession(SessionDependencies* session_deps) { in CreateSession() function
156 new HttpNetworkTransaction(CreateSession(&session_deps))); in SimpleGetHelper()
339 new HttpNetworkTransaction(CreateSession(&session_deps))); in TEST_F()
578 new HttpNetworkTransaction(CreateSession(&session_deps))); in TEST_F()
632 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST_F()
687 new HttpNetworkTransaction(CreateSession(&session_deps))); in TEST_F()
729 new HttpNetworkTransaction(CreateSession(&session_deps))); in TEST_F()
768 new HttpNetworkTransaction(CreateSession(&session_deps))); in TEST_F()
799 new HttpNetworkTransaction(CreateSession(&session_deps))); in TEST_F()
826 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in KeepAliveConnectionResendRequestTest()
[all …]
Dhttp_stream_factory_impl_unittest.cc78 HttpNetworkSession* CreateSession(SessionDependencies* session_deps) { in CreateSession() function
217 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST()
240 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST()
265 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST()
289 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST()
/external/chromium_org/net/http/
Dhttp_network_transaction_unittest.cc214 HttpNetworkSession* CreateSession(SpdySessionDependencies* session_deps) { in CreateSession() function
293 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in SimpleGetHelperForData()
571 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P()
866 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P()
910 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P()
965 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P()
1022 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P()
1064 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P()
1103 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P()
1134 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P()
[all …]
/external/chromium_org/content/renderer/media/android/
Dproxy_media_keys.cc48 bool ProxyMediaKeys::CreateSession(uint32 session_id, in CreateSession() function in content::ProxyMediaKeys
52 manager_->CreateSession( in CreateSession()
Dproxy_media_keys.h35 virtual bool CreateSession(uint32 session_id,
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmanager.cc77 Session* SessionManager::CreateSession(const std::string& local_name, in CreateSession() function in cricket::SessionManager
79 return CreateSession(local_name, local_name, in CreateSession()
84 Session* SessionManager::CreateSession( in CreateSession() function in cricket::SessionManager
182 session = CreateSession(msg.to, msg.initiator, msg.sid, in OnIncomingMessage()
Dsessionmanager.h76 Session *CreateSession(const std::string& local_name,
140 Session *CreateSession(const std::string& local_name,
Dportallocator.h92 virtual PortAllocatorSession *CreateSession(const std::string &name,
/external/chromium_org/media/cdm/ppapi/
Dcdm_wrapper.h55 virtual void CreateSession(uint32_t session_id,
150 virtual void CreateSession(uint32_t session_id, in CreateSession() function
155 cdm_->CreateSession(session_id, type, type_size, init_data, init_data_size); in CreateSession()
362 void CdmWrapperImpl<cdm::ContentDecryptionModule_1>::CreateSession( in CreateSession() function
415 void CdmWrapperImpl<cdm::ContentDecryptionModule_2>::CreateSession( in CreateSession() function
/external/chromium_org/ppapi/cpp/private/
Dcontent_decryptor_private.cc41 void CreateSession(PP_Instance instance, in CreateSession() function
60 ->CreateSession(session_id, type_var.AsString(), init_data_array_buffer); in CreateSession()
179 &CreateSession,
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasessionclient.h154 Session *CreateSession(Call *call);
155 Session *CreateSession(const std::string& id, Call* call);
/external/chromium_org/chrome/renderer/resources/extensions/
Dcast_streaming_session_custom_bindings.js14 natives.CreateSession(audioTrack, videoTrack, callback);
/external/chromium_org/content/public/browser/
Dspeech_recognition_manager.h42 virtual int CreateSession(const SpeechRecognitionSessionConfig& config) = 0;
/external/chromium_org/ppapi/c/private/
Dppp_content_decryptor_private.h73 void (*CreateSession)(PP_Instance instance, member
/external/chromium_org/media/base/
Dmedia_keys.h50 virtual bool CreateSession(uint32 session_id,
/external/chromium_org/content/public/test/
Dfake_speech_recognition_manager.h45 virtual int CreateSession(
/external/chromium_org/ppapi/proxy/
Dppp_content_decryptor_private_proxy.cc127 void CreateSession(PP_Instance instance, in CreateSession() function
359 &CreateSession,
443 CallWhileUnlocked(ppp_decryptor_impl_->CreateSession, in OnMsgCreateSession()
/external/chromium_org/v8/src/
Ddebug-agent.h57 void CreateSession(Socket* socket);
/external/chromium_org/content/renderer/media/
Dwebcontentdecryptionmodulesession_impl.cc45 media_keys_->CreateSession( in generateKeyRequest()

123