/openthread-latest/tests/unit/ |
D | test_data.cpp | 71 data2.InitFrom(kDataCopy); in TestData() 107 data.InitFrom(u8); in TestData() 111 data.InitFrom(u16); in TestData() 155 mutableData.InitFrom(buffer); in TestMutableData() 179 mutableData.InitFrom(buffer); in TestMutableData() 184 mutableData.InitFrom(u8); in TestMutableData() 191 mutableData.InitFrom(u16); in TestMutableData()
|
D | test_network_data.cpp | 550 serviceData1.InitFrom(kServiceData1); in Test() 551 serviceData2.InitFrom(kServiceData2); in Test() 552 serviceData3.InitFrom(kServiceData3); in Test() 553 serviceData4.InitFrom(kServiceData4); in Test() 554 serviceData5.InitFrom(kServiceData5); in Test()
|
/openthread-latest/src/core/thread/ |
D | network_data_service.cpp | 77 serviceData.InitFrom(aServiceNumber); in GetServiceId() 92 serviceData.InitFrom(bbrServiceNumber); in GetBackboneRouterPrimary() 186 serviceData.InitFrom(serviceNumber); in GetNextDnsSrpAnycastInfo() 337 serviceData.InitFrom(serviceNumber); in GetNextDnsSrpUnicastInfo()
|
D | network_diagnostic_tlvs.cpp | 43 void ChildTlv::InitFrom(const Child &aChild) in InitFrom() function in ot::NetworkDiagnostic::ChildTlv 77 void RouterNeighborTlv::InitFrom(const Router &aRouter) in InitFrom() function in ot::NetworkDiagnostic::RouterNeighborTlv
|
D | network_diagnostic_tlvs.hpp | 729 void InitFrom(const Child &aChild); 951 void InitFrom(const Router &aRouter);
|
D | network_diagnostic.cpp | 685 childTlv.InitFrom(child); in AppendChildTableAsChildTlvs() 712 neighborTlv.InitFrom(router); in AppendRouterNeighborTlvs()
|
/openthread-latest/src/core/common/ |
D | data.hpp | 156 template <typename ObjectType> void InitFrom(const ObjectType &aObject) in InitFrom() function in ot::Data 316 template <typename ObjectType> void InitFrom(ObjectType &aObject) in InitFrom() function in ot::MutableData
|
/openthread-latest/src/core/utils/ |
D | mesh_diag.hpp | 105 Error InitFrom(const Message &aMessage); 152 Error InitFrom(const Message &aMessage, uint16_t aParentRloc16);
|
D | mesh_diag.cpp | 139 if (ip6AddrIterator.InitFrom(*aMessage) == kErrorNone) in HandleDiagGetResponse() 144 if (childIterator.InitFrom(*aMessage, routerInfo.mRloc16) == kErrorNone) in HandleDiagGetResponse() 527 Error MeshDiag::Ip6AddrIterator::InitFrom(const Message &aMessage) in InitFrom() function in ot::Utils::MeshDiag::Ip6AddrIterator 554 Error MeshDiag::ChildIterator::InitFrom(const Message &aMessage, uint16_t aParentRloc16) in InitFrom() function in ot::Utils::MeshDiag::ChildIterator
|
/openthread-latest/src/core/net/ |
D | dnssd_server.hpp | 419 void InitFrom(ProxyQuery &aQuery, const ProxyQueryInfo &aInfo);
|
D | dnssd_server.cpp | 1177 aResponse.InitFrom(aQuery, aInfo); in RemoveQueryAndPrepareResponse() 1180 void Server::Response::InitFrom(ProxyQuery &aQuery, const ProxyQueryInfo &aInfo) in InitFrom() function in ot::Dns::ServiceDiscovery::Server::Response 2093 response.InitFrom(query, info); in HandleResult()
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.cpp | 1839 packet.InitFrom(neighborSolicitMsg); in SendNeighborSolicitToRouter() 3827 packet.InitFrom(routerSolicit); in SendRs()
|