Searched refs:check_parse (Results 1 – 1 of 1) sorted by relevance
/external/dbus/bus/ |
D | signals.c | 1855 check_parse (dbus_bool_t should_succeed, in check_parse() function 1922 …rule = check_parse (TRUE, "type='signal',sender='org.freedesktop.DBusSender',interface='org.freede… in test_parsing() 1930 …rule = check_parse (TRUE, " type='signal', \tsender='org.freedes''ktop.DBusSender', interfac… in test_parsing() 1939 rule = check_parse (TRUE, "type='signal',path='/foo',interface='org.Bar'"); in test_parsing() 1957 rule = check_parse (TRUE, "arg0='foo'"); in test_parsing() 1970 rule = check_parse (TRUE, "arg1='foo'"); in test_parsing() 1984 rule = check_parse (TRUE, "arg2='foo'"); in test_parsing() 1999 rule = check_parse (TRUE, "arg40='foo'"); in test_parsing() 2014 rule = check_parse (TRUE, "arg63='foo'"); in test_parsing() 2030 rule = check_parse (FALSE, "arg300='foo'"); in test_parsing() [all …]
|