Searched refs:GetDomain (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | configuration.cpp | 62 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
|
D | configuration.hpp | 137 otError GetDomain(uint16_t aRegionCode, Power::Domain &aDomain);
|
/openthread-latest/src/core/api/ |
D | srp_server_api.cpp | 45 …erGetDomain(otInstance *aInstance) { return AsCoreType(aInstance).Get<Srp::Server>().GetDomain(); } in otSrpServerGetDomain()
|
/openthread-latest/src/core/net/ |
D | srp_server.cpp | 867 … 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()
|
D | srp_server.hpp | 712 const char *GetDomain(void) const { return mDomain.AsCString(); } in GetDomain() function in ot::Srp::Server
|
D | srp_advertising_proxy.cpp | 1168 … IgnoreError(Dns::Name::ExtractLabels(aFullName, Get<Server>().GetDomain(), aName, sizeof(aName))); in CopyNameAndRemoveDomain()
|