/openthread-latest/src/core/common/ |
D | heap_string.hpp | 53 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;
|
D | heap_string.cpp | 42 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 ==()
|
D | string.hpp | 485 template <uint16_t kSize> class String : public StringWriter class 493 String(void) in String() function in ot::String
|
D | notifier.cpp | 182 String<kFlagsStringBufferSize> string; in LogEvents()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_x509write.data | 169 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/ |
D | power.hpp | 94 typedef String<kInfoStringSize> InfoString; 148 typedef String<kInfoStringSize> InfoString; 182 typedef String<kInfoStringSize> InfoString;
|
/openthread-latest/tests/unit/ |
D | test_heap_string.cpp | 42 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/ |
D | mdns.hpp | 876 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 …]
|
D | srp_server.hpp | 398 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;
|
D | ip6_address.hpp | 101 typedef String<kInfoStringSize> InfoString; 350 typedef String<kInfoStringSize> InfoString; 557 typedef String<kInfoStringSize> InfoString;
|
D | ip4_types.hpp | 101 typedef String<kAddressStringSize> InfoString; 200 typedef String<Address::kAddressStringSize + kCidrSuffixSize> InfoString;
|
D | socket.hpp | 225 typedef String<kInfoStringSize> InfoString;
|
D | srp_advertising_proxy.cpp | 991 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()
|
D | nat64_translator.hpp | 329 … typedef String<Ip6::Address::kInfoStringSize + Ip4::Address::kAddressStringSize + 4> InfoString;
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | all.sh | 1159 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 …]
|
D | basic-in-docker.sh | 28 run_in_docker -e CC=${compiler} cmake -D CMAKE_BUILD_TYPE:String="Check" .
|
/openthread-latest/src/core/thread/ |
D | link_quality.hpp | 109 typedef String<kStringSize> InfoString; 286 typedef String<kInfoStringSize> InfoString;
|
/openthread-latest/src/core/meshcop/ |
D | extended_panid.hpp | 63 typedef String<kInfoStringSize> InfoString;
|
D | meshcop.hpp | 152 typedef String<kInfoStringSize> InfoString;
|
/openthread-latest/src/core/border_router/ |
D | infra_if.hpp | 60 …typedef String<kInfoStringSize> InfoString; ///< String type returned from `ToString()…
|
/openthread-latest/src/core/mac/ |
D | channel_mask.hpp | 76 typedef String<kInfoStringSize> InfoString;
|
D | mac_types.hpp | 95 typedef String<kInfoStringSize> InfoString; 636 typedef String<kInfoStringSize> InfoString;
|
/openthread-latest/src/core/radio/ |
D | trel_packet.hpp | 81 typedef String<kInfoStringSize> InfoString;
|
/openthread-latest/src/core/utils/ |
D | channel_monitor.cpp | 188 String<kStringSize> logString; in LogResults()
|
/openthread-latest/src/core/diags/ |
D | factory_diags.hpp | 153 typedef String<kInfoStringSize> InfoString;
|