Home
last modified time | relevance | path

Searched defs:GetPrefix (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_types.hpp211 const Ip6::Prefix &GetPrefix(void) const { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::OnMeshPrefixConfig
219 Ip6::Prefix &GetPrefix(void) { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::OnMeshPrefixConfig
271 const Ip6::Prefix &GetPrefix(void) const { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::ExternalRouteConfig
279 Ip6::Prefix &GetPrefix(void) { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::ExternalRouteConfig
328 const Ip6::Prefix &GetPrefix(void) const { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::LowpanContextInfo
331 Ip6::Prefix &GetPrefix(void) { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::LowpanContextInfo
H A Dnetwork_data_tlvs.hpp699 uint8_t *GetPrefix(void) { return reinterpret_cast<uint8_t *>(this) + sizeof(*this); } in GetPrefix() function in ot::NetworkData::PrefixTlv
707 …const uint8_t *GetPrefix(void) const { return reinterpret_cast<const uint8_t *>(this) + sizeof(*th… in GetPrefix() function in ot::NetworkData::PrefixTlv
/aosp_15_r20/external/openthread/src/core/net/
H A Ddhcp6_server.hpp135 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::Dhcp6::Server::PrefixAgent
143 Ip6::Prefix &GetPrefix(void) { return mPrefix; } in GetPrefix() function in ot::Dhcp6::Server::PrefixAgent
H A Dnd6.cpp100 void PrefixInfoOption::GetPrefix(Prefix &aPrefix) const { aPrefix.Set(mPrefix.GetBytes(), mPrefixLe… in GetPrefix() function in ot::Ip6::Nd::PrefixInfoOption
135 void RouteInfoOption::GetPrefix(Prefix &aPrefix) const { aPrefix.Set(GetPrefixBytes(), mPrefixLengt… in GetPrefix() function in ot::Ip6::Nd::RouteInfoOption
H A Dip6_address.hpp847 const NetworkPrefix &GetPrefix(void) const in GetPrefix() function in ot::Ip6::Address
859 void GetPrefix(uint8_t aLength, Prefix &aPrefix) const { aPrefix.Set(mFields.m8, aLength); } in GetPrefix() function in ot::Ip6::Address
/aosp_15_r20/external/angle/src/common/
H A Dstring_utils.cpp119 std::string GetPrefix(const std::string &input, size_t offset, const char *delimiter) in GetPrefix() function
129 std::string GetPrefix(const std::string &input, size_t offset, char delimiter) in GetPrefix() function
/aosp_15_r20/external/openthread/src/core/border_router/
H A Drouting_manager.hpp736 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::BorderRouter::RoutingManager::LifetimedPrefix
737 Ip6::Prefix &GetPrefix(void) { return mPrefix; } in GetPrefix() function in ot::BorderRouter::RoutingManager::LifetimedPrefix
1127 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::BorderRouter::RoutingManager::OmrPrefix
1513 const Ip6::Prefix &GetPrefix(void) const { return mPrefix.GetPrefix(); } in GetPrefix() function in ot::BorderRouter::RoutingManager::PdPrefixManager
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-build/bin/
Dscan-build307 sub GetPrefix { subroutine
/aosp_15_r20/external/clang/tools/scan-build/bin/
H A Dscan-build307 sub GetPrefix { subroutine
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/bin/
Dscan-build288 sub GetPrefix { subroutine
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/bin/
Dscan-build288 sub GetPrefix { subroutine
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/bin/
Dscan-build288 sub GetPrefix { subroutine
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/bin/
Dscan-build288 sub GetPrefix { subroutine
/aosp_15_r20/external/perfetto/src/traced/probes/filesystem/
H A Dprefix_finder.cc105 PrefixFinder::Node* PrefixFinder::GetPrefix(std::string path) { in GetPrefix() function in perfetto::PrefixFinder
/aosp_15_r20/system/update_engine/aosp/
H A Dlogging_android.cc168 string GetPrefix(const struct __android_log_message* log_message) { in GetPrefix() function in chromeos_update_engine::__anon5e3cdd4d0111::FileLogger
/aosp_15_r20/external/ot-br-posix/src/common/
H A Dlogging.cpp117 static const char *GetPrefix(const char *aLogTag) in GetPrefix() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/type/matcher/v3/
Dstring.pb.go90 func (x *StringMatcher) GetPrefix() string { func
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DTarget.h328 const char *GetPrefix() const { in GetPrefix() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DTarget.h319 const char *GetPrefix() const { in GetPrefix() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DTarget.h319 const char *GetPrefix() const { in GetPrefix() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DTarget.h317 const char *GetPrefix() const { in GetPrefix() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dnetwork.cc723 unsigned int GetPrefix(PIP_ADAPTER_PREFIX prefixlist, in GetPrefix() function
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings.hpp615 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::SettingsBase::BrOnLinkPrefix
/aosp_15_r20/build/make/tools/ide_query/ide_query_proto/
H A Dide_query.pb.go674 func (x *Invalidation_Wildcard) GetPrefix() string { func
/aosp_15_r20/external/lzma/CPP/7zip/UI/Agent/
H A DAgent.cpp204 void CAgentFolder::GetPrefix(UInt32 index, UString &prefix) const in GetPrefix() function in CAgentFolder

12