ty                 19 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
ty                 22 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("Fencing_monitor_60000", &rsc, &ty, &ms));
ty                 24 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "monitor");
ty                 27 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                 34 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
ty                 37 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("ClusterIP:0_start_0", &rsc, &ty, &ms));
ty                 39 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "start");
ty                 42 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                 44 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("imagestoreclone:1_post_notify_stop_0", &rsc, &ty, &ms));
ty                 46 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "post_notify_stop");
ty                 49 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                 56 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
ty                 59 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("httpd-bundle-0_monitor_30000", &rsc, &ty, &ms));
ty                 61 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "monitor");
ty                 64 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                 66 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("httpd-bundle-ip-192.168.122.132_start_0", &rsc, &ty, &ms));
ty                 68 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "start");
ty                 71 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                 78 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
ty                 81 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("vm_migrate_from_0", &rsc, &ty, &ms));
ty                 83 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "migrate_from");
ty                 86 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                 88 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("vm_migrate_to_0", &rsc, &ty, &ms));
ty                 90 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "migrate_to");
ty                 93 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                 95 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("vm_idcc_devel_migrate_to_0", &rsc, &ty, &ms));
ty                 97 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "migrate_to");
ty                100 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                107 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
ty                110 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("rsc_drbd_7788:1_post_notify_start_0", &rsc, &ty, &ms));
ty                112 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "post_notify_start");
ty                115 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                117 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("rabbitmq-bundle-clone_pre_notify_stop_0", &rsc, &ty, &ms));
ty                119 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "pre_notify_stop");
ty                122 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                124 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("post_notify_start_0", &rsc, &ty, &ms));
ty                126 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "start");
ty                129 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                135 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
ty                138 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("Fencing_monitor_60000", NULL, &ty, &ms));
ty                139 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "monitor");
ty                141 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                160 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
ty                162 lib/common/tests/operations/parse_op_key_test.c     g_assert_true(parse_op_key("Fencing_monitor_60000", &rsc, &ty, NULL));
ty                164 lib/common/tests/operations/parse_op_key_test.c     g_assert_cmpstr(ty, ==, "monitor");
ty                166 lib/common/tests/operations/parse_op_key_test.c     free(ty);
ty                173 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
ty                176 lib/common/tests/operations/parse_op_key_test.c     g_assert_false(parse_op_key("", &rsc, &ty, &ms));
ty                178 lib/common/tests/operations/parse_op_key_test.c     g_assert_null(ty);
ty                181 lib/common/tests/operations/parse_op_key_test.c     g_assert_false(parse_op_key(NULL, &rsc, &ty, &ms));
ty                183 lib/common/tests/operations/parse_op_key_test.c     g_assert_null(ty);
ty                191 lib/common/tests/operations/parse_op_key_test.c     char *ty = NULL;
ty                194 lib/common/tests/operations/parse_op_key_test.c     g_assert_false(parse_op_key("httpd-bundle-0", &rsc, &ty, &ms));
ty                196 lib/common/tests/operations/parse_op_key_test.c     g_assert_null(ty);
ty                199 lib/common/tests/operations/parse_op_key_test.c     g_assert_false(parse_op_key("httpd-bundle-0_monitor", &rsc, &ty, &ms));
ty                201 lib/common/tests/operations/parse_op_key_test.c     g_assert_null(ty);
ty                204 lib/common/tests/operations/parse_op_key_test.c     g_assert_false(parse_op_key("httpd-bundle-0_30000", &rsc, &ty, &ms));
ty                206 lib/common/tests/operations/parse_op_key_test.c     g_assert_null(ty);