HomeSort by relevance Sort by last modified time
    Searched full:dbus_object (Results 1 - 25 of 35) sorted by null

1 2

  /external/selinux/policycoreutils/sepolicy/sepolicy/
sedbus.py 12 self.dbus_object = self.bus.get_object("org.selinux", "/org/selinux/object")
16 ret = self.dbus_object.semanage(buf, dbus_interface="org.selinux")
21 ret = self.dbus_object.restorecon(path, dbus_interface="org.selinux")
26 ret = self.dbus_object.setenforce(value, dbus_interface="org.selinux")
31 ret = self.dbus_object.customized(dbus_interface="org.selinux")
36 ret = self.dbus_object.semodule_list(dbus_interface="org.selinux")
41 ret = self.dbus_object.relabel_on_boot(value, dbus_interface="org.selinux")
46 ret = self.dbus_object.change_default_mode(value, dbus_interface="org.selinux")
51 ret = self.dbus_object.change_default_policy(value, dbus_interface="org.selinux")
  /external/libbrillo/brillo/dbus/
dbus_signal.cc 7 #include <brillo/dbus/dbus_object.h>
12 DBusSignalBase::DBusSignalBase(DBusObject* dbus_object,
17 dbus_object_(dbus_object) {
mock_dbus_object.h 11 #include <brillo/dbus/dbus_object.h>
dbus_signal.h 27 DBusSignalBase(DBusObject* dbus_object,
dbus_object.cc 5 #include <brillo/dbus/dbus_object.h>
21 DBusInterface::DBusInterface(DBusObject* dbus_object,
23 : dbus_object_(dbus_object), interface_name_(interface_name) {
exported_object_manager.h 15 #include <brillo/dbus/dbus_object.h>
dbus_object_test_helpers.h 18 #include <brillo/dbus/dbus_object.h>
exported_property_set.cc 12 #include <brillo/dbus/dbus_object.h>
  /system/connectivity/shill/dbus/
chromeos_rpc_task_dbus_adaptor.cc 50 RegisterWithDBusObject(dbus_object());
51 dbus_object()->RegisterAndBlock();
55 dbus_object()->UnregisterAsync();
chromeos_ipconfig_dbus_adaptor.cc 59 RegisterWithDBusObject(dbus_object());
60 dbus_object()->RegisterAndBlock();
64 dbus_object()->UnregisterAsync();
chromeos_profile_dbus_adaptor.cc 52 RegisterWithDBusObject(dbus_object());
53 dbus_object()->RegisterAndBlock();
57 dbus_object()->UnregisterAsync();
chromeos_third_party_vpn_dbus_adaptor.cc 73 RegisterWithDBusObject(dbus_object());
74 dbus_object()->RegisterAndBlock();
78 dbus_object()->UnregisterAsync();
chromeos_service_dbus_adaptor.cc 51 RegisterWithDBusObject(dbus_object());
52 dbus_object()->RegisterAndBlock();
56 dbus_object()->UnregisterAsync();
chromeos_device_dbus_adaptor.cc 49 RegisterWithDBusObject(dbus_object());
50 dbus_object()->RegisterAndBlock();
54 dbus_object()->UnregisterAsync();
chromeos_dbus_adaptor.h 25 #include <brillo/dbus/dbus_object.h>
92 brillo::dbus_utils::DBusObject* dbus_object() const { function in class:shill::ChromeosDBusAdaptor
  /external/autotest/client/cros/networking/
apmanager_proxy.py 104 def _get_dbus_property(self, dbus_object, interface_name, property_key):
107 @param dbus_object DBus object to read property from
116 dbus_object.object_path)
130 dbus_object,
136 @param dbus_object DBus object to set property on
145 dbus_object.object_path)
shill_proxy.py 410 def wait_for_property_in(self, dbus_object, property_name,
414 Block until the property |property_name| in |dbus_object| is in
417 @param dbus_object DBus proxy object as returned by
419 @param property_name string property key in dbus_object.
438 dbus_interface=dbus_object.dbus_interface,
439 path=dbus_object.object_path)
444 dbus_object.GetProperties(utf8_strings=True))
shill_xmlrpc_server.py 404 dbus_object = self._wifi_proxy.find_object(
406 if dbus_object is None:
409 object_properties = dbus_object.GetProperties(utf8_strings=True)
470 dbus_object = self._wifi_proxy.find_object(self.DBUS_DEVICE,
472 if dbus_object is None:
476 dbus_object.Enable()
478 dbus_object.Disable()
  /system/webservd/webservd/
firewall_interface.h 24 #include <brillo/dbus/dbus_object.h>
server.h 25 #include <brillo/dbus/dbus_object.h>
  /system/firewalld/
firewall_service.h 22 #include <brillo/dbus/dbus_object.h>
  /system/tpm/trunks/
trunks_dbus_service.h 26 #include <brillo/dbus/dbus_object.h>
  /external/autotest/client/site_tests/security_DbusMap/
security_DbusMap.py 338 for dbus_object in tree:
339 dbus_object['interfaces'].sort(key=lambda x: x['interface'])
340 for interface in dbus_object['interfaces']:
364 for dbus_object in current:
365 if dbus_object['Object_name'] in bl_object_names:
366 index = bl_object_names.index(dbus_object['Object_name'])
372 new_object = {'Object_name':dbus_object['Object_name'],
375 for interface in dbus_object['interfaces']:
402 new_items.append(dbus_object)
  /system/tpm/tpm_manager/server/
dbus_service.h 23 #include <brillo/dbus/dbus_object.h>
  /system/tpm/attestation/server/
dbus_service.h 23 #include <brillo/dbus/dbus_object.h>

Completed in 311 milliseconds

1 2