Home
last modified time | relevance | path

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

/external/dbus/bus/
Dsignals.c243 dbus_bool_t is_path, is_namespace; in match_rule_to_string() local
251 is_path = (rule->arg_lens[i] & BUS_MATCH_ARG_IS_PATH) != 0; in match_rule_to_string()
257 is_path ? "path" : in match_rule_to_string()
411 dbus_bool_t is_path, in bus_match_rule_set_arg() argument
476 if (is_path) in bus_match_rule_set_arg()
776 dbus_bool_t is_path = FALSE; in bus_match_rule_parse_arg_match() local
813 is_path = TRUE; in bus_match_rule_parse_arg_match()
854 if (!bus_match_rule_set_arg (rule, arg, value, is_path, is_namespace)) in bus_match_rule_parse_arg_match()
1859 dbus_bool_t is_path, is_namespace; in match_rule_matches() local
1863 is_path = (rule->arg_lens[i] & BUS_MATCH_ARG_IS_PATH) != 0; in match_rule_matches()
[all …]
Dsignals.h65 dbus_bool_t is_path,