Searched refs:check_parse (Results 1 – 1 of 1) sorted by relevance
/external/dbus/bus/ |
D | signals.c | 1514 check_parse (dbus_bool_t should_succeed, in check_parse() function 1581 …rule = check_parse (TRUE, "type='signal',sender='org.freedesktop.DBusSender',interface='org.freede… in test_parsing() 1589 …rule = check_parse (TRUE, " type='signal', \tsender='org.freedes''ktop.DBusSender', interfac… in test_parsing() 1598 rule = check_parse (TRUE, "type='signal',path='/foo',interface='org.Bar'"); in test_parsing() 1616 rule = check_parse (TRUE, "arg0='foo'"); in test_parsing() 1629 rule = check_parse (TRUE, "arg1='foo'"); in test_parsing() 1643 rule = check_parse (TRUE, "arg2='foo'"); in test_parsing() 1658 rule = check_parse (TRUE, "arg40='foo'"); in test_parsing() 1673 rule = check_parse (TRUE, "arg63='foo'"); in test_parsing() 1689 rule = check_parse (FALSE, "arg300='foo'"); in test_parsing() [all …]
|