OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eavesdropping
(Results
1 - 7
of
7
) sorted by null
/external/dbus/bus/
policy.c
921
_dbus_verbose (" (policy) skipping allow rule since it only applies to requested replies and does not allow
eavesdropping
\n");
1058
dbus_bool_t
eavesdropping
;
local
1060
eavesdropping
=
1068
_dbus_verbose (" (policy) checking receive rules,
eavesdropping
= %d\n",
eavesdropping
);
1095
*
eavesdropping
. eavesdrop=true means always allow.
1097
if (
eavesdropping
&& rule->allow && !rule->d.receive.eavesdrop)
1099
_dbus_verbose (" (policy) skipping allow rule since it doesn't apply to
eavesdropping
\n");
1104
*
eavesdropping
; eavesdrop=false means always deny.
1106
if (!
eavesdropping
&& !rule->allow && rule->d.receive.eavesdrop
[
all
...]
bus.c
[
all
...]
dbus-daemon.1.in
528
"
Eavesdropping
" occurs when an application receives a message that
530
is a reply to such a message.
Eavesdropping
thus only applies to
535
when
eavesdropping
. eavesdrop="false" is the default and means that
538
only when
eavesdropping
. eavesdrop="false" is the default for <deny>
540
not
eavesdropping
. The eavesdrop attribute can only be combined with
/external/dbus/cmake/bus/
dbus-daemon.xml
548
<para>"
Eavesdropping
" occurs when an application receives a message that
550
Eavesdropping
thus only applies to messages that are addressed to
555
when
eavesdropping
. eavesdrop="false" is the default and means that
558
only when
eavesdropping
. eavesdrop="false" is the default for <deny>
560
not
eavesdropping
. The eavesdrop attribute can only be combined with
/external/dbus/
NEWS.pre-1-2
148
- better
eavesdropping
support now picks up reply messages for debugging
NEWS.pre-1-0
115
- Fixed
eavesdropping
on method calls (dbus-monitor)
ChangeLog.pre-1-0
[
all
...]
Completed in 460 milliseconds