Lines Matching defs:TEST
85 TEST(AddService, HappyHappy) { in TEST() function
91 TEST(AddService, EmptyNameDisallowed) { in TEST() function
97 TEST(AddService, JustShortEnoughServiceNameHappy) { in TEST() function
103 TEST(AddService, TooLongNameDisallowed) { in TEST() function
109 TEST(AddService, WeirdCharactersDisallowed) { in TEST() function
115 TEST(AddService, AddNullServiceDisallowed) { in TEST() function
121 TEST(AddService, AddDisallowedFromApp) { in TEST() function
137 TEST(AddService, HappyOverExistingService) { in TEST() function
145 TEST(AddService, OverwriteExistingService) { in TEST() function
165 TEST(AddService, NoPermissions) { in TEST() function
177 TEST(GetService, HappyHappy) { in TEST() function
189 TEST(GetService, NonExistant) { in TEST() function
197 TEST(GetService, NoPermissionsForGettingService) { in TEST() function
215 TEST(GetService, AllowedFromIsolated) { in TEST() function
239 TEST(GetService, NotAllowedFromIsolated) { in TEST() function
265 TEST(ListServices, NoPermissions) { in TEST() function
278 TEST(ListServices, AllServices) { in TEST() function
297 TEST(ListServices, CriticalServices) { in TEST() function
316 TEST(Vintf, UpdatableViaApex) { in TEST() function
328 TEST(Vintf, UpdatableViaApex_InvalidNameReturnsNullOpt) { in TEST() function
339 TEST(Vintf, GetUpdatableNames) { in TEST() function
350 TEST(Vintf, GetUpdatableNames_InvalidApexNameReturnsEmpty) { in TEST() function
376 TEST(ServiceNotifications, NoPermissionsRegister) { in TEST() function
389 TEST(GetService, IsolatedCantRegister) { in TEST() function
406 TEST(ServiceNotifications, NoPermissionsUnregister) { in TEST() function
421 TEST(ServiceNotifications, InvalidName) { in TEST() function
430 TEST(ServiceNotifications, NullCallback) { in TEST() function
437 TEST(ServiceNotifications, Unregister) { in TEST() function
446 TEST(ServiceNotifications, UnregisterWhenNoRegistrationExists) { in TEST() function
455 TEST(ServiceNotifications, NoNotification) { in TEST() function
468 TEST(ServiceNotifications, GetNotification) { in TEST() function
483 TEST(ServiceNotifications, GetNotificationForAlreadyRegisteredService) { in TEST() function
499 TEST(ServiceNotifications, GetMultipleNotification) { in TEST() function