/openthread-latest/tests/nexus/ |
D | test_dtls.cpp | 84 VerifyOrQuit(node->GetId() < kMaxNodes); in HandleReceive() 86 Log(" node%u: HandleReceive(aLength:%u)", node->GetId(), aLength); in HandleReceive() 88 sDtlsLastReceive[node->GetId()].Clear(); in HandleReceive() 92 SuccessOrQuit(sDtlsLastReceive[node->GetId()].PushBack(*aBuf)); in HandleReceive() 101 VerifyOrQuit(node->GetId() < kMaxNodes); in HandleConnectEvent() 102 sDtlsEvent[node->GetId()] = aEvent; in HandleConnectEvent() 104 Log(" node%u: HandleConnectEvent(%s)", node->GetId(), ConnectEventToString(aEvent)); in HandleConnectEvent() 112 VerifyOrQuit(node->GetId() < kMaxNodes); in HandleAutoClose() 113 sDtlsAutoClosed[node->GetId()] = true; in HandleAutoClose() 115 Log(" node%u: HandleAutoClose()", node->GetId()); in HandleAutoClose() [all …]
|
/openthread-latest/tests/unit/ |
D | test_linked_list.cpp | 68 uint16_t GetId(void) const { return mId; } in GetId() function 106 VerifyOrQuit(aList->ContainsMatching(argEntry->GetId())); in VerifyLinkedListContent() 114 VerifyOrQuit(aList->FindMatchingWithPrev(prev, argEntry->GetId()) == argEntry); in VerifyLinkedListContent() 180 VerifyOrQuit(list.FindMatchingWithPrev(prev, c.GetId()) == &c); in TestLinkedList() 184 VerifyOrQuit(list.FindMatchingWithPrev(prev, a.GetId()) == &a); in TestLinkedList() 186 VerifyOrQuit(list.FindMatchingWithPrev(prev, kAlphaType, b.GetId()) == &b); in TestLinkedList() 188 …VerifyOrQuit(list.FindMatchingWithPrev(prev, e.GetId()) == nullptr, "succeeded for a missing entry… in TestLinkedList() 243 VerifyOrQuit(list.RemoveMatching(c.GetId()) == &c); in TestLinkedList() 246 VerifyOrQuit(list.RemoveMatching(c.GetId()) == nullptr, "succeeded for missing entry"); in TestLinkedList() 249 VerifyOrQuit(list.RemoveMatching(d.GetId()) == &d); in TestLinkedList() [all …]
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_node.hpp | 75 uint32_t GetId(void) { return GetInstance().GetId(); } in GetId() function in ot::Nexus::Node
|
D | nexus_misc.cpp | 146 printf("%03u ", aActiveNode->GetInstance().GetId()); in LogVarArgs()
|
D | nexus_radio.cpp | 56 uint32_t nodeId = AsNode(aInstance).GetInstance().GetId(); in otPlatRadioGetIeeeEui64()
|
/openthread-latest/src/core/api/ |
D | joiner_api.cpp | 65 return &AsCoreType(aInstance).Get<MeshCoP::Joiner>().GetId(); in otJoinerGetId()
|
D | border_agent_api.cpp | 48 return AsCoreType(aInstance).Get<MeshCoP::BorderAgent>().GetId(AsCoreType(aId)); in otBorderAgentGetId()
|
D | instance_api.cpp | 81 uint32_t otInstanceGetId(otInstance *aInstance) { return AsCoreType(aInstance).GetId(); } in otInstanceGetId()
|
D | commissioner_api.cpp | 52 return AsCoreType(aInstance).Get<MeshCoP::Commissioner>().GetId(); in otCommissionerGetId()
|
/openthread-latest/src/core/meshcop/ |
D | joiner.hpp | 133 const Mac::ExtAddress &GetId(void) const { return mId; } in GetId() function in ot::MeshCoP::Joiner
|
D | border_agent.hpp | 124 Error GetId(Id &aId);
|
D | commissioner.hpp | 134 const char *GetId(void) const { return mCommissionerId; } in GetId() function in ot::MeshCoP::Commissioner
|
D | border_agent.cpp | 71 Error BorderAgent::GetId(Id &aId) in GetId() function in ot::MeshCoP::BorderAgent
|
/openthread-latest/src/core/net/ |
D | icmp6.hpp | 163 uint16_t GetId(void) const { return BigEndian::HostSwap16(mData.m16[0]); } in GetId() function in ot::Ip6::Icmp::Header
|
D | srp_server.cpp | 391 …LogInfo("Handler result of SRP update (id = %lu) is received: %s", ToUlong(update->GetId()), Error… in HandleServiceUpdateResult() 1435 LogInfo("SRP update handler is notified (updatedId = %lu)", ToUlong(update->GetId())); in InformUpdateHandlerOrCommit() 1436 …mServiceUpdateHandler.Invoke(update->GetId(), &aHost, static_cast<uint32_t>(kDefaultEventsHandlerT… in InformUpdateHandlerOrCommit() 1706 LogInfo("Outstanding service update timeout (updateId = %lu)", ToUlong(update->GetId())); in HandleOutstandingUpdatesTimer()
|
D | srp_server.hpp | 881 ServiceUpdateId GetId(void) const { return mId; } in GetId() function in ot::Srp::Server::UpdateMetadata
|
/openthread-latest/src/core/mac/ |
D | mac_header_ie.hpp | 78 …uint16_t GetId(void) const { return (LittleEndian::HostSwap16(mFields.m16) & kIdMask) >> kIdOffset… in GetId() function in ot::Mac::HeaderIe
|
D | mac_frame.cpp | 1063 if (ie->GetId() == Termination2Ie::kHeaderIeId) in FindPayloadIndex() 1132 if (ie->GetId() == aIeId) in GetHeaderIe() 1161 if (ie->GetId() == VendorIeHeader::kHeaderIeId) in GetThreadIe()
|
/openthread-latest/src/core/utils/ |
D | ping_sender.cpp | 197 VerifyOrExit(aIcmpHeader.GetId() == mIdentifier); in HandleIcmpReceive()
|
/openthread-latest/src/core/instance/ |
D | instance.hpp | 256 uint32_t GetId(void) const { return mId; } in GetId() function in ot::Instance
|