OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:system_bus
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/pyautolib/chromeos/
enable_testing.py
44
system_bus
= dbus.SystemBus()
45
manager = dbus.Interface(
system_bus
.get_object(self.SESSION_MANAGER_SERVICE,
/external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.cc
98
dbus::Bus*
system_bus
= DBusThreadManager::Get()->GetSystemBus();
local
100
system_bus
, object_path_, this));
bluetooth_device_chromeos.cc
285
dbus::Bus*
system_bus
= DBusThreadManager::Get()->GetSystemBus();
local
287
system_bus
, dbus::ObjectPath(kAgentPath), this));
Completed in 158 milliseconds