Home
last modified time | relevance | path

Searched defs:aService (Results 1 – 24 of 24) sorted by relevance

/openthread-latest/src/core/api/
Dsrp_server_api.cpp157 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 …]
Dsrp_client_api.cpp125 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()
Dsrp_client_buffers_api.cpp63 void otSrpClientBuffersFreeService(otInstance *aInstance, otSrpClientBuffersServiceEntry *aService) in otSrpClientBuffersFreeService()
Dmdns_api.cpp82 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/
Dsrp_advertising_proxy.cpp200 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()
Ddnssd.cpp118 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()
Dsrp_client.cpp778 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()
Dmdns.cpp181 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()
Dsrp_server.cpp2107 void Server::Host::AddService(Service &aService) in AddService()
2113 void Server::Host::RemoveService(Service *aService, RetainName aRetainName, NotifyMode aNotifyServi… in RemoveService()
Ddnssd_server.cpp514 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/
Ddnssd.c42 const otPlatDnssdService *aService, in otPlatDnssdRegisterService()
53 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
/openthread-latest/src/ncp/platform/
Ddnssd.cpp43 const otPlatDnssdService *aService, in otPlatDnssdRegisterService()
54 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
/openthread-latest/src/core/thread/
Dnetwork_data_leader_ftd.cpp497 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()
Dnetwork_data_local.cpp238 void Local::UpdateRloc(ServiceTlv &aService) in UpdateRloc()
Dnetwork_data.cpp700 bool MutableNetworkData::RemoveTemporaryDataIn(ServiceTlv &aService) in RemoveTemporaryDataIn()
/openthread-latest/src/lib/spinel/
Dspinel_prop_codec.cpp136 otPlatDnssdService &aService, in DecodeDnssdService()
/openthread-latest/tests/unit/
Dtest_srp_adv_proxy.cpp150 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()
Dtest_srp_server.cpp294 void PrepareService1(Srp::Client::Service &aService) in PrepareService1()
325 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
Dtest_dns_client.cpp255 void PrepareService1(Srp::Client::Service &aService) in PrepareService1()
284 void PrepareService2(Srp::Client::Service &aService) in PrepareService2()
Dtest_platform.cpp841 const otPlatDnssdService *aService, in otPlatDnssdRegisterService()
852 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
/openthread-latest/src/cli/
Dcli_mdns.cpp103 void Mdns::OutputService(const otMdnsService &aService) in OutputService()
288 otError Mdns::ParseServiceArgs(Arg aArgs[], otMdnsService &aService, Buffers &aBuffers) in ParseServiceArgs()
Dcli_srp_client.cpp827 void SrpClient::OutputService(uint8_t aIndentSize, const otSrpClientService &aService) in OutputService()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp554 const otPlatDnssdService *aService, in otPlatDnssdRegisterService()
565 const otPlatDnssdService *aService, in otPlatDnssdUnregisterService()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1567 void NcpBase::DnssdRegisterService(const otPlatDnssdService *aService, in DnssdRegisterService()
1574 void NcpBase::DnssdUnregisterService(const otPlatDnssdService *aService, in DnssdUnregisterService()