Lines Matching full:path
252 static struct csd_call *find_call(const char *path)
259 if (g_str_equal(call->object_path, path))
561 static int send_method_call(const char *dest, const char *path,
570 msg = dbus_message_new_method_call(dest, path, interface, method);
1128 const char *path;
1132 DBUS_TYPE_OBJECT_PATH, &path,
1139 call = find_call(path);
1141 error("Conference signal for unknown call %s", path);
1145 debug("Call %s %s the conference", path, joined ? "joined" : "left");
1407 static void hal_get_integer(const char *path, const char *key, void *user_data)
1409 send_method_call("org.freedesktop.Hal", path,
1421 const char *path;
1423 path = dbus_message_get_path(msg);
1459 hal_get_integer(path, name, &battchg_last);
1461 hal_get_integer(path, name, &battchg_cur);
1463 hal_get_integer(path, name, &battchg_design);
1472 const char *path = dbus_message_get_path(msg);
1485 handle_call_status(msg, path);
1729 const char *path;
1759 dbus_message_iter_get_basic(&sub, &path);
1761 debug("telephony-maemo: found battery device at %s", path);
1765 "path='%s',"
1767 "member='PropertyModified'", path);
1770 hal_get_integer(path, "battery.charge_level.last_full", &battchg_last);
1771 hal_get_integer(path, "battery.charge_level.current", &battchg_cur);
1772 hal_get_integer(path, "battery.charge_level.design", &battchg_design);
2036 error("telephony-maemo interface %s init failed on path %s",
2040 debug("telephony-maemo registering %s interface on path %s",