Lines Matching defs:TEST
78 TEST(AddService, HappyHappy) { in TEST() function
84 TEST(AddService, EmptyNameDisallowed) { in TEST() function
90 TEST(AddService, JustShortEnoughServiceNameHappy) { in TEST() function
96 TEST(AddService, TooLongNameDisallowed) { in TEST() function
102 TEST(AddService, WeirdCharactersDisallowed) { in TEST() function
108 TEST(AddService, AddNullServiceDisallowed) { in TEST() function
114 TEST(AddService, AddDisallowedFromApp) { in TEST() function
130 TEST(AddService, HappyOverExistingService) { in TEST() function
138 TEST(AddService, OverwriteExistingService) { in TEST() function
158 TEST(AddService, NoPermissions) { in TEST() function
170 TEST(GetService, HappyHappy) { in TEST() function
182 TEST(GetService, NonExistant) { in TEST() function
190 TEST(GetService, NoPermissionsForGettingService) { in TEST() function
208 TEST(GetService, AllowedFromIsolated) { in TEST() function
232 TEST(GetService, NotAllowedFromIsolated) { in TEST() function
258 TEST(ListServices, NoPermissions) { in TEST() function
271 TEST(ListServices, AllServices) { in TEST() function
290 TEST(ListServices, CriticalServices) { in TEST() function
326 TEST(ServiceNotifications, NoPermissionsRegister) { in TEST() function
340 TEST(ServiceNotifications, NoPermissionsUnregister) { in TEST() function
355 TEST(ServiceNotifications, InvalidName) { in TEST() function
364 TEST(ServiceNotifications, NullCallback) { in TEST() function
371 TEST(ServiceNotifications, Unregister) { in TEST() function
380 TEST(ServiceNotifications, UnregisterWhenNoRegistrationExists) { in TEST() function
389 TEST(ServiceNotifications, NoNotification) { in TEST() function
402 TEST(ServiceNotifications, GetNotification) { in TEST() function
417 TEST(ServiceNotifications, GetNotificationForAlreadyRegisteredService) { in TEST() function
433 TEST(ServiceNotifications, GetMultipleNotification) { in TEST() function