Searched defs:aService (Results 1 – 13 of 13) sorted by relevance
| /external/openthread/src/core/api/ |
| D | srp_server_api.cpp | 158 const otSrpServerService *aService) in otSrpServerHostGetNextService() 172 bool otSrpServerServiceIsDeleted(const otSrpServerService *aService) in otSrpServerServiceIsDeleted() 177 bool otSrpServerServiceIsSubType(const otSrpServerService *aService) in otSrpServerServiceIsSubType() 182 const char *otSrpServerServiceGetFullName(const otSrpServerService *aService) in otSrpServerServiceGetFullName() 187 const char *otSrpServerServiceGetInstanceName(const otSrpServerService *aService) in otSrpServerServiceGetInstanceName() 192 const char *otSrpServerServiceGetServiceName(const otSrpServerService *aService) in otSrpServerServiceGetServiceName() 197 otError otSrpServerServiceGetServiceSubTypeLabel(const otSrpServerService *aService, char *aLabel, … in otSrpServerServiceGetServiceSubTypeLabel() 202 uint16_t otSrpServerServiceGetPort(const otSrpServerService *aService) in otSrpServerServiceGetPort() 207 uint16_t otSrpServerServiceGetWeight(const otSrpServerService *aService) in otSrpServerServiceGetWeight() 212 uint16_t otSrpServerServiceGetPriority(const otSrpServerService *aService) in otSrpServerServiceGetPriority() [all …]
|
| D | srp_client_api.cpp | 137 otError otSrpClientAddService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientAddService() 142 otError otSrpClientRemoveService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientRemoveService() 147 otError otSrpClientClearService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientClearService()
|
| D | srp_client_buffers_api.cpp | 60 void otSrpClientBuffersFreeService(otInstance *aInstance, otSrpClientBuffersServiceEntry *aService) in otSrpClientBuffersFreeService()
|
| /external/openthread/src/core/net/ |
| D | srp_client.cpp | 548 Error Client::AddService(Service &aService) in AddService() 564 Error Client::RemoveService(Service &aService) in RemoveService() 588 void Client::UpdateServiceStateToRemove(Service &aService) in UpdateServiceStateToRemove() 601 Error Client::ClearService(Service &aService) in ClearService() 955 Error Client::AppendServiceInstructions(Service &aService, Message &aMessage, Info &aInfo) in AppendServiceInstructions()
|
| D | srp_server.cpp | 1985 void Server::Host::RemoveService(Service *aService, RetainName aRetainName, NotifyMode aNotifyServi… in RemoveService() 2018 Error Server::Host::AddCopyOfServiceAsDeletedIfNotPresent(const Service &aService, TimeMilli aUpdat… in AddCopyOfServiceAsDeletedIfNotPresent()
|
| D | srp_client.hpp | 871 void SetService(Service &aService) { mService = &aService; } in SetService()
|
| D | dnssd_server.cpp | 811 const Srp::Server::Service *aService) in GetNextSrpService()
|
| /external/openthread/src/core/thread/ |
| D | network_data_leader_ftd.cpp | 543 Error Leader::ValidateService(const ServiceTlv &aService, uint16_t aRloc16) in ValidateService() 642 bool Leader::ContainsMatchingServer(const ServiceTlv *aService, const ServerTlv &aServer) in ContainsMatchingServer() 672 Leader::UpdateStatus Leader::UpdateService(ServiceTlv &aService) in UpdateService() 795 Error Leader::AddService(const ServiceTlv &aService, ChangedFlags &aChangedFlags) in AddService() 1185 void Leader::RemoveRlocInService(ServiceTlv & aService, in RemoveRlocInService()
|
| D | network_data_local.cpp | 232 void Local::UpdateRloc(ServiceTlv &aService) in UpdateRloc()
|
| D | network_data.cpp | 478 void MutableNetworkData::RemoveTemporaryDataIn(ServiceTlv &aService) in RemoveTemporaryDataIn()
|
| /external/openthread/src/cli/ |
| D | cli_srp_client.cpp | 494 void SrpClient::OutputService(uint8_t aIndentSize, const otSrpClientService &aService) in OutputService()
|
| /external/ot-br-posix/src/mdns/ |
| D | mdns_mdnssd.cpp | 432 void PublisherMDnsSd::HandleServiceRegisterResult(DNSServiceRef aService, in HandleServiceRegisterResult() 687 … [&aType, &aInstanceName](const std::unique_ptr<ServiceSubscription> &aService) { in UnsubscribeService()
|
| D | mdns_avahi.cpp | 884 … [&aType, &aInstanceName](const std::unique_ptr<ServiceSubscription> &aService) { in UnsubscribeService()
|