Home
last modified time | relevance | path

Searched refs:actual_arg (Results 1 – 1 of 1) sorted by relevance

/external/dbus/bus/
Dsignals.c1688 const char *actual_arg; in match_rule_matches() local
1694 actual_arg = NULL; in match_rule_matches()
1695 dbus_message_iter_get_basic (&iter, &actual_arg); in match_rule_matches()
1696 _dbus_assert (actual_arg != NULL); in match_rule_matches()
1698 actual_length = strlen (actual_arg); in match_rule_matches()
1703 actual_arg[actual_length - 1] != '/') in match_rule_matches()
1710 if (memcmp (actual_arg, expected_arg, in match_rule_matches()
1717 memcmp (expected_arg, actual_arg, expected_length) != 0) in match_rule_matches()