/openthread-latest/src/core/api/ |
D | srp_server_api.cpp | 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() 199 bool otSrpServerServiceHasSubTypeServiceName(const otSrpServerService *aService, const char *aSubTy… in otSrpServerServiceHasSubTypeServiceName() [all …]
|
D | srp_client_api.cpp | 125 otError otSrpClientAddService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientAddService() 130 otError otSrpClientRemoveService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientRemoveService() 135 otError otSrpClientClearService(otInstance *aInstance, otSrpClientService *aService) in otSrpClientClearService()
|
D | srp_client_buffers_api.cpp | 63 void otSrpClientBuffersFreeService(otInstance *aInstance, otSrpClientBuffersServiceEntry *aService) in otSrpClientBuffersFreeService()
|
D | mdns_api.cpp | 82 const otMdnsService *aService, in otMdnsRegisterService() 91 otError otMdnsUnregisterService(otInstance *aInstance, const otMdnsService *aService) in otMdnsUnregisterService() 140 otMdnsService *aService, in otMdnsGetNextService()
|
/openthread-latest/src/core/net/ |
D | srp_advertising_proxy.cpp | 200 template <> void AdvertisingProxy::UpdateAdvIdRangeOn(Service &aService) in UpdateAdvIdRangeOn() 314 void AdvertisingProxy::AdvertiseRemovalOf(Service &aService) in AdvertiseRemovalOf() 890 bool AdvertisingProxy::CompareAndUpdateService(Service &aService, Service &aExistingService) in CompareAndUpdateService() 985 void AdvertisingProxy::RegisterService(Service &aService) in RegisterService() 1040 void AdvertisingProxy::UnregisterService(Service &aService) in UnregisterService() 1077 void AdvertisingProxy::RegisterKey(Service &aService) in RegisterKey() 1134 void AdvertisingProxy::UnregisterKey(Service &aService) in UnregisterKey()
|
D | dnssd.cpp | 118 void Dnssd::RegisterService(const Service &aService, RequestId aRequestId, RegisterCallback aCallba… in RegisterService() 140 void Dnssd::UnregisterService(const Service &aService, RequestId aRequestId, RegisterCallback aCall… in UnregisterService()
|
D | srp_client.cpp | 778 Error Client::AddService(Service &aService) in AddService() 794 Error Client::RemoveService(Service &aService) in RemoveService() 808 void Client::UpdateServiceStateToRemove(Service &aService) in UpdateServiceStateToRemove() 816 Error Client::ClearService(Service &aService) in ClearService() 1327 bool Client::CanAppendService(const Service &aService) in CanAppendService() 1368 Error Client::AppendServiceInstruction(Service &aService, MsgInfo &aInfo) in AppendServiceInstruction()
|
D | mdns.cpp | 181 Error Core::RegisterService(const Service &aService, RequestId aRequestId, RegisterCallback aCallba… in RegisterService() 186 Error Core::UnregisterService(const Service &aService) { return Unregister<ServiceEntry>(aService);… in UnregisterService() 210 Error Core::GetNextService(Iterator &aIterator, Service &aService, EntryState &aState) const in GetNextService() 1881 Error Core::ServiceEntry::Init(Instance &aInstance, const Service &aService) in Init() 1933 void Core::ServiceEntry::Register(const Service &aService, const Callback &aCallback) in Register() 2013 void Core::ServiceEntry::Unregister(const Service &aService) in Unregister() 2745 Error Core::ServiceEntry::CopyInfoTo(Service &aService, EntryState &aState, EntryIterator &aIterato… in CopyInfoTo() 6438 Error Core::EntryIterator::GetNextService(Service &aService, EntryState &aState) in GetNextService()
|
D | srp_server.cpp | 2107 void Server::Host::AddService(Service &aService) in AddService() 2113 void Server::Host::RemoveService(Service *aService, RetainName aRetainName, NotifyMode aNotifyServi… in RemoveService()
|
D | dnssd_server.cpp | 514 Error Server::Response::AppendSrvRecord(const Srp::Server::Service &aService) in AppendSrvRecord() 657 Error Server::Response::AppendTxtRecord(const Srp::Server::Service &aService) in AppendTxtRecord()
|
/openthread-latest/examples/platforms/simulation/ |
D | dnssd.c | 42 const otPlatDnssdService *aService, in otPlatDnssdRegisterService() 53 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
|
/openthread-latest/src/ncp/platform/ |
D | dnssd.cpp | 43 const otPlatDnssdService *aService, in otPlatDnssdRegisterService() 54 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
|
/openthread-latest/src/core/thread/ |
D | network_data_leader_ftd.cpp | 497 Error Leader::ValidateService(const ServiceTlv &aService, uint16_t aRloc16) in ValidateService() 596 bool Leader::ContainsMatchingServer(const ServiceTlv *aService, const ServerTlv &aServer) in ContainsMatchingServer() 623 Leader::UpdateStatus Leader::UpdateService(ServiceTlv &aService) { return UpdateTlv(aService, aServ… in UpdateService() 795 Error Leader::AddService(const ServiceTlv &aService, ChangedFlags &aChangedFlags) in AddService() 1151 void Leader::RemoveRlocInService(ServiceTlv &aService, in RemoveRlocInService()
|
D | network_data_local.cpp | 238 void Local::UpdateRloc(ServiceTlv &aService) in UpdateRloc()
|
D | network_data.cpp | 700 bool MutableNetworkData::RemoveTemporaryDataIn(ServiceTlv &aService) in RemoveTemporaryDataIn()
|
/openthread-latest/src/lib/spinel/ |
D | spinel_prop_codec.cpp | 136 otPlatDnssdService &aService, in DecodeDnssdService()
|
/openthread-latest/tests/unit/ |
D | test_srp_adv_proxy.cpp | 150 const otPlatDnssdService *aService, in otPlatDnssdRegisterService() 209 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService() 592 void PrepareService1(Srp::Client::Service &aService) in PrepareService1() 623 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
|
D | test_srp_server.cpp | 294 void PrepareService1(Srp::Client::Service &aService) in PrepareService1() 325 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
|
D | test_dns_client.cpp | 255 void PrepareService1(Srp::Client::Service &aService) in PrepareService1() 284 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
|
D | test_platform.cpp | 841 const otPlatDnssdService *aService, in otPlatDnssdRegisterService() 852 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
|
/openthread-latest/src/cli/ |
D | cli_mdns.cpp | 103 void Mdns::OutputService(const otMdnsService &aService) in OutputService() 288 otError Mdns::ParseServiceArgs(Arg aArgs[], otMdnsService &aService, Buffers &aBuffers) in ParseServiceArgs()
|
D | cli_srp_client.cpp | 827 void SrpClient::OutputService(uint8_t aIndentSize, const otSrpClientService &aService) in OutputService()
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 554 const otPlatDnssdService *aService, in otPlatDnssdRegisterService() 565 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
|
/openthread-latest/src/ncp/ |
D | ncp_base_ftd.cpp | 1567 void NcpBase::DnssdRegisterService(const otPlatDnssdService *aService, in DnssdRegisterService() 1574 void NcpBase::DnssdUnregisterService(const otPlatDnssdService *aService, in DnssdUnregisterService()
|