Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dprotocol-dbus.c322 const char *method_sig; /* The signature of the received message. */ member
363 if (pa_streq(call_info->method_sig, call_info->expected_method_sig)) in find_handler_by_method()
378 if (!pa_streq(call_info->method_sig, call_info->expected_method_sig)) 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()
422 if (!pa_streq(call_info->method_sig, call_info->expected_method_sig)) in find_handler_from_properties_call()
472 if (!pa_streq(call_info->method_sig, call_info->expected_method_sig)) in find_handler()
516 pa_assert_se(call_info.method_sig = dbus_message_get_signature(message)); in handle_message_cb()
578 … call_info.method, call_info.method_sig, call_info.expected_method_sig); in handle_message_cb()