Home
last modified time | relevance | path

Searched refs:system_bus (Results 1 – 25 of 1179) sorted by relevance

12345678910>>...48

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/
H A Ddbus_clients_browser.cc129 arc_midis_client_->Init(system_bus); in Initialize()
131 cec_service_client_->Init(system_bus); in Initialize()
132 chunneld_client_->Init(system_bus); in Initialize()
133 cicerone_client_->Init(system_bus); in Initialize()
134 concierge_client_->Init(system_bus); in Initialize()
135 cros_disks_client_->Init(system_bus); in Initialize()
136 debug_daemon_client_->Init(system_bus); in Initialize()
137 easy_unlock_client_->Init(system_bus); in Initialize()
138 gnubby_client_->Init(system_bus); in Initialize()
139 image_burner_client_->Init(system_bus); in Initialize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/shill/
H A Dshill_clients.cc19 void Initialize(dbus::Bus* system_bus) { in Initialize() argument
21 if (!system_bus) in Initialize()
24 DCHECK(system_bus); in Initialize()
25 ModemMessagingClient::Initialize(system_bus); in Initialize()
26 SMSClient::Initialize(system_bus); in Initialize()
27 ShillDeviceClient::Initialize(system_bus); in Initialize()
28 ShillIPConfigClient::Initialize(system_bus); in Initialize()
29 ShillManagerClient::Initialize(system_bus); in Initialize()
30 ShillProfileClient::Initialize(system_bus); in Initialize()
31 ShillServiceClient::Initialize(system_bus); in Initialize()
[all …]
/dports/devel/py-python-dbusmock/python-dbusmock-0.25.0/dbusmock/
H A Dtestcase.py135 def get_dbus(cls, system_bus: bool = False) -> dbus.Bus:
141 if system_bus:
151 … def wait_for_bus_object(cls, dest: str, path: str, system_bus: bool = False, timeout: int = 600):
158 bus = cls.get_dbus(system_bus)
182 …def spawn_server(cls, name: str, path: str, interface: str, system_bus: bool = False, stdout: int …
195 if system_bus:
205 cls.wait_for_bus_object(name, path, system_bus)
243 if system_bus is None:
244 system_bus = module.SYSTEM_BUS
247 interface_name, system_bus, stdout)
[all …]
H A D__main__.py67 system_bus = args.system variable
73 system_bus = module.SYSTEM_BUS variable
86 bus = dbusmock.testcase.DBusTestCase.get_dbus(system_bus)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/hermes/
H A Dhermes_clients.cc14 void Initialize(dbus::Bus* system_bus) { in Initialize() argument
16 if (!system_bus) in Initialize()
19 DCHECK(system_bus); in Initialize()
23 HermesProfileClient::Initialize(system_bus); in Initialize()
24 HermesEuiccClient::Initialize(system_bus); in Initialize()
25 HermesManagerClient::Initialize(system_bus); in Initialize()
/dports/sysutils/tracker3/tracker-3.1.2/utils/trackertestutils/
H A Dsandbox.py70 self.system_bus = dbusdaemon.DBusDaemon(
73 self.system_bus = None
97 if self.system_bus:
100 self.system_bus.start(env=self.get_environment(), new_session=new_session)
102 self.extra_env['DBUS_SYSTEM_BUS_ADDRESS'] = self.system_bus.get_address()
135 if self.system_bus:
137 self.system_bus.stop()
161 return self.system_bus.get_connection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/dbus/
H A Dash_dbus_services.cc20 AshDBusServices::AshDBusServices(dbus::Bus* system_bus) { in AshDBusServices() argument
22 system_bus, chromeos::kDisplayServiceName, in AshDBusServices()
29 system_bus, chromeos::kGesturePropertiesServiceName, in AshDBusServices()
35 system_bus, chromeos::kLivenessServiceName, in AshDBusServices()
40 system_bus, chromeos::kUrlHandlerServiceName, in AshDBusServices()
45 system_bus, chromeos::kUserAuthenticationServiceName, in AshDBusServices()
/dports/devel/py-python-dbusmock/python-dbusmock-0.25.0/tests/
H A Dtest_systemd.py33 cls.system_bus = cls.get_dbus(True)
48 def _test_base(self, bus, system_bus=True): argument
53 system_bus=system_bus)
104 self._test_base(self.session_bus, system_bus=False)
107 self._test_base(self.system_bus, system_bus=True)
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/
H A Dmodule-rtkit.c89 struct pw_rtkit_bus *system_bus; member
181 void pw_rtkit_bus_free(struct pw_rtkit_bus *system_bus) in pw_rtkit_bus_free() argument
183 dbus_connection_close(system_bus->bus); in pw_rtkit_bus_free()
184 dbus_connection_unref(system_bus->bus); in pw_rtkit_bus_free()
185 free(system_bus); in pw_rtkit_bus_free()
453 if (impl->system_bus) in module_destroy()
454 pw_rtkit_bus_free(impl->system_bus); in module_destroy()
696 impl->system_bus = pw_rtkit_bus_get_system(); in pipewire__module_init()
697 if (impl->system_bus == NULL) { in pipewire__module_init()
728 if (impl->system_bus) in pipewire__module_init()
[all …]
/dports/print/system-config-printer/system-config-printer-1.5.12/
H A Dapplet.py78 def __init__ (self, system_bus, session_bus): argument
79 self.system_bus = system_bus
82 bus_name = dbus.service.BusName (PDS_OBJ, bus=system_bus)
324 def __init__ (self, session_bus, system_bus, loop): argument
325 self.system_bus = system_bus
330 system_bus.add_signal_receiver (self.handle_dbus_signal,
420 system_bus = session_bus = None variable
422 system_bus = dbus.SystemBus()
442 NewPrinterNotification(system_bus, session_bus)
453 cupshelpers.installdriver.PrinterDriversInstaller(system_bus)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/
H A Dchrome_browser_main_chromeos.cc277 system_bus, kNetworkProxyServiceName, in DBusServices()
289 system_bus, kMetricsEventServiceName, in DBusServices()
295 system_bus, kPluginVmServiceName, in DBusServices()
301 system_bus, kScreenLockServiceName, in DBusServices()
313 system_bus, kComponentUpdaterServiceName, in DBusServices()
322 system_bus, kChromeFeaturesServiceName, in DBusServices()
328 system_bus, kPrintersServiceName, in DBusServices()
340 system_bus, kVmPermissionServiceName, in DBusServices()
375 system_bus, in DBusServices()
384 system_bus, libvda::kLibvdaServiceName, in DBusServices()
[all …]
/dports/sysutils/polkit/polkit-0.120/src/polkitbackend/
H A Dpolkitbackendsessionmonitor.c47 GDBusConnection *system_bus; member
173 monitor->system_bus = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, &error); in polkit_backend_session_monitor_init()
174 if (monitor->system_bus == NULL) in polkit_backend_session_monitor_init()
213 if (monitor->system_bus != NULL) in polkit_backend_session_monitor_finalize()
214 g_object_unref (monitor->system_bus); in polkit_backend_session_monitor_finalize()
390 result = g_dbus_connection_call_sync (monitor->system_bus, in polkit_backend_session_monitor_get_session_for_subject()
413 result = g_dbus_connection_call_sync (monitor->system_bus, in polkit_backend_session_monitor_get_session_for_subject()
429 result = g_dbus_connection_call_sync (monitor->system_bus, in polkit_backend_session_monitor_get_session_for_subject()
H A Dpolkitbackendsessionmonitor-systemd.c127 GDBusConnection *system_bus; member
169 monitor->system_bus = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, &error); in polkit_backend_session_monitor_init()
170 if (monitor->system_bus == NULL) in polkit_backend_session_monitor_init()
186 if (monitor->system_bus != NULL) in polkit_backend_session_monitor_finalize()
187 g_object_unref (monitor->system_bus); in polkit_backend_session_monitor_finalize()
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/twisted/
H A Dmc-debug-server.c126 GDBusConnection *system_bus; in dbus_filter_function() local
133 system_bus = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, NULL); in dbus_filter_function()
134 g_assert (system_bus != NULL); in dbus_filter_function()
135 variant = g_dbus_connection_call_sync (system_bus, in dbus_filter_function()
141 g_object_unref (system_bus); in dbus_filter_function()
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/src/
H A Dconnectivity-monitor.c89 GDBusConnection *system_bus; member
308 self->priv->system_bus, &fds, result, &error); in login1_inhibit_cb()
366 g_dbus_connection_call_with_unix_fd_list (self->priv->system_bus, in connectivity_monitor_renew_inhibit()
378 login1_prepare_for_sleep_cb (GDBusConnection *system_bus G_GNUC_UNUSED, in login1_prepare_for_sleep_cb()
467 self->priv->system_bus = g_bus_get_finish (result, &error); in got_system_bus_cb()
469 if (self->priv->system_bus != NULL) in got_system_bus_cb()
472 g_dbus_connection_signal_subscribe (self->priv->system_bus, in got_system_bus_cb()
479 g_dbus_connection_signal_subscribe (self->priv->system_bus, in got_system_bus_cb()
622 clear_subscription (self->priv->system_bus, in connectivity_monitor_dispose()
624 clear_subscription (self->priv->system_bus, in connectivity_monitor_dispose()
[all …]
/dports/x11/mate-applets/mate-applets-1.26.0/cpufreq/src/
H A Dcpufreq-selector.c33 GDBusConnection *system_bus; member
51 g_clear_object (&selector->system_bus); in G_DEFINE_TYPE()
113 if (selector->system_bus) in cpufreq_selector_connect_to_system_bus()
116 selector->system_bus = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, error); in cpufreq_selector_connect_to_system_bus()
118 return (selector->system_bus != NULL); in cpufreq_selector_connect_to_system_bus()
129 selector->proxy = g_dbus_proxy_new_sync (selector->system_bus, in cpufreq_selector_create_proxy()
H A Dcpufreq-utils.c137 static GDBusConnection *system_bus = NULL; in selector_is_available() local
142 if (!system_bus) { in selector_is_available()
143 system_bus = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, &error); in selector_is_available()
144 if (!system_bus) { in selector_is_available()
152 proxy = g_dbus_proxy_new_sync (system_bus, in selector_is_available()
/dports/devel/d-feet/d-feet-0.3.15/src/dfeet/
H A Dwindow.py42 self.system_bus = None
109 if child == self.system_bus:
110 self.system_bus = None
129 if self.system_bus is not None:
132 self.system_bus = bw.box_bus
133 self.stack.add_titled(self.system_bus, 'System Bus', 'System Bus')
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/services/
H A Dcros_dbus_service.cc109 dbus::Bus* system_bus, in Create() argument
113 if (!system_bus) in Create()
116 return CreateRealImpl(system_bus, service_name, object_path, in Create()
/dports/devel/sdbus-cpp/sdbus-cpp-1.1.0/tests/unittests/
H A DConnection_test.cpp40 constexpr sdbus::internal::Connection::system_bus_t system_bus; variable
68 Connection(std::move(sdBusIntfMock_), system_bus); in TEST_F()
89 Connection(std::move(sdBusIntfMock_), system_bus); in TEST_F()
108 ASSERT_THROW(Connection(std::move(sdBusIntfMock_), system_bus), sdbus::Error); in TEST_F()
128 ASSERT_THROW(Connection(std::move(sdBusIntfMock_), system_bus), sdbus::Error); in TEST_F()
/dports/deskutils/gnome-initial-setup/gnome-initial-setup-41.2/gnome-initial-setup/pages/parental-controls/
H A Dgis-parental-controls-page.c54 g_autoptr(GDBusConnection) system_bus = NULL; in G_DEFINE_TYPE()
70 system_bus = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, error); in G_DEFINE_TYPE()
71 if (system_bus == NULL) in G_DEFINE_TYPE()
74 manager = mct_manager_new (system_bus); in G_DEFINE_TYPE()
/dports/sysutils/xfce4-power-manager/xfce4-power-manager-4.16.0/libdbus/
H A Dxfpm-dbus-monitor.c44 GDBusConnection *system_bus; member
204 g_dbus_connection_signal_subscribe (monitor->priv->system_bus, in xfpm_dbus_monitor_system()
261 monitor->priv->system_bus = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, NULL); in xfpm_dbus_monitor_init()
276 g_dbus_connection_signal_unsubscribe (monitor->priv->system_bus, monitor->priv->system_signal); in xfpm_dbus_monitor_finalize()
278 g_object_unref (monitor->priv->system_bus); in xfpm_dbus_monitor_finalize()
/dports/x11-wm/mutter/mutter-41.1/src/tests/
H A Dmeta-dbus-runner.py44 klass.system_bus_con = klass.get_dbus(system_bus=True)
45 klass.session_bus_con = klass.get_dbus(system_bus=False)
97 bus = klass.get_dbus(system_bus=mock_class.SYSTEM_BUS)
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/config/
H A Dhal.c47 DBusConnection *system_bus; member
449 if (dbus_connection_get_is_connected(info->system_bus)) { in disconnect_hook()
461 info->system_bus = NULL; in disconnect_hook()
474 info->system_bus = connection; in connect_and_register()
484 if (!libhal_ctx_set_dbus_connection(info->hal_ctx, info->system_bus)) { in connect_and_register()
542 info->system_bus = NULL; in connect_and_register()
657 hal_info.system_bus = NULL; in config_hal_init()
/dports/x11-servers/xephyr/xorg-server-1.20.13/config/
H A Dhal.c47 DBusConnection *system_bus; member
449 if (dbus_connection_get_is_connected(info->system_bus)) { in disconnect_hook()
461 info->system_bus = NULL; in disconnect_hook()
474 info->system_bus = connection; in connect_and_register()
484 if (!libhal_ctx_set_dbus_connection(info->hal_ctx, info->system_bus)) { in connect_and_register()
542 info->system_bus = NULL; in connect_and_register()
657 hal_info.system_bus = NULL; in config_hal_init()

12345678910>>...48