Home
last modified time | relevance | path

Searched defs:GetDestination (Results 1 – 13 of 13) sorted by relevance

/external/openthread/src/core/utils/
Dping_sender.hpp120 Ip6::Address &GetDestination(void) { return AsCoreType(&mDestination); } in GetDestination() function in ot::Utils::PingSender::Config
128 const Ip6::Address &GetDestination(void) const { return AsCoreType(&mDestination); } in GetDestination() function in ot::Utils::PingSender::Config
Dchild_supervision.cpp64 Child *ChildSupervisor::GetDestination(const Message &aMessage) const in GetDestination() function in ot::Utils::ChildSupervisor
/external/openthread/src/core/net/
Dip6_headers.hpp305 Address &GetDestination(void) { return mDestination; } in GetDestination() function in ot::Ip6::Header
313 const Address &GetDestination(void) const { return mDestination; } in GetDestination() function in ot::Ip6::Header
Dip4_types.hpp445 Address &GetDestination(void) { return mDestination; } in GetDestination() function in ot::Ip4::Header
453 const Address &GetDestination(void) const { return mDestination; } in GetDestination() function in ot::Ip4::Header
/external/openthread/src/core/radio/
Dtrel_packet.hpp207 const Mac::ExtAddress &GetDestination(void) const { return mDestination; } in GetDestination() function in ot::Trel::Header
/external/openthread/src/core/thread/
Dlowpan.hpp428 uint16_t GetDestination(void) const { return mDestination; } in GetDestination() function in ot::Lowpan::MeshHeader
/external/cronet/net/http/
Dhttp_proxy_connect_job.cc797 const HostPortPair& HttpProxyConnectJob::GetDestination() const { in GetDestination() function in net::HttpProxyConnectJob
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.h247 SENode* GetDestination() const { return destination_; } in GetDestination() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence.h247 SENode* GetDestination() const { return destination_; } in GetDestination() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h247 SENode* GetDestination() const { return destination_; } in GetDestination() function
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp422 CPDF_Dest CPDFSDK_BAAnnot::GetDestination() const { in GetDestination() function in CPDFSDK_BAAnnot
/external/libchrome/dbus/
Dmessage.cc297 std::string Message::GetDestination() { in GetDestination() function in dbus::Message
/external/cronet/net/quic/
Dquic_stream_factory_test.cc13185 url::SchemeHostPort GetDestination() { in GetDestination() function in net::test::QuicStreamFactoryWithDestinationTest