Home
last modified time | relevance | path

Searched refs:connection_manager_ (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/mojo_bootstrap/
H A Dpending_connection_manager_unittest.cc14 PendingConnectionManager connection_manager_; member in mojo_bootstrap::PendingConnectionManagerTest
22 connection_manager_.ExpectOpenIpcChannel( in TEST_F()
25 EXPECT_TRUE(connection_manager_.OpenIpcChannel(token.ToString(), {})); in TEST_F()
26 EXPECT_FALSE(connection_manager_.OpenIpcChannel(token.ToString(), {})); in TEST_F()
32 connection_manager_.ExpectOpenIpcChannel( in TEST_F()
35 connection_manager_.CancelExpectedOpenIpcChannel(token); in TEST_F()
36 EXPECT_FALSE(connection_manager_.OpenIpcChannel(token.ToString(), {})); in TEST_F()
40 EXPECT_FALSE(connection_manager_.OpenIpcChannel("invalid", {})); in TEST_F()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/mtproto/
H A DConnectionManager.h22 : connection_manager_(std::move(connection_manager)) { in ConnectionToken()
29 connection_manager_ = std::move(other.connection_manager_);
37 if (!connection_manager_.empty()) { in reset()
38 send_closure(connection_manager_, &ConnectionManager::dec_connect); in reset()
39 connection_manager_.reset(); in reset()
44 return connection_manager_.empty(); in empty()
48 ActorShared<ConnectionManager> connection_manager_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/phonehub/
H A Dconnection_manager_impl_unittest.cc104 return connection_manager_->GetStatus(); in GetStatus()
158 connection_manager_->AttemptConnection(); in TEST_F()
183 connection_manager_->AttemptConnection(); in TEST_F()
205 connection_manager_->AttemptConnection(); in TEST_F()
243 connection_manager_->AttemptConnection(); in TEST_F()
280 connection_manager_->AttemptConnection(); in TEST_F()
293 connection_manager_->AttemptConnection(); in TEST_F()
306 connection_manager_->AttemptConnection(); in TEST_F()
331 connection_manager_->AttemptConnection(); in TEST_F()
351 connection_manager_->AttemptConnection(); in TEST_F()
[all …]
H A Dcros_state_sender.cc22 connection_manager_(connection_manager), in CrosStateSender()
25 DCHECK(connection_manager_); in CrosStateSender()
28 connection_manager_->AddObserver(this); in CrosStateSender()
33 connection_manager_->RemoveObserver(this); in ~CrosStateSender()
39 if (connection_manager_->GetStatus() != in AttemptUpdateCrosState()
43 << connection_manager_->GetStatus(); in AttemptUpdateCrosState()
H A Dphone_hub_manager_impl.cc41 connection_manager_( in PhoneHubManagerImpl()
48 connection_manager_.get(), in PhoneHubManagerImpl()
52 std::make_unique<MessageReceiverImpl>(connection_manager_.get())), in PhoneHubManagerImpl()
54 std::make_unique<MessageSenderImpl>(connection_manager_.get())), in PhoneHubManagerImpl()
57 connection_manager_.get(), in PhoneHubManagerImpl()
63 connection_manager_.get(), in PhoneHubManagerImpl()
171 connection_manager_.reset(); in Shutdown()
H A Dmessage_receiver_impl.cc45 : connection_manager_(connection_manager) { in MessageReceiverImpl()
46 DCHECK(connection_manager_); in MessageReceiverImpl()
48 connection_manager_->AddObserver(this); in MessageReceiverImpl()
52 connection_manager_->RemoveObserver(this); in ~MessageReceiverImpl()
/dports/misc/veles/veles-2018.05.0/src/ui/
H A Dveles_mainwindow.cc111 connection_manager_ = new ConnectionManager(this); in init()
124 connect(connection_manager_, &ConnectionManager::connectionStatusChanged, in init()
126 connect(connection_manager_, &ConnectionManager::connectionsChanged, in init()
130 connect(connection_manager_, &ConnectionManager::connectionStatusChanged, in init()
133 connect(connection_manager_, &ConnectionManager::connectionStatusChanged, in init()
140 connection_manager_->connectionDialogAccepted(); in init()
141 connect(this, &VelesMainWindow::shown, connection_manager_, in init()
223 connection_menu->addAction(connection_manager_->showConnectionDialogAction()); in createMenus()
224 connection_menu->addAction(connection_manager_->disconnectAction()); in createMenus()
226 connection_manager_->killLocallyCreatedServerAction()); in createMenus()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/heap_profiling/
H A Dheap_profiling_service.cc51 connection_manager_.OnNewConnection(pid, std::move(client), process_type, in AddProfilingClient()
56 std::move(callback).Run(connection_manager_.GetConnectionPids()); in GetProfiledPids()
64 connection_manager_.GetConnectionPidsThatNeedVmRegions(); in DumpProcessesForTracing()
66 connection_manager_.DumpProcessesForTracing( in DumpProcessesForTracing()
86 connection_manager_.DumpProcessesForTracing(strip_path_from_mapped_files, in OnGetVmRegionsCompleteForDumpProcessesForTracing()
94 ConnectionManager connection_manager_; member in heap_profiling::__anon4af3760e0111::ProfilingServiceImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/heap_profiling/
H A Dheap_profiling_service.cc52 connection_manager_.OnNewConnection(pid, std::move(client), process_type, in AddProfilingClient()
57 std::move(callback).Run(connection_manager_.GetConnectionPids()); in GetProfiledPids()
65 connection_manager_.GetConnectionPidsThatNeedVmRegions(); in DumpProcessesForTracing()
67 connection_manager_.DumpProcessesForTracing( in DumpProcessesForTracing()
87 connection_manager_.DumpProcessesForTracing(strip_path_from_mapped_files, in OnGetVmRegionsCompleteForDumpProcessesForTracing()
95 ConnectionManager connection_manager_; member in heap_profiling::__anon02b17e690111::ProfilingServiceImpl
/dports/devel/boost-docs/boost_1_72_0/libs/asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/devel/boost-python-libs/boost_1_72_0/libs/asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/doc/html/boost_asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket_), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket_), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/www/restbed/restbed-4.8/dependency/asio/asio/src/examples/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/databases/percona57-server/boost_1_59_0/doc/html/boost_asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket_), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/databases/percona57-server/boost_1_59_0/libs/asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket_), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/databases/xtrabackup/boost_1_59_0/doc/html/boost_asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket_), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/databases/xtrabackup/boost_1_59_0/libs/asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket_), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/databases/percona57-client/boost_1_59_0/libs/asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket_), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/databases/percona57-client/boost_1_59_0/doc/html/boost_asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket_), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/emulators/mess/mame-mame0226/3rdparty/asio/src/examples/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/emulators/mame/mame-mame0226/3rdparty/asio/src/examples/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/devel/boost-libs/boost_1_72_0/libs/asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/devel/boost-libs/boost_1_72_0/doc/html/boost_asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()
/dports/devel/boost-docs/boost_1_72_0/doc/html/boost_asio/example/cpp11/http/server/
H A Dserver.cpp23 connection_manager_(), in server()
72 connection_manager_.start(std::make_shared<connection>( in do_accept()
73 std::move(socket), connection_manager_, request_handler_)); in do_accept()
89 connection_manager_.stop_all(); in do_await_stop()

12345678910