Lines Matching refs:client

703     DBusConnection *client;
710 client = test_dbus_setup_mock(ctx, NULL, pilot_test_server_init, NULL);
711 ck_assert(client != NULL);
713 reply = test_dbus_call_sync(client,
848 static void call_get(DBusConnection *client,
858 reply = test_dbus_call_sync(client,
873 DBusConnection *client;
889 client = test_dbus_setup_mock(ctx, NULL, pilot_test_server_init, NULL);
890 ck_assert(client != NULL);
892 call_get(client, "/test/leela", test_pilot_meta.name, "boolean",
896 call_get(client, "/test/leela", test_pilot_meta.name, "FullName",
900 call_get(client, "/test/leela", test_pilot_meta.name, "byte",
904 call_get(client, "/test/leela", test_pilot_meta.name, "int16",
908 call_get(client, "/test/leela", test_pilot_meta.name, "uint16",
912 call_get(client, "/test/leela", test_pilot_meta.name, "int32",
916 call_get(client, "/test/leela", test_pilot_meta.name, "uint32",
920 call_get(client, "/test/leela", test_pilot_meta.name, "int64",
924 call_get(client, "/test/leela", test_pilot_meta.name, "uint64",
928 call_get(client, "/test/leela", test_pilot_meta.name, "double",
932 call_get(client, "/test/leela", test_pilot_meta.name, "string",
936 call_get(client, "/test/leela", test_pilot_meta.name, "object_path",
941 call_get(client, "/test/leela", test_pilot_meta.name, "null_string",
946 call_get(client, "/test/leela", test_pilot_meta.name, "null_path",
998 static void call_get_array(DBusConnection *client,
1009 reply = test_dbus_call_sync(client,
1035 DBusConnection *client;
1060 client = test_dbus_setup_mock(ctx, NULL, pilot_test_server_init, NULL);
1061 ck_assert(client != NULL);
1063 call_get_array(client, "/test/leela", test_pilot_meta.name, "byte_array",
1067 call_get_array(client, "/test/leela", test_pilot_meta.name, "int16_array",
1071 call_get_array(client, "/test/leela", test_pilot_meta.name, "uint16_array",
1075 call_get_array(client, "/test/leela", test_pilot_meta.name, "int32_array",
1079 call_get_array(client, "/test/leela", test_pilot_meta.name, "uint32_array",
1083 call_get_array(client, "/test/leela", test_pilot_meta.name, "int64_array",
1087 call_get_array(client, "/test/leela", test_pilot_meta.name, "uint64_array",
1091 call_get_array(client, "/test/leela", test_pilot_meta.name, "double_array",
1095 call_get_array(client, "/test/leela", test_pilot_meta.name, "string_array",
1101 call_get_array(client, "/test/leela", test_pilot_meta.name, "string_array",
1107 call_get_array(client, "/test/leela", test_pilot_meta.name, "object_path_array",
1120 DBusConnection *client;
1139 client = test_dbus_setup_mock(ctx, NULL, special_test_server_init, NULL);
1140 ck_assert(client != NULL);
1142 reply = test_dbus_call_sync(client,
1415 DBusConnection *client;
1452 client = test_dbus_setup_mock(ctx, NULL, pilot_test_server_init, NULL);
1453 ck_assert(client != NULL);
1455 reply = test_dbus_call_sync(client,