Lines Matching refs:method

160  *  @param  method_name         Name of the method that was invoked with
170 "There is a syntax error in the invocation of the method %s",
1498 * Note that the signal is emitted every time this method is invoked even
3134 HAL_WARNING (("In-queue method call on non-existant device"));
3219 /* if method was Volume.Unmount() then refresh mount state */
3243 HAL_INFO (("Execing next method in queue"));
3541 " <method name=\"Introspect\">\n"
3543 " </method>\n"
3577 " <method name=\"GetAllDevices\">\n"
3579 " </method>\n"
3580 " <method name=\"DeviceExists\">\n"
3583 " </method>\n"
3584 " <method name=\"FindDeviceStringMatch\">\n"
3588 " </method>\n"
3589 " <method name=\"FindDeviceByCapability\">\n"
3592 " </method>\n"
3593 " <method name=\"ClaimBranch\">\n"
3597 " </method>\n"
3598 " <method name=\"UnclaimBranch\">\n"
3601 " </method>\n"
3602 " <method name=\"NewDevice\">\n"
3604 " </method>\n"
3605 " <method name=\"Remove\">\n"
3607 " </method>\n"
3608 " <method name=\"CommitToGdl\">\n"
3611 " </method>\n"
3627 " <method name=\"GetAllProperties\">\n"
3629 " </method>\n"
3630 " <method name=\"SetMultipleProperties\">\n"
3632 " </method>\n"
3633 " <method name=\"GetProperty\">\n"
3636 " </method>\n"
3637 " <method name=\"GetPropertyString\">\n"
3640 " </method>\n"
3641 " <method name=\"GetPropertyStringList\">\n"
3644 " </method>\n"
3645 " <method name=\"GetPropertyInteger\">\n"
3648 " </method>\n"
3649 " <method name=\"GetPropertyBoolean\">\n"
3652 " </method>\n"
3653 " <method name=\"GetPropertyDouble\">\n"
3656 " </method>\n"
3657 " <method name=\"SetProperty\">\n"
3660 " </method>\n"
3661 " <method name=\"SetPropertyString\">\n"
3664 " </method>\n"
3665 " <method name=\"SetPropertyStringList\">\n"
3668 " </method>\n"
3669 " <method name=\"SetPropertyInteger\">\n"
3672 " </method>\n"
3673 " <method name=\"SetPropertyBoolean\">\n"
3676 " </method>\n"
3677 " <method name=\"SetPropertyDouble\">\n"
3680 " </method>\n"
3682 " <method name=\"RemoveProperty\">\n"
3684 " </method>\n"
3685 " <method name=\"GetPropertyType\">\n"
3688 " </method>\n"
3689 " <method name=\"PropertyExists\">\n"
3692 " </method>\n"
3693 " <method name=\"AddCapability\">\n"
3695 " </method>\n"
3696 " <method name=\"QueryCapability\">\n"
3699 " </method>\n"
3700 " <method name=\"Lock\">\n"
3703 " </method>\n"
3704 " <method name=\"Unlock\">\n"
3706 " </method>\n"
3708 " <method name=\"StringListAppend\">\n"
3711 " </method>\n"
3712 " <method name=\"StringListPrepend\">\n"
3715 " </method>\n"
3716 " <method name=\"StringListRemove\">\n"
3719 " </method>\n"
3720 " <method name=\"EmitCondition\">\n"
3724 " </method>\n"
3726 " <method name=\"Rescan\">\n"
3728 " </method>\n"
3729 " <method name=\"Reprobe\">\n"
3731 " </method>\n"
3733 " <method name=\"ClaimInterface\">\n"
3737 " </method>\n"
3739 " <method name=\"AddonIsReady\">\n"
3741 " </method>\n"
3800 g_string_append_printf (xml, " <method name=\"%s\">\n", name);
3806 HAL_WARNING (("Broken signature for method %s "
3831 " </method>\n");
3896 /*HAL_INFO (("connection=0x%x obj_path=%s interface=%s method=%s local_interface=%d",
4084 const char *method;
4092 method = dbus_message_get_member (message);
4113 /*HAL_INFO (("forwarding method to connection 0x%x", hih->connection));*/
4139 if (d != NULL && interface != NULL && method != NULL && signature != NULL) {
4157 if (strcmp (methodname, method) == 0) {
4171 HAL_INFO (("OK for method '%s' with signature '%s' on interface '%s' for UDI '%s' and execpath '%s'", method, signature, interface, udi, execpath));
4189 /** Message handler for method invocations. All invocations on any object
4232 /*HAL_INFO (("local_server_message_handler: destination=%s obj_path=%s interface=%s method=%s",
4241 /* cheat, and handle AddMatch since libhal will try to invoke this method */