Searched refs:send_interface (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/
H A Dmany-rules.conf13 <deny send_interface="org.freedesktop.System" send_member="Reboot"/>
26 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo"/>
27 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="method_call"/>
32 <deny send_interface="org.freedesktop.System" send_member="Reboot"/>
45 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo"/>
46 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="method_call"/>
H A Ddebug-allow-all-sha1.conf11 <allow send_interface="*"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Dtmp-session-like-system.conf47 send_interface="org.freedesktop.DBus"
53 send_interface="org.freedesktop.DBus.Introspectable"/>
55 send_interface="org.freedesktop.TestSuite"
62 send_interface="org.freedesktop.DBus.Introspectable"/>
64 send_interface="org.freedesktop.TestSuite"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Davahi-dbus.conf17 send_interface="org.freedesktop.Avahi.Server" send_member="SetHostName"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Davahi-dbus.conf20 send_interface="org.freedesktop.Avahi.Server" send_member="SetHostName"/>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Davahi-dbus.conf17 send_interface="org.freedesktop.Avahi.Server" send_member="SetHostName"/>
H A Dsystem.conf69 send_interface="org.freedesktop.DBus"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/system.d/
H A Dtest.conf12 <allow send_interface="org.foo.FooBroadcastInterface"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dsystem.conf69 send_interface="org.freedesktop.DBus"
H A Dconfig-parser.c1141 const char *send_interface; local
1167 "send_interface", &send_interface,
1190 if (!(send_interface || send_member || send_error || send_destination ||
1203 if ((send_member && (send_interface == NULL && send_path == NULL)) ||
1228 if ((send_interface && (send_error ||
1334 if (send_interface || send_member || send_error || send_destination ||
1339 if (IS_WILDCARD (send_interface))
1340 send_interface = NULL;
1400 rule->d.send.interface = _dbus_strdup (send_interface);
[all...]

Completed in 119 milliseconds