OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBus
(Results
1 - 13
of
13
) sorted by null
/system/connectivity/shill/dbus/
chromeos_dhcpcd_proxy.cc
17
#include "shill/
dbus
/chromeos_dhcpcd_proxy.h"
29
ChromeosDHCPCDProxy::ChromeosDHCPCDProxy(const scoped_refptr<
dbus
::Bus>& bus,
43
SLOG(
DBus
, nullptr, 2) << __func__;
51
SLOG(
DBus
, nullptr, 2) << __func__;
65
LOG(FATAL) << "
DBus
error: " << method << " " << interface << ": "
chromeos_wimax_manager_proxy.cc
17
#include "shill/
dbus
/chromeos_wimax_manager_proxy.h"
22
#include <
dbus
/service_constants.h>
24
#include <chromeos/
dbus
/service_constants.h>
48
dbus
::ObjectProxy* object_proxy,
51
:
dbus
::PropertySet(object_proxy, interface_name, callback) {
57
const scoped_refptr<
dbus
::Bus>& bus,
64
dbus
::ObjectPath(wimax_manager::kWiMaxManagerServicePath))),
124
SLOG(
DBus
, nullptr, 2) << __func__ << ": " << available;
138
SLOG(
DBus
, nullptr, 2) << __func__
149
SLOG(
DBus
, nullptr, 2) << __func_
[
all
...]
chromeos_dbus_properties_proxy.h
25
#include "cellular/
dbus
-proxies.h"
34
ChromeosDBusPropertiesProxy(const scoped_refptr<
dbus
::Bus>& bus,
72
std::unique_ptr<org::freedesktop::
DBus
::PropertiesProxy> proxy_;
chromeos_dbus_objectmanager_proxy.h
24
#include "cellular/
dbus
-proxies.h"
35
const scoped_refptr<
dbus
::Bus>& bus,
60
typedef std::map<
dbus
::ObjectPath, DBusInterfaceToProperties>
65
const
dbus
::ObjectPath& object_path,
67
void InterfacesRemoved(const
dbus
::ObjectPath& object_path,
96
std::unique_ptr<org::freedesktop::
DBus
::ObjectManagerProxy> proxy_;
chromeos_dbus_properties_proxy.cc
17
#include "shill/
dbus
/chromeos_dbus_properties_proxy.h"
28
static string ObjectID(const
dbus
::ObjectPath* p) { return p->value(); }
32
const scoped_refptr<
dbus
::Bus>& bus,
36
new org::freedesktop::
DBus
::PropertiesProxy(
37
bus, service,
dbus
::ObjectPath(path))) {
chromeos_dbus_objectmanager_proxy.cc
17
#include "shill/
dbus
/chromeos_dbus_objectmanager_proxy.h"
31
static string ObjectID(const
dbus
::ObjectPath* p) { return p->value(); }
36
const scoped_refptr<
dbus
::Bus>& bus,
42
new org::freedesktop::
DBus
::ObjectManagerProxy(
43
bus, service,
dbus
::ObjectPath(path))),
127
const
dbus
::ObjectPath& object_path,
138
const
dbus
::ObjectPath& object_path,
/external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
platform_SessionManagerStateKeyGeneration.py
5
from
dbus
.mainloop.glib import DBusGMainLoop
13
'''Verifies that session_manager's GetServerBackedStateKeys
DBus
method
/external/dbus/test/name-test/
run-test-systemserver.sh
30
dbus
-monitor --session &
34
${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/tools/
dbus
-send --print-reply --dest=org.freedesktop.
DBus
.TestSuiteEchoService /org/freedesktop/TestSuite org.freedesktop.TestSuite.Echo string:hi >echo-error-output.tmp 2>&1
35
if ! grep -q '
DBus
.Error' echo-error-output.tmp; then
/external/dbus/test/
Makefile.am
31
$(top_builddir)/
dbus
/libdbus-internal.la \
55
../
dbus
/
dbus
-test$(EXEEXT) \
76
## break_loader_LDADD = $(top_builddir)/
dbus
/libdbus-internal.la
82
spawn_test_LDADD = $(top_builddir)/
dbus
/libdbus-internal.la
92
EXTRA_DIST =
dbus
-test-runner
94
testexecdir = $(libdir)/
dbus
-1.0/test
105
test-
dbus
-daemon \
106
test-
dbus
-daemon-eavesdrop \
118
DBUS_TEST_DAEMON=$(DESTDIR)$(DBUS_DAEMONDIR)/
dbus
-daemon$(EXEEXT)
[
all
...]
/external/dbus-binding-generator/chromeos-dbus-bindings/
xml_interface_parser_unittest.cc
5
#include "chromeos-
dbus
-bindings/xml_interface_parser.h"
12
#include "chromeos-
dbus
-bindings/interface.h"
29
<annotation name="org.chromium.
DBus
.Method.Kind" value="async"/>
30
<annotation name="org.chromium.
DBus
.Method.IncludeDBusMessage"
36
<annotation name="org.chromium.
DBus
.Method.Const" value="true"/>
/system/connectivity/shill/
error.h
26
namespace
DBus
{
28
} // namespace
DBus
/external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py
36
@param service object the Service
DBus
interface to configure.
66
@param service object the Service
DBus
interface to clear properties.
84
@param service object the Service
DBus
interface to clear properties.
128
@param service Service
DBus
object which should become connected as
157
@param service
DBus
object of the service that should become
175
@param service
DBus
object of the service that should become
/external/autotest/client/cros/
cryptohome.py
5
import
dbus
, gobject, logging, os, random, re, shutil, string
6
from
dbus
.mainloop.glib import DBusGMainLoop
357
"""A
DBus
proxy client for testing the Cryptohome
DBus
server.
366
DBUS_PROPERTIES_INTERFACE = 'org.freedesktop.
DBus
.Properties'
373
self.bus =
dbus
.SystemBus(mainloop=bus_loop)
377
self.iface =
dbus
.Interface(self.proxy_object,
379
self.properties =
dbus
.Interface(self.proxy_object,
390
except
dbus
.exceptions.DBusException, e:
391
if e.get_dbus_name() == 'org.freedesktop.
DBus
.Error.NoReply'
[
all
...]
Completed in 537 milliseconds