Searched refs:DBUS_MESSAGE_TYPE_METHOD_RETURN (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-protocol.h236 #define DBUS_MESSAGE_TYPE_METHOD_RETURN 2 macro
276 /** Header field code for a reply serial, used to match a #DBUS_MESSAGE_TYPE_METHOD_RETURN message with the
H A Ddbus-pending-call.c192 dbus_message_get_type (message) == DBUS_MESSAGE_TYPE_METHOD_RETURN ?
H A Ddbus-message-factory.c126 message = dbus_message_new (DBUS_MESSAGE_TYPE_METHOD_RETURN);
315 message = dbus_message_new (DBUS_MESSAGE_TYPE_METHOD_RETURN);
H A Ddbus-message.c419 * #DBUS_MESSAGE_TYPE_METHOD_RETURN, so is slightly different from
1312 DBUS_MESSAGE_TYPE_METHOD_RETURN,
1635 * #DBUS_MESSAGE_TYPE_METHOD_CALL, #DBUS_MESSAGE_TYPE_METHOD_RETURN,
3450 * #DBUS_MESSAGE_TYPE_METHOD_RETURN, so is slightly different from
4540 * "method_return" -> DBUS_MESSAGE_TYPE_METHOD_RETURN
4553 return DBUS_MESSAGE_TYPE_METHOD_RETURN;
4568 * DBUS_MESSAGE_TYPE_METHOD_RETURN -> "method_return"
4582 case DBUS_MESSAGE_TYPE_METHOD_RETURN:
H A Ddbus-marshal-header.c768 case DBUS_MESSAGE_TYPE_METHOD_RETURN:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-print-message.c38 case DBUS_MESSAGE_TYPE_METHOD_RETURN:
387 case DBUS_MESSAGE_TYPE_METHOD_RETURN:
H A Ddbus-monitor.c180 case DBUS_MESSAGE_TYPE_METHOD_RETURN:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddispatch.c877 if (dbus_message_get_type (message) == DBUS_MESSAGE_TYPE_METHOD_RETURN)
1170 if (dbus_message_get_type (message) == DBUS_MESSAGE_TYPE_METHOD_RETURN)
1320 if (dbus_message_get_type (message) == DBUS_MESSAGE_TYPE_METHOD_RETURN)
1490 if (dbus_message_get_type (message) == DBUS_MESSAGE_TYPE_METHOD_RETURN)
1975 if (dbus_message_get_type (message) != DBUS_MESSAGE_TYPE_METHOD_RETURN)
2984 if (dbus_message_get_type (message) != DBUS_MESSAGE_TYPE_METHOD_RETURN)
3046 if (dbus_message_get_type (message) != DBUS_MESSAGE_TYPE_METHOD_RETURN)
4132 if (dbus_message_get_type (message) == DBUS_MESSAGE_TYPE_METHOD_RETURN)
H A Dbus.c1432 case DBUS_MESSAGE_TYPE_METHOD_RETURN:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A Dtest-service.c58 if (type == DBUS_MESSAGE_TYPE_METHOD_RETURN)

Completed in 93 milliseconds