Home
last modified time | relevance | path

Searched refs:Core (Results 1 – 24 of 24) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.cpp54 …AsCoreType(aInstance).Get<Core>().HandleMessage(AsCoreType(aMessage), aIsUnicast, AsCoreType(aAddr… in otPlatMdnsHandleReceive()
60 const char Core::kLocalDomain[] = "local.";
61 const char Core::kUdpServiceLabel[] = "_udp";
62 const char Core::kTcpServiceLabel[] = "_tcp";
63 const char Core::kSubServiceLabel[] = "_sub";
64 const char Core::kServicesDnssdLabels[] = "_services._dns-sd._udp";
66 Core::Core(Instance &aInstance) in Core() function in ot::Dns::Multicast::Core
84 Error Core::SetEnabled(bool aEnable, uint32_t aInfraIfIndex) in SetEnabled()
127 void Core::HandleInfraIfStateChanged(void) in HandleInfraIfStateChanged()
134 Error Core::Register(const ItemInfo &aItemInfo, RequestId aRequestId, RegisterCallback aCallback) in Register()
[all …]
Ddnssd.cpp104 state = Get<Dns::Multicast::Core>().IsEnabled() ? kReady : kStopped; in GetState()
127 IgnoreError(Get<Dns::Multicast::Core>().RegisterService(aService, aRequestId, aCallback)); in RegisterService()
149 IgnoreError(Get<Dns::Multicast::Core>().UnregisterService(aService)); in UnregisterService()
173 IgnoreError(Get<Dns::Multicast::Core>().RegisterHost(aHost, aRequestId, aCallback)); in RegisterHost()
195 IgnoreError(Get<Dns::Multicast::Core>().UnregisterHost(aHost)); in UnregisterHost()
219 IgnoreError(Get<Dns::Multicast::Core>().RegisterKey(aKey, aRequestId, aCallback)); in RegisterKey()
241 IgnoreError(Get<Dns::Multicast::Core>().UnregisterKey(aKey)); in UnregisterKey()
265 IgnoreError(Get<Dns::Multicast::Core>().StartBrowser(aBrowser)); in StartBrowser()
287 IgnoreError(Get<Dns::Multicast::Core>().StopBrowser(aBrowser)); in StopBrowser()
309 IgnoreError(Get<Dns::Multicast::Core>().StartSrvResolver(aResolver)); in StartSrvResolver()
[all …]
Dmdns.hpp85 class Core : public InstanceLocator, private NonCopyable class
98 explicit Core(Instance &aInstance);
1410 using MultiPacketTimer = TimerMilliIn<Core, &Core::HandleMultiPacketTimer>;
1449 using TxMsgHistoryTimer = TimerMilliIn<Core, &Core::HandleTxMessageHistoryTimer>;
1975 using EntryTimer = TimerMilliIn<Core, &Core::HandleEntryTimer>;
1976 using CacheTimer = TimerMilliIn<Core, &Core::HandleCacheTimer>;
1977 using EntryTask = TaskletIn<Core, &Core::HandleEntryTask>;
1978 using CacheTask = TaskletIn<Core, &Core::HandleCacheTask>;
2012 template <> inline OwningList<Core::HostEntry> &Core::GetEntryList<Core::HostEntry>(void) { return … in GetEntryList()
2014 template <> inline OwningList<Core::ServiceEntry> &Core::GetEntryList<Core::ServiceEntry>(void) in GetEntryList()
[all …]
/openthread-latest/src/core/api/
Dmdns_api.cpp44 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetEnabled(aEnable, aInfraIfIndex); in otMdnsSetEnabled()
47 bool otMdnsIsEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<Dns::Multicast::Core in otMdnsIsEnabled()
51 AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetQuestionUnicastAllowed(aAllow); in otMdnsSetQuestionUnicastAllowed()
56 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().IsQuestionUnicastAllowed(); in otMdnsIsQuestionUnicastAllowed()
61 AsCoreType(aInstance).Get<Dns::Multicast::Core>().SetConflictCallback(aCallback); in otMdnsSetConflictCallback()
71 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().RegisterHost(*aHost, aRequestId, aCallbac… in otMdnsRegisterHost()
78 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().UnregisterHost(*aHost); in otMdnsUnregisterHost()
88 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().RegisterService(*aService, aRequestId, aC… in otMdnsRegisterService()
95 return AsCoreType(aInstance).Get<Dns::Multicast::Core>().UnregisterService(*aService); in otMdnsUnregisterService()
105 …return AsCoreType(aInstance).Get<Dns::Multicast::Core>().RegisterKey(*aKey, aRequestId, aCallback); in otMdnsRegisterKey()
[all …]
/openthread-latest/tests/nexus/platform/
Dnexus_core.cpp35 Core *Core::sCore = nullptr;
37 Core::Core(void) in Core() function in ot::Nexus::Core
48 Core::~Core(void) { sCore = nullptr; } in ~Core()
50 Node &Core::CreateNode(void) in CreateNode()
66 void Core::UpdateNextAlarmTime(const Alarm &aAlarm) in UpdateNextAlarmTime()
74 void Core::AdvanceTime(uint32_t aDuration) in AdvanceTime()
98 void Core::Process(Node &aNode) in Process()
110 void Core::ProcessRadio(Node &aNode) in ProcessRadio()
Dnexus_core.hpp44 class Core class
47 Core(void);
48 ~Core(void);
50 static Core &Get(void) { return *sCore; } in Get()
80 static Core *sCore;
Dnexus_misc.cpp53 Core::Get().MarkPendingAction(); in otTaskletsSignalPending()
67 LogVarArgs(Core::Get().GetActiveNode(), aFormat, args); in otPlatLog()
140 uint32_t now = Core::Get().GetNow().GetValue(); in LogVarArgs()
Dnexus_alarm.cpp43 uint32_t otPlatAlarmMilliGetNow(void) { return Core::Get().GetNow().GetValue(); } in otPlatAlarmMilliGetNow()
52 Core::Get().UpdateNextAlarmTime(alarm); in otPlatAlarmMilliStartAt()
Dnexus_node.hpp65 Core::Get().SetActiveNode(this); in Get()
71 Core::Get().SetActiveNode(this); in GetInstance()
Dnexus_radio.cpp139 Core::Get().MarkPendingAction(); in otPlatRadioTransmit()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_bignum_core.generated.data9356 Core modular exponentiation (Mongtomery form only) #1 0 ^ 0 mod 53
9359 Core modular exponentiation (Mongtomery form only) #2 0 ^ 1 mod 53
9362 Core modular exponentiation (Mongtomery form only) #3 0 ^ 2 mod 53
9365 Core modular exponentiation (Mongtomery form only) #4 0 ^ 3 mod 53
9368 Core modular exponentiation (Mongtomery form only) #5 0 ^ 4 mod 53
9371 Core modular exponentiation (Mongtomery form only) #6 0 ^ 38 mod 53
9374 Core modular exponentiation (Mongtomery form only) #7 0 ^ d1c127a667786703830500038ebaef20e5a3e2dc3…
9377 Core modular exponentiation (Mongtomery form only) #8 0 ^ 177219d30e7a269fd95bafc8f2a4d27bdcf4bb99f…
9380 Core modular exponentiation (Mongtomery form only) #9 0 ^ cf1822ffbc6887782b491044d5e341245c6e43371…
9383 Core modular exponentiation (Mongtomery form only) #10 0 ^ c93ba7ec74d96f411ba008bdb78e63ff11bb5df4…
[all …]
/openthread-latest/tests/unit/
Dtest_mdns.cpp444 const Core::Service &aService, in ContainsSrv()
475 const Core::Service &aService, in ContainsTxt()
589 Core::AddressInfo mUnicastDest;
701 static void DetermineFullNameForKey(const Core::Key &aKey, DnsNameString &aFullName) in DetermineFullNameForKey()
729 void ValidateAsProbeFor(const Core::Host &aHost, bool aUnicastResponse) const in ValidateAsProbeFor()
746 void ValidateAsProbeFor(const Core::Service &aService, bool aUnicastResponse) const in ValidateAsProbeFor()
761 void ValidateAsProbeFor(const Core::Key &aKey, bool aUnicastResponse) const in ValidateAsProbeFor()
775 void Validate(const Core::Host &aHost, Section aSection, GoodBye aIsGoodBye = kNotGoodBye) const in Validate()
800 void Validate(const Core::Service &aService, in Validate()
851 void Validate(const Core::Key &aKey, Section aSection, GoodBye aIsGoodBye = kNotGoodBye) const in Validate()
[all …]
/openthread-latest/tests/nexus/
Dtest_large_network.cpp43 static void CaculateRoleStats(Core &aNexus, RoleStats &aRoleStats) in CaculateRoleStats()
68 Core nexus; in Test()
Dtest_form_join.cpp44 Core nexus; in TestFormJoin()
Dtest_border_agent.cpp41 Core nexus; in TestBorderAgent()
191 Core nexus; in TestBorderAgentEphemeralKey()
Dtest_dtls.cpp234 Core nexus; in TestDtlsSingleSession()
476 Core nexus; in TestDtlsMultiSession()
/openthread-latest/src/core/border_router/
Dinfra_if.cpp168 Get<Dns::Multicast::Core>().HandleInfraIfStateChanged(); in HandleStateChanged()
Drouting_manager.cpp99 IgnoreError(Get<Dns::Multicast::Core>().SetEnabled(false, mInfraIf.GetIfIndex())); in Init()
/openthread-latest/src/core/instance/
Dinstance.hpp538 Dns::Multicast::Core mMdnsCore;
950 template <> inline Dns::Multicast::Core &Instance::Get(void) { return mMdnsCore; } in Get()
/openthread-latest/src/posix/
DREADME.md14 | OpenThread Core | <----------------> | OpenThread Radio |
/openthread-latest/tools/tcat_ble_client/
Dpoetry.lock155 description = "Core utilities for Python packages"
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md208 | Core | p256-m | TinyCrypt |
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md8 ### Core assumptions
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md592 A PAKE operation is divided into two stages: collecting inputs and computation. Core side is respon…