Home
last modified time | relevance | path

Searched refs:String (Results 1 – 25 of 47) sorted by relevance

12

/openthread-latest/src/core/common/
Dheap_string.hpp53 class String : public Unequatable<String> class
59 String(void) in String() function in ot::Heap::String
70 String(String &&aString) in String() function in ot::Heap::String
79 ~String(void) { Free(); } in ~String()
115 Error Set(const String &aString) { return Set(aString.AsCString()); } in Set()
125 Error Set(String &&aString);
163 bool operator==(const String &aString) const { return (*this == aString.AsCString()); } in operator ==()
165 String(const String &) = delete;
166 String &operator=(const String &) = delete;
Dheap_string.cpp42 Error String::Set(const char *aCString) in Set()
69 Error String::Set(String &&aString) in Set()
81 void String::Free(void) in Free()
87 bool String::operator==(const char *aCString) const in operator ==()
Dstring.hpp485 template <uint16_t kSize> class String : public StringWriter class
493 String(void) in String() function in ot::String
Dnotifier.cpp182 String<kFlagsStringBufferSize> string; in LogEvents()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509write.data169 X509 String to Names #1
172 X509 String to Names #2
175 X509 String to Names #3 (Name precisely 255 bytes)
178 X509 String to Names #4 (Name larger than 255 bytes)
181 X509 String to Names #5 (Escape non-allowed characters)
184 X509 String to Names #6 (Escape at end)
187 X509 String to Names #7 (Invalid, no '=' or ',')
190 X509 String to Names #8 (Escaped valid characters)
193 X509 String to Names #9 (Escaped ascii hexpairs uppercase encoded)
196 X509 String to Names #10 (Escaped ascii hexpairs lowercase encoded)
[all …]
/openthread-latest/src/posix/platform/
Dpower.hpp94 typedef String<kInfoStringSize> InfoString;
148 typedef String<kInfoStringSize> InfoString;
182 typedef String<kInfoStringSize> InfoString;
/openthread-latest/tests/unit/
Dtest_heap_string.cpp42 void PrintString(const char *aName, const Heap::String &aString) in PrintString()
54 void VerifyString(const char *aName, const Heap::String &aString, const char *aExpectedString) in VerifyString()
76 Heap::String GetName(void) in GetName()
78 Heap::String name; in GetName()
87 Heap::String str1; in TestHeapString()
88 Heap::String str2; in TestHeapString()
/openthread-latest/src/core/net/
Dmdns.hpp876 void UpdateProperty(Heap::String &aStringProperty, const char *aString);
1040 bool Matches(const Heap::String &aName) const;
1075 Heap::String mName;
1128 Heap::String mLabel;
1159 Heap::String mServiceInstance;
1160 Heap::String mServiceType;
1165 Heap::String mHostName;
1193 bool Matches(const Heap::String &aServiceType) const;
1210 Heap::String mServiceType;
1646 Heap::String mServiceInstance;
[all …]
Dsrp_server.hpp398 Heap::String mInstanceName;
399 Heap::String mInstanceLabel;
400 Heap::String mServiceName;
401 Heap::Array<Heap::String> mSubTypes;
573 Heap::String mFullName;
993 Heap::String mDomain;
Dip6_address.hpp101 typedef String<kInfoStringSize> InfoString;
350 typedef String<kInfoStringSize> InfoString;
557 typedef String<kInfoStringSize> InfoString;
Dip4_types.hpp101 typedef String<kAddressStringSize> InfoString;
200 typedef String<Address::kAddressStringSize + kCidrSuffixSize> InfoString;
Dsocket.hpp225 typedef String<kInfoStringSize> InfoString;
Dsrp_advertising_proxy.cpp991 Heap::Array<Heap::String> subTypeHeapStrings; in RegisterService()
1002 for (const Heap::String &subTypeName : aService.mSubTypes) in RegisterService()
1005 Heap::String labelString; in RegisterService()
1009 IgnoreError(subTypeHeapStrings.PushBack(static_cast<Heap::String &&>(labelString))); in RegisterService()
Dnat64_translator.hpp329 … typedef String<Ip6::Address::kInfoStringSize + Ip4::Address::kAddressStringSize + 4> InfoString;
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall.sh1159 CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
1187 CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
1209 CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
1233 CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
1256 CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
1267 CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
1381 CC=$ASAN_CC cmake -D GEN_FILES=Off -D CMAKE_BUILD_TYPE:String=Asan .
1388 CC=$ASAN_CC cmake -D CMAKE_BUILD_TYPE:String=Asan .
1404 CC=$ASAN_CC cmake -D CMAKE_BUILD_TYPE:String=Asan .
1417 CC=$ASAN_CC cmake -D CMAKE_BUILD_TYPE:String=Asan .
[all …]
Dbasic-in-docker.sh28 run_in_docker -e CC=${compiler} cmake -D CMAKE_BUILD_TYPE:String="Check" .
/openthread-latest/src/core/thread/
Dlink_quality.hpp109 typedef String<kStringSize> InfoString;
286 typedef String<kInfoStringSize> InfoString;
/openthread-latest/src/core/meshcop/
Dextended_panid.hpp63 typedef String<kInfoStringSize> InfoString;
Dmeshcop.hpp152 typedef String<kInfoStringSize> InfoString;
/openthread-latest/src/core/border_router/
Dinfra_if.hpp60 …typedef String<kInfoStringSize> InfoString; ///< String type returned from `ToString()…
/openthread-latest/src/core/mac/
Dchannel_mask.hpp76 typedef String<kInfoStringSize> InfoString;
Dmac_types.hpp95 typedef String<kInfoStringSize> InfoString;
636 typedef String<kInfoStringSize> InfoString;
/openthread-latest/src/core/radio/
Dtrel_packet.hpp81 typedef String<kInfoStringSize> InfoString;
/openthread-latest/src/core/utils/
Dchannel_monitor.cpp188 String<kStringSize> logString; in LogResults()
/openthread-latest/src/core/diags/
Dfactory_diags.hpp153 typedef String<kInfoStringSize> InfoString;

12