Home
last modified time | relevance | path

Searched refs:InitFrom (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/tests/unit/
Dtest_data.cpp71 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()
Dtest_network_data.cpp550 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/
Dnetwork_data_service.cpp77 serviceData.InitFrom(aServiceNumber); in GetServiceId()
92 serviceData.InitFrom(bbrServiceNumber); in GetBackboneRouterPrimary()
186 serviceData.InitFrom(serviceNumber); in GetNextDnsSrpAnycastInfo()
337 serviceData.InitFrom(serviceNumber); in GetNextDnsSrpUnicastInfo()
Dnetwork_diagnostic_tlvs.cpp43 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
Dnetwork_diagnostic_tlvs.hpp729 void InitFrom(const Child &aChild);
951 void InitFrom(const Router &aRouter);
Dnetwork_diagnostic.cpp685 childTlv.InitFrom(child); in AppendChildTableAsChildTlvs()
712 neighborTlv.InitFrom(router); in AppendRouterNeighborTlvs()
/openthread-latest/src/core/common/
Ddata.hpp156 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/
Dmesh_diag.hpp105 Error InitFrom(const Message &aMessage);
152 Error InitFrom(const Message &aMessage, uint16_t aParentRloc16);
Dmesh_diag.cpp139 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/
Ddnssd_server.hpp419 void InitFrom(ProxyQuery &aQuery, const ProxyQueryInfo &aInfo);
Ddnssd_server.cpp1177 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/
Drouting_manager.cpp1839 packet.InitFrom(neighborSolicitMsg); in SendNeighborSolicitToRouter()
3827 packet.InitFrom(routerSolicit); in SendRs()