HomeSort by relevance Sort by last modified time
    Searched refs:send_type (Results 1 - 2 of 2) sorted by null

  /external/dbus/test/data/valid-config-files/
many-rules.conf 21 <allow send_type="error"/>
22 <allow send_type="method_call"/>
23 <allow send_type="method_return"/>
24 <allow send_type="signal"/>
26 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="method_call"/>
39 <allow send_type="error"/>
40 <allow send_type="method_call"/>
41 <allow send_type="method_return"/>
42 <allow send_type="signal"/>
44 <deny send_destination="org.freedesktop.Bar" send_interface="org.freedesktop.Foo" send_type="method_call"/
    [all...]
  /external/dbus/bus/
config-parser.c 1095 const char *send_type; local
1120 "send_type", &send_type,
1137 send_type || send_path ||
1166 * base send_ can combine with send_destination, send_path, send_type, send_requested_reply
    [all...]

Completed in 144 milliseconds