Home | History | Annotate | Download | only in ServiceRegistration

Lines Matching defs:services

1 /* cti-services.h
66 cti_service_t *NULLABLE *NONNULL services;
304 * services.
319 * services.
323 cti_service_vec_release_(cti_service_vec_t *NONNULL services, const char *NONNULL file, int line);
324 #define cti_service_vec_release(services) cti_service_vec_release_(services, __FILE__, __LINE__)
363 * services: The service vector to release
366 * services.
371 #define cti_service_release(services) cti_service_release(service, __FILE__, __LINE__)
390 * services: If status is kCTIStatus_NoError, a cti_service_vec_t containing the list of services
398 (*cti_service_reply_t)(void *NULLABLE context, cti_service_vec_t *NULLABLE services, cti_status_t status);
402 * Requests wpantund to immediately send the current list of services published in the Thread network data.