Home
last modified time | relevance | path

Searched refs:GetDomain (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/posix/platform/
Dconfiguration.cpp62 if (GetDomain(aRegionCode, domain) != OT_ERROR_NONE) in SetRegion()
65 … VerifyOrExit(GetDomain(kRegionCodeWorldWide, domain) == OT_ERROR_NONE, error = OT_ERROR_FAILED); in SetRegion()
90 otError Configuration::GetDomain(uint16_t aRegionCode, Power::Domain &aDomain) in GetDomain() function in ot::Posix::Configuration
Dconfiguration.hpp137 otError GetDomain(uint16_t aRegionCode, Power::Domain &aDomain);
/openthread-latest/src/core/api/
Dsrp_server_api.cpp45 …erGetDomain(otInstance *aInstance) { return AsCoreType(aInstance).Get<Srp::Server>().GetDomain(); } in otSrpServerGetDomain()
/openthread-latest/src/core/net/
Dsrp_server.cpp867 … VerifyOrExit(StringMatch(name, GetDomain(), kStringCaseInsensitiveMatch), error = kErrorSecurity); in ProcessZoneSection()
1014 VerifyOrExit(Dns::Name::IsSubDomainOf(serviceName, GetDomain()), error = kErrorSecurity); in ProcessServiceDiscoveryInstructions()
1159 VerifyOrExit(Dns::Name::IsSubDomainOf(name, GetDomain()), error = kErrorSecurity); in ProcessServiceDescriptionInstructions()
Dsrp_server.hpp712 const char *GetDomain(void) const { return mDomain.AsCString(); } in GetDomain() function in ot::Srp::Server
Dsrp_advertising_proxy.cpp1168 … IgnoreError(Dns::Name::ExtractLabels(aFullName, Get<Server>().GetDomain(), aName, sizeof(aName))); in CopyNameAndRemoveDomain()