Lines Matching defs:property

217             pa_strbuf_printf(buf, "  <property name=\"%s\" type=\"%s\" access=\"%s\"/>\n",
281 /* No property handler was found for the received .Get or .Set call. */
284 /* The interface argument of a property call didn't match any registered
288 /* The received message called .Get or .Set for a property whose access
300 * signature. Despite the name, this can also be returned for a property
312 const char *property; /* Property name (extracted from the message). */
313 const char *property_interface; /* The interface argument of a property call is stored here. */
325 /* Called when call_info->property has been set and the property interface has
334 if ((call_info->property_handler = pa_hashmap_get(call_info->iface_entry->property_handlers, call_info->property))) {
403 DBUS_TYPE_STRING, &call_info->property,
410 pa_hashmap_get(call_info->iface_entry->property_handlers, call_info->property)))
429 dbus_message_iter_get_basic(&msg_iter, &call_info->property);
441 pa_hashmap_get(call_info->iface_entry->property_handlers, call_info->property))) {
556 "%s access denied for property %s", call_info.method, call_info.property);
568 pa_dbus_send_error(connection, message, PA_DBUS_ERROR_NO_SUCH_PROPERTY, "No such property: %s", call_info.property);
572 pa_dbus_send_error(connection, message, PA_DBUS_ERROR_NO_SUCH_INTERFACE, "No such property interface: %s", call_info.property_interface);
583 "Invalid signature for property %s: '%s'. Expected '%s'.",
584 call_info.property, call_info.property_sig, call_info.expected_property_sig);