HomeSort by relevance Sort by last modified time
    Searched full:bus_name (Results 1 - 20 of 20) sorted by null

  /system/connectivity/shill/test-scripts/
debug-flimflam 25 bus_name="org.chromium.flimflam", variable
30 bus_name="org.chromium.flimflam", variable
35 bus_name="org.chromium.flimflam", variable
monitor-flimflam 22 bus_name="org.chromium.flimflam", variable
monitor-services 31 bus_name="org.chromium.flimflam", variable
  /external/dhcpcd-6.8.2/dbus/test/
monitor 15 bus.add_signal_receiver(event, bus_name="org.chromium.dhcpcd",
  /external/dbus/bus/
activation-helper.c 366 check_bus_name (const char *bus_name,
371 _dbus_string_init_const (&str, bus_name);
376 bus_name);
454 launch_bus_name (const char *bus_name, BusConfigParser *parser, DBusError *error)
465 desktop_file = desktop_file_for_name (parser, bus_name, error);
470 if (!get_parameters_for_service (desktop_file, bus_name, &exec, &user, error))
473 _dbus_verbose ("dbus-daemon-activation-helper: Name='%s'\n", bus_name);
511 run_launch_helper (const char *bus_name,
525 if (!check_bus_name (bus_name, error))
537 if (!launch_bus_name (bus_name, parser, error)
    [all...]
activation-helper.h 28 dbus_bool_t run_launch_helper (const char *bus_name, DBusError *error);
stats.c 259 const char *bus_name = NULL; local
275 DBUS_TYPE_STRING, &bus_name,
279 _dbus_string_init_const (&bus_name_str, bus_name);
285 "Bus name '%s' has no owner", bus_name);
  /external/autotest/client/common_lib/cros/
dbus_send.py 163 def dbus_send(bus_name, interface, object_path, method_name, args=None,
167 @param bus_name: string identifier of DBus connection to send a message to.
181 '%s %s.%s' % (int(timeout_seconds * 1000), bus_name,
192 def get_property(bus_name, interface, object_path, property_name, host=None):
195 @param bus_name: string identifier of DBus connection to send a message to.
202 return dbus_send(bus_name, dbus.PROPERTIES_IFACE, object_path, 'Get',
avahi_utils.py 16 BUS_NAME = 'org.freedesktop.Avahi'
76 result = dbus_send.dbus_send(BUS_NAME, INTERFACE_SERVER, '/', 'GetState',
142 BUS_NAME, INTERFACE_SERVER, '/', 'GetHostName',
155 BUS_NAME, INTERFACE_SERVER, '/', 'GetDomainName',
session_manager.py 114 bus_name=None,
  /external/dbus/dbus/
dbus-message.h 72 DBusMessage* dbus_message_new_method_call (const char *bus_name,
160 const char *bus_name);
dbus-marshal-validate.h 198 DECLARE_DBUS_NAME_CHECK(bus_name); variable
dbus-marshal-validate.c     [all...]
  /system/core/adb/
usb_linux.cpp 129 std::string bus_name = base + "/" + de->d_name; local
131 std::unique_ptr<DIR, int(*)(DIR*)> dev_dir(opendir(bus_name.c_str()), closedir);
147 std::string dev_name = bus_name + "/" + de->d_name;
  /external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/
network_3GRecoverFromGobiDesync.py 171 bus_name='org.freedesktop.DBus',
176 bus_name='org.freedesktop.DBus',
  /external/autotest/client/cros/
cros_disks.py 58 def __init__(self, main_loop, bus, bus_name, object_path):
64 bus_name: The bus name owned by the DBus server.
71 bus_name, object_path)
72 self.proxy_object = bus.get_object(bus_name, object_path)
  /external/autotest/client/site_tests/network_ProxyResolver/
network_ProxyResolver.py 183 bus_name=None,
  /external/dbus/
NEWS.pre-1-0 275 - dbus.service.Object has swapped the bus_name and object_path constructor
ChangeLog.pre-1-0     [all...]
  /external/dbus/doc/
dbus-specification.xml     [all...]

Completed in 956 milliseconds