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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Davahi-dbus.conf13 <allow send_destination="org.freedesktop.Avahi"/>
16 <deny send_destination="org.freedesktop.Avahi"
22 <allow send_destination="org.freedesktop.Avahi"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Davahi-dbus.conf16 <allow send_destination="org.freedesktop.Avahi"/>
19 <deny send_destination="org.freedesktop.Avahi"
25 <allow send_destination="org.freedesktop.Avahi"/>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Davahi-dbus.conf13 <allow send_destination="org.freedesktop.Avahi"/>
16 <deny send_destination="org.freedesktop.Avahi"
22 <allow send_destination="org.freedesktop.Avahi"/>
H A Dsystem.conf66 <allow send_destination="org.freedesktop.DBus"/>
68 <deny send_destination="org.freedesktop.DBus"
H A Dsession.conf21 <allow send_destination="*" eavesdrop="true"/>
/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.conf18 <deny send_destination="org.freedesktop.System"/>
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"/>
37 <deny send_destination="org.freedesktop.System"/>
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"/>
/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.conf44 <allow send_destination="org.freedesktop.DBus"/>
46 <deny send_destination="org.freedesktop.DBus"
52 <allow send_destination="org.freedesktop.DBus.TestSuiteEchoService"
54 <allow send_destination="org.freedesktop.DBus.TestSuiteEchoService"
61 <allow send_destination="org.freedesktop.DBus.TestSuiteEchoService"
63 <allow send_destination="org.freedesktop.DBus.TestSuiteEchoService"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dsystem.conf66 <allow send_destination="org.freedesktop.DBus"/>
68 <deny send_destination="org.freedesktop.DBus"
H A Dsession.conf21 <allow send_destination="*" eavesdrop="true"/>
H A Dconfig-parser.c1144 const char *send_destination; local
1170 "send_destination", &send_destination,
1190 if (!(send_interface || send_member || send_error || send_destination ||
1220 * base send_ can combine with send_destination, send_path, send_type, send_requested_reply
1257 (send_destination && (receive_interface ||
1334 if (send_interface || send_member || send_error || send_destination ||
1345 if (IS_WILDCARD (send_destination))
1346 send_destination = NULL;
1403 rule->d.send.destination = _dbus_strdup (send_destination);
[all...]

Completed in 60 milliseconds