Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dprotocol-dbus.c321 const char *expected_method_sig; /* Method signature from the introspection data. */ member
361 …pa_assert_se(call_info->expected_method_sig = pa_hashmap_get(call_info->iface_entry->method_signat… in find_handler_by_method()
363 if (pa_streq(call_info->method_sig, call_info->expected_method_sig)) in find_handler_by_method()
377 call_info->expected_method_sig = "s"; in find_handler_from_properties_call()
378 if (!pa_streq(call_info->method_sig, call_info->expected_method_sig)) in find_handler_from_properties_call()
397 call_info->expected_method_sig = "ss"; in find_handler_from_properties_call()
398 if (!pa_streq(call_info->method_sig, call_info->expected_method_sig)) in find_handler_from_properties_call()
421 call_info->expected_method_sig = "ssv"; in find_handler_from_properties_call()
422 if (!pa_streq(call_info->method_sig, call_info->expected_method_sig)) in find_handler_from_properties_call()
470 …pa_assert_se(call_info->expected_method_sig = pa_hashmap_get(call_info->iface_entry->method_signat… in find_handler()
[all …]