Searched refs:otSrpServerService (Results 1 – 4 of 4) sorted by relevance
65 typedef struct otSrpServerService otSrpServerService; typedef458 const otSrpServerService *otSrpServerHostGetNextService(const otSrpServerHost *aHost,459 const otSrpServerService *aService);472 bool otSrpServerServiceIsDeleted(const otSrpServerService *aService);481 const char *otSrpServerServiceGetInstanceName(const otSrpServerService *aService);495 bool otSrpServerServiceMatchesInstanceName(const otSrpServerService *aService, const char *aInstanc…504 const char *otSrpServerServiceGetInstanceLabel(const otSrpServerService *aService);513 const char *otSrpServerServiceGetServiceName(const otSrpServerService *aService);527 bool otSrpServerServiceMatchesServiceName(const otSrpServerService *aService, const char *aServiceN…536 uint16_t otSrpServerServiceGetNumberOfSubTypes(const otSrpServerService *aService);[all …]
156 const otSrpServerService *otSrpServerHostGetNextService(const otSrpServerHost *aHost, in otSrpServerHostGetNextService()157 const otSrpServerService *aService) in otSrpServerHostGetNextService()162 bool otSrpServerServiceIsDeleted(const otSrpServerService *aService) { return AsCoreType(aService).… in otSrpServerServiceIsDeleted()164 const char *otSrpServerServiceGetInstanceName(const otSrpServerService *aService) in otSrpServerServiceGetInstanceName()169 bool otSrpServerServiceMatchesInstanceName(const otSrpServerService *aService, const char *aInstanc… in otSrpServerServiceMatchesInstanceName()174 const char *otSrpServerServiceGetInstanceLabel(const otSrpServerService *aService) in otSrpServerServiceGetInstanceLabel()179 const char *otSrpServerServiceGetServiceName(const otSrpServerService *aService) in otSrpServerServiceGetServiceName()184 bool otSrpServerServiceMatchesServiceName(const otSrpServerService *aService, const char *aServiceN… in otSrpServerServiceMatchesServiceName()189 uint16_t otSrpServerServiceGetNumberOfSubTypes(const otSrpServerService *aService) in otSrpServerServiceGetNumberOfSubTypes()194 const char *otSrpServerServiceGetSubTypeServiceNameAt(const otSrpServerService *aService, uint16_t … in otSrpServerServiceGetSubTypeServiceNameAt()[all …]
85 struct otSrpServerService struct181 class Service : public otSrpServerService,1024 DefineCoreType(otSrpServerService, Srp::Server::Service);
430 const otSrpServerService *service = nullptr; in Process()