OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eavesdrop
(Results
1 - 8
of
8
) sorted by null
/external/dbus/bus/
session.conf.in
21
<allow send_destination="*"
eavesdrop
="true"/>
23
<allow
eavesdrop
="true"/>
policy.h
66
unsigned int
eavesdrop
: 1;
member in struct:BusPolicyRule::__anon5156::__anon5157
81
unsigned int
eavesdrop
: 1;
member in struct:BusPolicyRule::__anon5156::__anon5158
config-parser.c
1152
const char *
eavesdrop
;
local
1177
"
eavesdrop
", &
eavesdrop
,
1190
receive_type || receive_path ||
eavesdrop
||
[
all
...]
policy.c
919
if (!requested_reply && rule->allow && rule->d.send.requested_reply && !rule->d.send.
eavesdrop
)
1094
/* for allow,
eavesdrop
=false means the rule doesn't apply when
1095
* eavesdropping.
eavesdrop
=true means always allow.
1097
if (eavesdropping && rule->allow && !rule->d.receive.
eavesdrop
)
1103
/* for deny,
eavesdrop
=true means the rule applies only when
1104
* eavesdropping;
eavesdrop
=false means always deny.
1106
if (!eavesdropping && !rule->allow && rule->d.receive.
eavesdrop
)
1119
if (!requested_reply && rule->allow && rule->d.receive.requested_reply && !rule->d.receive.
eavesdrop
)
[
all
...]
dbus-daemon.1.in
497
eavesdrop
="true" | "false"
534
For <allow>,
eavesdrop
="true" indicates that the rule matches even
535
when eavesdropping.
eavesdrop
="false" is the default and means that
537
For <deny>,
eavesdrop
="true" indicates that the rule matches
538
only when eavesdropping.
eavesdrop
="false" is the default for <deny>
540
not eavesdropping. The
eavesdrop
attribute can only be combined with
543
The [send|receive]_requested_reply attribute works similarly to the
eavesdrop
/external/dbus/cmake/bus/
session.conf.cmake
19
<allow
eavesdrop
="true"/>
dbus-daemon.xml
512
eavesdrop
="true" | "false"
554
<para>For <allow>,
eavesdrop
="true" indicates that the rule matches even
555
when eavesdropping.
eavesdrop
="false" is the default and means that
557
For <deny>,
eavesdrop
="true" indicates that the rule matches
558
only when eavesdropping.
eavesdrop
="false" is the default for <deny>
560
not eavesdropping. The
eavesdrop
attribute can only be combined with
565
<para>The [send|receive]_requested_reply attribute works similarly to the
eavesdrop
/external/dbus/
ChangeLog.pre-1-2
[
all
...]
Completed in 578 milliseconds