Lines Matching full:service

17 /* Custom Service Variables */
67 /* Vendor Primary Service Declaration */
80 /* Vendor Primary Service Declaration */
102 "Test service registration failed"); in ZTEST()
108 "Test service duplicate succeeded"); in ZTEST()
123 "Test service unregister failed"); in ZTEST()
125 "Test service re-registration failed"); in ZTEST()
131 "Test service unregister failed"); in ZTEST()
134 "Test service registration failed"); in ZTEST()
142 "Test service unregister failed"); in ZTEST()
145 /* Test that a service A can be re-registered after registering it once, unregistering it, and then
146 * registering another service B.
152 /* Vendor Primary Service Declaration */ in ZTEST()
161 /* Vendor Primary Service Declaration */ in ZTEST()
176 /* Check that the handles are initially 0x0000 before registering the service */ in ZTEST()
179 "Test service A handle not initially reset"); in ZTEST()
183 "Test service A registration failed"); in ZTEST()
186 "Test service A unregister failed"); in ZTEST()
188 /* Check that the handles are the same as before registering the service */ in ZTEST()
191 "Test service A handle not reset"); in ZTEST()
195 "Test service B registration failed"); in ZTEST()
198 "Test service A re-registering failed..."); in ZTEST()
202 "Test service A unregister failed"); in ZTEST()
204 "Test service B unregister failed"); in ZTEST()
208 /* Test that a service A can be re-registered after registering it once, unregistering it, and then
209 * registering another service B.
210 * Service A and B both have pre-allocated handles for their attributes.
212 * registering the service.
217 /* Vendor Primary Service Declaration */ in ZTEST()
226 /* Vendor Primary Service Declaration */ in ZTEST()
246 "Test service A registration failed"); in ZTEST()
249 "Test service A unregister failed"); in ZTEST()
251 /* Check that the handles are the same as before registering the service */ in ZTEST()
254 "Test service A handle not reset"); in ZTEST()
258 "Test service B registration failed"); in ZTEST()
261 "Test service A re-registering failed..."); in ZTEST()
265 "Test service A unregister failed"); in ZTEST()
267 "Test service B unregister failed"); in ZTEST()
270 /* Test that a service A can be re-registered after registering it once, unregistering it, and then
271 * registering another service B.
272 * Service A has pre-allocated handles for its attributes, while Service B has handles assigned by
275 * registering the service.
280 /* Vendor Primary Service Declaration */ in ZTEST()
289 /* Vendor Primary Service Declaration */ in ZTEST()
300 /* Pre-allocate handles for one service only */ in ZTEST()
306 "Test service A registration failed"); in ZTEST()
309 "Test service A unregister failed"); in ZTEST()
311 /* Check that the handles are the same as before registering the service */ in ZTEST()
314 "Test service A handle not reset"); in ZTEST()
318 "Test service B registration failed"); in ZTEST()
321 "Test service A re-registering failed..."); in ZTEST()
325 "Test service A unregister failed"); in ZTEST()
327 "Test service B unregister failed"); in ZTEST()
357 "Test service registration failed"); in ZTEST()
446 /* Need our service to be registered */ in ZTEST()
448 "Test service registration failed"); in ZTEST()