Searched refs:ServerService (Results 1 – 2 of 2) sorted by relevance
509 ServerService *it = NULL; in FindCallbackAndNotifyConnected()510 ServerService *target = NULL; in FindCallbackAndNotifyConnected()511 LIST_FOR_EACH_ENTRY(it, &g_softBusGattsManager.services, ServerService, node) { in FindCallbackAndNotifyConnected()637 ServerService *it = NULL; in FindCallbackByHandle()638 LIST_FOR_EACH_ENTRY(it, &g_softBusGattsManager.services, ServerService, node) { in FindCallbackByHandle()714 ServerService *it = NULL; in FindCallbackByUdidAndSetHandle()715 LIST_FOR_EACH_ENTRY(it, &g_softBusGattsManager.services, ServerService, node) { in FindCallbackByUdidAndSetHandle()730 ServerService *it = NULL; in CreateAndAddGattsManager()740 ServerService *service = (ServerService *)SoftBusCalloc(sizeof(ServerService)); in CreateAndAddGattsManager()760 ServerService *it = NULL; in RemoveGattsManager()[all …]
147 } ServerService; typedef