Searched refs:InitFrom (Results 1 – 11 of 11) sorted by relevance
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()
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()
80 serviceData.InitFrom(aServiceNumber); in GetServiceId()95 serviceData.InitFrom(bbrServiceNumber); in GetBackboneRouterPrimary()192 serviceData.InitFrom(serviceNumber); in GetNextDnsSrpAnycastInfo()359 serviceData.InitFrom(serviceNumber); in GetNextDnsSrpUnicastInfo()
43 void ChildTlv::InitFrom(const Child &aChild) in InitFrom() function in ot::NetworkDiagnostic::ChildTlv77 void RouterNeighborTlv::InitFrom(const Router &aRouter) in InitFrom() function in ot::NetworkDiagnostic::RouterNeighborTlv
656 void InitFrom(const Child &aChild);855 void InitFrom(const Router &aRouter);
671 childTlv.InitFrom(child); in AppendChildTableAsChildTlvs()698 neighborTlv.InitFrom(router); in AppendRouterNeighborTlvs()
148 template <typename ObjectType> void InitFrom(const ObjectType &aObject) in InitFrom() function in ot::Data295 template <typename ObjectType> void InitFrom(ObjectType &aObject) in InitFrom() function in ot::MutableData
102 Error InitFrom(const Message &aMessage);145 Error InitFrom(const Message &aMessage, uint16_t aParentRloc16);
134 if (ip6AddrIterator.InitFrom(*aMessage) == kErrorNone) in HandleDiagGetResponse()139 if (childIterator.InitFrom(*aMessage, routerInfo.mRloc16) == kErrorNone) in HandleDiagGetResponse()522 Error MeshDiag::Ip6AddrIterator::InitFrom(const Message &aMessage) in InitFrom() function in ot::Utils::MeshDiag::Ip6AddrIterator549 Error MeshDiag::ChildIterator::InitFrom(const Message &aMessage, uint16_t aParentRloc16) in InitFrom() function in ot::Utils::MeshDiag::ChildIterator
395 void InitFrom(ProxyQuery &aQuery, const ProxyQueryInfo &aInfo);
1158 aResponse.InitFrom(aQuery, aInfo); in RemoveQueryAndPrepareResponse()1161 void Server::Response::InitFrom(ProxyQuery &aQuery, const ProxyQueryInfo &aInfo) in InitFrom() function in ot::Dns::ServiceDiscovery::Server::Response2074 response.InitFrom(query, info); in HandleResult()