Searched defs:resource_dnd (Results 1 – 1 of 1) sorted by relevance
/dports/net-im/profanity/profanity-0.11.1/tests/unittests/ |
H A D | test_contact.c | 158 Resource* resource_dnd = resource_new("resource_dnd", RESOURCE_DND, NULL, 10); in contact_presence_chat_when_same_prioroty() local 181 Resource* resource_dnd = resource_new("resource_dnd", RESOURCE_DND, NULL, 10); in contact_presence_online_when_same_prioroty() local 202 Resource* resource_dnd = resource_new("resource_dnd", RESOURCE_DND, NULL, 10); in contact_presence_away_when_same_prioroty() local 221 Resource* resource_dnd = resource_new("resource_dnd", RESOURCE_DND, NULL, 10); in contact_presence_xa_when_same_prioroty() local 238 Resource* resource_dnd = resource_new("resource_dnd", RESOURCE_DND, NULL, 10); in contact_presence_dnd() local 323 Resource* resource_dnd = resource_new("resource_dnd", RESOURCE_DND, NULL, 10); in contact_not_available_when_highest_priority_away() local 347 Resource* resource_dnd = resource_new("resource_dnd", RESOURCE_DND, NULL, 10); in contact_not_available_when_highest_priority_xa() local 371 Resource* resource_dnd = resource_new("resource_dnd", RESOURCE_DND, NULL, 20); in contact_not_available_when_highest_priority_dnd() local 395 Resource* resource_dnd = resource_new("resource_dnd", RESOURCE_DND, NULL, 10); in contact_available_when_highest_priority_online() local 419 Resource* resource_dnd = resource_new("resource_dnd", RESOURCE_DND, NULL, 10); in contact_available_when_highest_priority_chat() local
|