Searched refs:is_path (Results 1 – 2 of 2) sorted by relevance
243 dbus_bool_t is_path, is_namespace; in match_rule_to_string() local251 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() argument476 if (is_path) in bus_match_rule_set_arg()776 dbus_bool_t is_path = FALSE; in bus_match_rule_parse_arg_match() local813 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() local1863 is_path = (rule->arg_lens[i] & BUS_MATCH_ARG_IS_PATH) != 0; in match_rule_matches()[all …]
65 dbus_bool_t is_path,