Home | History | Annotate | Download | only in bus

Lines Matching refs:matched

850                       "Argument %d matched more than once in match rule\n", key);
1747 * 1) rule has a destination to be matched
1837 * by checking that the matched prefix is followed by a '/'
1912 matched prefix ends in a '.'.
1975 _dbus_verbose ("Rule matched\n");
2545 dbus_bool_t matched;
2551 matched = match_rule_matches (rule, NULL, NULL, message, 0);
2553 if (matched != expected_to_match)
2634 /* This is a list of paths that should be matched by PATH_MATCH_RULE, taken
2651 /* These paths should not be matched by PATH_MATCH_RULE. */
2668 dbus_bool_t matched;
2679 matched = match_rule_matches (rule, NULL, NULL, message, 0);
2681 if (matched != should_match)