Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/openthread/src/core/net/
H A Dsrp_advertising_proxy.cpp169 template <> void AdvertisingProxy::UpdateAdvIdRangeOn(Host &aHost) in UpdateAdvIdRangeOn()
214 void AdvertisingProxy::AdvertiseRemovalOf(Host &aHost) in AdvertiseRemovalOf()
370 void AdvertisingProxy::Advertise(Host &aHost, const Server::MessageMetadata &aMetadata) in Advertise()
479 void AdvertisingProxy::Advertise(Host &aHost) in Advertise()
548 void AdvertisingProxy::UnregisterHostAndItsServicesAndKeys(Host &aHost) in UnregisterHostAndItsServicesAndKeys()
574 bool AdvertisingProxy::CompareAndUpdateHostAndServices(Host &aHost, Host &aExistingHost) in CompareAndUpdateHostAndServices()
806 bool AdvertisingProxy::CompareAndUpdateHost(Host &aHost, Host &aExistingHost) in CompareAndUpdateHost()
932 void AdvertisingProxy::RegisterHost(Host &aHost) in RegisterHost()
971 void AdvertisingProxy::UnregisterHost(Host &aHost) in UnregisterHost()
1070 void AdvertisingProxy::RegisterKey(Host &aHost) in RegisterKey()
[all …]
H A Dsrp_server.cpp307 const Server::Host *Server::GetNextHost(const Server::Host *aHost) in GetNextHost()
312 void Server::RemoveHost(Host *aHost, RetainName aRetainName) in RemoveHost()
435 void Server::CommitSrpUpdate(Error aError, Host &aHost, const MessageMetadata &aMessageMetadata) in CommitSrpUpdate()
451 Host &aHost, in CommitSrpUpdate()
879 Error Server::ProcessUpdateSection(Host &aHost, const Message &aMessage, MessageMetadata &aMetadata… in ProcessUpdateSection()
905 Error Server::ProcessHostDescriptionInstruction(Host &aHost, in ProcessHostDescriptionInstruction()
994 Error Server::ProcessServiceDiscoveryInstructions(Host &aHost, in ProcessServiceDiscoveryInstructions()
1113 Error Server::ProcessServiceDescriptionInstructions(Host &aHost, in ProcessServiceDescriptionInstructions()
1218 Error Server::ProcessAdditionalSection(Host *aHost, const Message &aMessage, MessageMetadata &aMeta… in ProcessAdditionalSection()
1349 void Server::HandleUpdate(Host &aHost, const MessageMetadata &aMetadata) in HandleUpdate()
[all …]
H A Ddnssd.cpp166 void Dnssd::RegisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback) in RegisterHost()
188 void Dnssd::UnregisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback) in UnregisterHost()
H A Dmdns.cpp179 Error Core::RegisterHost(const Host &aHost, RequestId aRequestId, RegisterCallback aCallback) in RegisterHost()
184 Error Core::UnregisterHost(const Host &aHost) { return Unregister<HostEntry>(aHost); } in UnregisterHost()
210 Error Core::GetNextHost(Iterator &aIterator, Host &aHost, EntryState &aState) const in GetNextHost()
1379 void Core::HostEntry::Register(const Host &aHost, const Callback &aCallback) in Register()
1424 void Core::HostEntry::Unregister(const Host &aHost) in Unregister()
1690 Error Core::HostEntry::CopyInfoTo(Host &aHost, EntryState &aState) const in CopyInfoTo()
6252 Error Core::EntryIterator::GetNextHost(Host &aHost, EntryState &aState) in GetNextHost()
H A Dip4_types.cpp121 void Address::SynthesizeFromCidrAndHost(const Cidr &aCidr, const uint32_t aHost) in SynthesizeFromCidrAndHost()
/aosp_15_r20/external/openthread/src/core/api/
H A Dsrp_server_api.cpp128 const otSrpServerHost *otSrpServerGetNextHost(otInstance *aInstance, const otSrpServerHost *aHost) in otSrpServerGetNextHost()
138 bool otSrpServerHostIsDeleted(const otSrpServerHost *aHost) { return AsCoreType(aHost).IsDeleted();… in otSrpServerHostIsDeleted()
140 const char *otSrpServerHostGetFullName(const otSrpServerHost *aHost) { return AsCoreType(aHost).Get… in otSrpServerHostGetFullName()
142 bool otSrpServerHostMatchesFullName(const otSrpServerHost *aHost, const char *aFullName) in otSrpServerHostMatchesFullName()
147 const otIp6Address *otSrpServerHostGetAddresses(const otSrpServerHost *aHost, uint8_t *aAddressesNu… in otSrpServerHostGetAddresses()
152 void otSrpServerHostGetLeaseInfo(const otSrpServerHost *aHost, otSrpServerLeaseInfo *aLeaseInfo) in otSrpServerHostGetLeaseInfo()
157 uint32_t otSrpServerHostGetKeyLease(const otSrpServerHost *aHost) { return AsCoreType(aHost).GetKey… in otSrpServerHostGetKeyLease()
159 const otSrpServerService *otSrpServerHostGetNextService(const otSrpServerHost *aHost, in otSrpServerHostGetNextService()
H A Dmdns_api.cpp68 const otMdnsHost *aHost, in otMdnsRegisterHost()
77 otError otMdnsUnregisterHost(otInstance *aInstance, const otMdnsHost *aHost) in otMdnsUnregisterHost()
132 otError otMdnsGetNextHost(otInstance *aInstance, otMdnsIterator *aIterator, otMdnsHost *aHost, otMd… in otMdnsGetNextHost()
/aosp_15_r20/external/ot-br-posix/src/sdp_proxy/
H A Dadvertising_proxy.cpp54 AdvertisingProxy::AdvertisingProxy(Ncp::RcpHost &aHost, Mdns::Publisher &aPublisher) in AdvertisingProxy()
102 const otSrpServerHost *aHost, in AdvertisingHandler()
110 const otSrpServerHost *aHost, in AdvertisingHandler()
215 otbrError AdvertisingProxy::PublishHostAndItsServices(const otSrpServerHost *aHost, OutstandingUpda… in PublishHostAndItsServices()
H A Ddiscovery_proxy.cpp61 DiscoveryProxy::DiscoveryProxy(Ncp::RcpHost &aHost, Mdns::Publisher &aPublisher) in DiscoveryProxy()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Ddnssd.c64 const otPlatDnssdHost *aHost, in otPlatDnssdRegisterHost()
75 const otPlatDnssdHost *aHost, in otPlatDnssdUnregisterHost()
/aosp_15_r20/external/ot-br-posix/src/openwrt/ubus/
H A Dotubus.hpp1086 UBusAgent(otbr::Ncp::RcpHost &aHost) in UBusAgent()
H A Dotubus.cpp61 UbusServer::UbusServer(Ncp::RcpHost *aHost, std::mutex *aMutex) in UbusServer()
81 void UbusServer::Initialize(Ncp::RcpHost *aHost, std::mutex *aMutex) in Initialize()
/aosp_15_r20/external/ot-br-posix/src/backbone_router/
H A Dnd_proxy.hpp81 explicit NdProxyManager(otbr::Ncp::RcpHost &aHost, std::string aBackboneInterfaceName) in NdProxyManager()
H A Dbackbone_agent.cpp50 BackboneAgent::BackboneAgent(otbr::Ncp::RcpHost &aHost, std::string aInterfaceName, std::string aBa… in BackboneAgent()
/aosp_15_r20/external/ot-br-posix/src/dbus/server/
H A Ddbus_agent.cpp49 DBusAgent::DBusAgent(otbr::Ncp::ThreadHost &aHost, Mdns::Publisher &aPublisher) in DBusAgent()
H A Ddbus_thread_object_ncp.cpp46 otbr::Ncp::NcpHost &aHost) in DBusThreadObjectNcp()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_srp_adv_proxy.cpp253 const otPlatDnssdHost *aHost, in otPlatDnssdRegisterHost()
288 const otPlatDnssdHost *aHost, in otPlatDnssdUnregisterHost()
H A Dtest_platform.cpp861 const otPlatDnssdHost *aHost, in otPlatDnssdRegisterHost()
872 const otPlatDnssdHost *aHost, in otPlatDnssdUnregisterHost()
H A Dtest_srp_server.cpp245 const otSrpServerHost *aHost, in HandleSrpServerUpdate()
/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp569 const otPlatDnssdHost *aHost, in otPlatDnssdRegisterHost()
580 const otPlatDnssdHost *aHost, in otPlatDnssdUnregisterHost()
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Drest_web_server.cpp50 RestWebServer::RestWebServer(RcpHost &aHost, const std::string &aRestListenAddress, int aRestListen… in RestWebServer()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_srp_server.cpp360 void SrpServer::OutputHostAddresses(const otSrpServerHost *aHost) in OutputHostAddresses()
/aosp_15_r20/external/ot-br-posix/src/trel_dnssd/
H A Dtrel_dnssd.cpp84 TrelDnssd::TrelDnssd(Ncp::RcpHost &aHost, Mdns::Publisher &aPublisher) in TrelDnssd()
/aosp_15_r20/external/ot-br-posix/src/android/
H A Dmdns_publisher.cpp428 …[&aHostName](const std::shared_ptr<HostSubscription> &aHost) { return aHost->mName == aHostName; }… in UnsubscribeHost()
/aosp_15_r20/external/ot-br-posix/src/border_agent/
H A Dborder_agent.cpp159 BorderAgent::BorderAgent(otbr::Ncp::RcpHost &aHost, Mdns::Publisher &aPublisher) in BorderAgent()

123