Home
last modified time | relevance | path

Searched refs:otSrpServerService (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dsrp_server.h65 typedef struct otSrpServerService otSrpServerService; typedef
458 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 …]
/openthread-latest/src/core/api/
Dsrp_server_api.cpp156 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 …]
/openthread-latest/src/core/net/
Dsrp_server.hpp85 struct otSrpServerService struct
181 class Service : public otSrpServerService,
1024 DefineCoreType(otSrpServerService, Srp::Server::Service);
/openthread-latest/src/cli/
Dcli_srp_server.cpp430 const otSrpServerService *service = nullptr; in Process()