Home
last modified time | relevance | path

Searched defs:aHost (Results 1 – 25 of 38) sorted by relevance

12

/external/openthread/src/core/net/
Dsrp_advertising_proxy.cpp163 template <> void AdvertisingProxy::UpdateAdvIdRangeOn(Host &aHost) in UpdateAdvIdRangeOn()
208 void AdvertisingProxy::AdvertiseRemovalOf(Host &aHost) in AdvertiseRemovalOf()
364 void AdvertisingProxy::Advertise(Host &aHost, const Server::MessageMetadata &aMetadata) in Advertise()
473 void AdvertisingProxy::Advertise(Host &aHost) in Advertise()
542 void AdvertisingProxy::UnregisterHostAndItsServicesAndKeys(Host &aHost) in UnregisterHostAndItsServicesAndKeys()
568 bool AdvertisingProxy::CompareAndUpdateHostAndServices(Host &aHost, Host &aExistingHost) in CompareAndUpdateHostAndServices()
800 bool AdvertisingProxy::CompareAndUpdateHost(Host &aHost, Host &aExistingHost) in CompareAndUpdateHost()
926 void AdvertisingProxy::RegisterHost(Host &aHost) in RegisterHost()
965 void AdvertisingProxy::UnregisterHost(Host &aHost) in UnregisterHost()
1064 void AdvertisingProxy::RegisterKey(Host &aHost) in RegisterKey()
[all …]
Dsrp_server.cpp450 const Server::Host *Server::GetNextHost(const Server::Host *aHost) in GetNextHost()
455 void Server::RemoveHost(Host *aHost, RetainName aRetainName) in RemoveHost()
578 void Server::CommitSrpUpdate(Error aError, Host &aHost, const MessageMetadata &aMessageMetadata) in CommitSrpUpdate()
594 Host &aHost, in CommitSrpUpdate()
1022 Error Server::ProcessUpdateSection(Host &aHost, const Message &aMessage, MessageMetadata &aMetadata… in ProcessUpdateSection()
1048 Error Server::ProcessHostDescriptionInstruction(Host &aHost, in ProcessHostDescriptionInstruction()
1137 Error Server::ProcessServiceDiscoveryInstructions(Host &aHost, in ProcessServiceDiscoveryInstructions()
1256 Error Server::ProcessServiceDescriptionInstructions(Host &aHost, in ProcessServiceDescriptionInstructions()
1361 Error Server::ProcessAdditionalSection(Host *aHost, const Message &aMessage, MessageMetadata &aMeta… in ProcessAdditionalSection()
1492 void Server::HandleUpdate(Host &aHost, const MessageMetadata &aMetadata) in HandleUpdate()
[all …]
Ddnssd.cpp164 void Dnssd::RegisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback) in RegisterHost()
186 void Dnssd::UnregisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback) in UnregisterHost()
Dip4_types.cpp121 void Address::SynthesizeFromCidrAndHost(const Cidr &aCidr, const uint32_t aHost) in SynthesizeFromCidrAndHost()
Dmdns.cpp175 Error Core::RegisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback) in RegisterHost()
180 Error Core::UnregisterHost(const Host &aHost) { return Unregister<HostEntry>(aHost); } in UnregisterHost()
206 Error Core::GetNextHost(Iterator &aIterator, Host &aHost, EntryState &aState) const in GetNextHost()
1495 void Core::HostEntry::Register(const Host &aHost, const Callback &aCallback) in Register()
1540 void Core::HostEntry::Unregister(const Host &aHost) in Unregister()
1819 Error Core::HostEntry::CopyInfoTo(Host &aHost, EntryState &aState) const in CopyInfoTo()
6418 Error Core::EntryIterator::GetNextHost(Host &aHost, EntryState &aState) in GetNextHost()
/external/openthread/src/core/api/
Dsrp_server_api.cpp137 const otSrpServerHost *otSrpServerGetNextHost(otInstance *aInstance, const otSrpServerHost *aHost) in otSrpServerGetNextHost()
147 bool otSrpServerHostIsDeleted(const otSrpServerHost *aHost) { return AsCoreType(aHost).IsDeleted();… in otSrpServerHostIsDeleted()
149 const char *otSrpServerHostGetFullName(const otSrpServerHost *aHost) { return AsCoreType(aHost).Get… in otSrpServerHostGetFullName()
151 bool otSrpServerHostMatchesFullName(const otSrpServerHost *aHost, const char *aFullName) in otSrpServerHostMatchesFullName()
156 const otIp6Address *otSrpServerHostGetAddresses(const otSrpServerHost *aHost, uint8_t *aAddressesNu… in otSrpServerHostGetAddresses()
161 void otSrpServerHostGetLeaseInfo(const otSrpServerHost *aHost, otSrpServerLeaseInfo *aLeaseInfo) in otSrpServerHostGetLeaseInfo()
166 uint32_t otSrpServerHostGetKeyLease(const otSrpServerHost *aHost) { return AsCoreType(aHost).GetKey… in otSrpServerHostGetKeyLease()
168 const otSrpServerService *otSrpServerHostGetNextService(const otSrpServerHost *aHost, in otSrpServerHostGetNextService()
Dmdns_api.cpp65 const otMdnsHost *aHost, in otMdnsRegisterHost()
74 otError otMdnsUnregisterHost(otInstance *aInstance, const otMdnsHost *aHost) in otMdnsUnregisterHost()
129 otError otMdnsGetNextHost(otInstance *aInstance, otMdnsIterator *aIterator, otMdnsHost *aHost, otMd… in otMdnsGetNextHost()
/external/ot-br-posix/src/sdp_proxy/
Dadvertising_proxy.cpp54 AdvertisingProxy::AdvertisingProxy(Host::RcpHost &aHost, Mdns::Publisher &aPublisher) in AdvertisingProxy()
103 const otSrpServerHost *aHost, in AdvertisingHandler()
111 const otSrpServerHost *aHost, in AdvertisingHandler()
216 otbrError AdvertisingProxy::PublishHostAndItsServices(const otSrpServerHost *aHost, OutstandingUpda… in PublishHostAndItsServices()
Ddiscovery_proxy.cpp61 DiscoveryProxy::DiscoveryProxy(Host::RcpHost &aHost, Mdns::Publisher &aPublisher) in DiscoveryProxy()
/external/ot-br-posix/src/host/posix/
Ddnssd.cpp85 const otPlatDnssdHost *aHost, in otPlatDnssdRegisterHost()
95 const otPlatDnssdHost *aHost, in otPlatDnssdUnregisterHost()
276 void DnssdPlatform::RegisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallbac… in RegisterHost()
288 void DnssdPlatform::UnregisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallb… in UnregisterHost()
/external/openthread/examples/platforms/simulation/
Ddnssd.c64 const otPlatDnssdHost *aHost, in otPlatDnssdRegisterHost()
75 const otPlatDnssdHost *aHost, in otPlatDnssdUnregisterHost()
/external/openthread/src/ncp/platform/
Ddnssd.cpp65 const otPlatDnssdHost *aHost, in otPlatDnssdRegisterHost()
76 const otPlatDnssdHost *aHost, in otPlatDnssdUnregisterHost()
/external/ot-br-posix/src/openwrt/ubus/
Dotubus.hpp1086 UBusAgent(otbr::Host::RcpHost &aHost) in UBusAgent()
/external/ot-br-posix/src/backbone_router/
Dnd_proxy.hpp81 explicit NdProxyManager(otbr::Host::RcpHost &aHost, std::string aBackboneInterfaceName) in NdProxyManager()
Dbackbone_agent.cpp50 BackboneAgent::BackboneAgent(otbr::Host::RcpHost &aHost, std::string aInterfaceName, std::string aB… in BackboneAgent()
/external/ot-br-posix/src/dbus/server/
Ddbus_agent.cpp49 DBusAgent::DBusAgent(otbr::Host::ThreadHost &aHost, Mdns::Publisher &aPublisher) in DBusAgent()
Ddbus_thread_object_ncp.cpp46 otbr::Host::NcpHost &aHost) in DBusThreadObjectNcp()
/external/ot-br-posix/src/agent/
Dapplication.cpp55 Application::Application(Host::ThreadHost &aHost, in Application()
/external/openthread/src/lib/spinel/
Dspinel_prop_codec.cpp118 otPlatDnssdHost &aHost, in DecodeDnssdHost()
/external/ot-br-posix/src/rest/
Drest_web_server.cpp50 RestWebServer::RestWebServer(RcpHost &aHost, const std::string &aRestListenAddress, int aRestListen… in RestWebServer()
/external/openthread/src/cli/
Dcli_srp_server.cpp424 void SrpServer::OutputHostAddresses(const otSrpServerHost *aHost) in OutputHostAddresses()
/external/ot-br-posix/src/trel_dnssd/
Dtrel_dnssd.cpp84 TrelDnssd::TrelDnssd(Host::RcpHost &aHost, Mdns::Publisher &aPublisher) in TrelDnssd()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp576 const otPlatDnssdHost *aHost, in otPlatDnssdRegisterHost()
587 const otPlatDnssdHost *aHost, in otPlatDnssdUnregisterHost()
/external/openthread/tests/unit/
Dtest_srp_adv_proxy.cpp253 const otPlatDnssdHost *aHost, in otPlatDnssdRegisterHost()
288 const otPlatDnssdHost *aHost, in otPlatDnssdUnregisterHost()
/external/ot-br-posix/src/android/
Dmdns_publisher.cpp428 …[&aHostName](const std::shared_ptr<HostSubscription> &aHost) { return aHost->mName == aHostName; }… in UnsubscribeHost()

12