Searched refs:object (Results 1 – 25 of 68) sorted by relevance
123
/openthread-latest/tests/scripts/thread-cert/ |
D | mesh_cop.py | 107 class Channel(object): 133 class ChannelFactory(object): 143 class Panid(object): 148 class PanidFactory(object): 156 class ExtendedPanid(object): 172 class ExtendedPanidFactory(object): 180 class NetworkName(object): 196 class NetworkNameFactory(object): 205 class PSKc(object): 210 class PSKcFactory(object): [all …]
|
D | network_layer.py | 62 class TargetEid(object): 79 class TargetEidFactory(object): 87 class MacExtendedAddress(object): 104 class MacExtendedAddressFactory(object): 112 class Rloc16(object): 129 class Rloc16Factory(object): 137 class MlEid(object): 154 class MlEidFactory(object): 162 class Status(object): 179 class StatusFactory(object): [all …]
|
D | mle.py | 114 class SourceAddress(object): 139 class Mode(object): 185 class Timeout(object): 210 class Challenge(object): 235 class Response(object): 260 class LinkLayerFrameCounter(object): 285 class MleFrameCounter(object): 310 class LinkQualityAndRouteData(object): 348 class Route64(object): 396 class Address16(object): [all …]
|
D | tlvs_parsing.py | 33 class UnknownTlv(object): 43 class UnknownTlvFactory(object): 52 class SubTlvsFactory(object):
|
D | network_data.py | 51 class NetworkData(object): 85 class Route(object): 108 class RouteFactory(object): 119 class RoutesFactory(object): 155 class HasRouteFactory(object): 214 class PrefixFactory(object): 306 class BorderRouterFactory(object): 356 class LowpanIdFactory(object): 395 class CommissioningDataFactory(object): 478 class ServiceFactory(object): [all …]
|
D | coap.py | 63 class CoapOptionHeader(object): 105 class CoapOption(object): 124 class CoapOptionsFactory(object): 145 class CoapCode(object): 197 class CoapMessage(object): 271 class CoapMessageProxy(object): 367 class CoapMessageFactory(object):
|
D | sniffer_transport.py | 35 class SnifferTransport(object): 169 class SnifferTransportFactory(object):
|
D | common.py | 53 class MessageInfo(object): 118 class MacAddress(object):
|
D | ipv6.py | 115 class PacketFactory(object): 129 class BuildableFromBytes(object): 143 class ConvertibleToBytes(object): 163 class Header(object): 177 class ExtensionHeader(object): 954 class HopByHopOptionsFactory(object):
|
D | pcap.py | 45 class PcapCodec(object):
|
/openthread-latest/src/core/common/ |
D | heap_allocatable.hpp | 95 Type *object = nullptr; in AllocateAndInit() local 99 object = new (buf) Type(); in AllocateAndInit() 101 if (object->Init(static_cast<Args &&>(aArgs)...) != kErrorNone) in AllocateAndInit() 103 object->Free(); in AllocateAndInit() 104 object = nullptr; in AllocateAndInit() 108 return object; in AllocateAndInit()
|
/openthread-latest/tests/scripts/thread-cert/pktverify/ |
D | null_field.py | 33 class NullField(object): 42 nullField = object.__new__(cls, *args, **kwargs)
|
D | decorators.py | 45 …v = object.__getattribute__(self, cache_key) # can not use getattr, will trigger __getattr__ wron…
|
D | summary.py | 38 class NodeSummary(object): 89 class Summary(object):
|
D | verify_result.py | 34 class VerifyResult(object):
|
D | pcap_reader.py | 41 class PcapReader(object):
|
D | layer_fields_container.py | 34 class LayerFieldsContainer(object):
|
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/ |
D | sniffer_transport.py | 34 class SnifferTransport(object): 155 class SnifferTransportFactory(object):
|
D | pcap_codec.py | 42 class PcapCodec(object):
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | psa-legacy-bridges.md | 147 …ey pair or public key (`mbedtls_pk_context`) and needs to create a PSA key object (`psa_key_id_t`). 149 Reasons for first creating a legacy key object, where it's impossible or impractical to directly cr… 151 * A very common case where the input is a legacy key object is parsing. PSA does not (yet) have an … 153 * The pk object may be created by a part of the application (or a third-party library) that hasn't … 155 Reasons for needing a PSA key object: 160 Gap: a way to create a PSA key object from an `mbedtls_pk_context`. This partially exists in the fo… 164 … needs to use it through an interface that wants an `mbedtls_pk_context` object. Typically, there … 169 …object to the PSA key, which is error-prone: if the PSA key is destroyed but the PK object isn't, … 174 …ks for any PSA key but is limited by the key's lifetime and creates a PK object with limited funct… 175 …ction. This requires an exportable key but creates a fully independent, fully functional PK object. [all …]
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 80 …by the calling code. For example, multipart operations store state in a multipart operation object. 92 1. First create a key object with a key creation function. The two most common ones are [`psa_impor… 94 3. Finally destroy the key object with [`psa_destroy_key`](https://mbed-tls.readthedocs.io/projects… 98 …feeef74ac6f75bf). If you need the public key corresponding to a key pair object, call [`psa_export… 341 …object contains the necessary key material. In the PSA API, an operation object contains a referen… 345 Here is an overview of the lifecycle of a key object. 352 ….io/projects/api/en/development/api/file/crypto__types_8h/#_CPPv412psa_key_id_t) to the key object. 356 …in the following sections to perform operations on the key. The same key object can be used in mul… 357 4. To free the resources used by the key object, call [`psa_destroy_key`](https://mbed-tls.readthed… 367 5. Finally free the resources associated with the operation object by calling `mbedtls_cipher_free`. [all …]
|
/openthread-latest/tools/harness-automation/autothreadharness/ |
D | pdu_controller_factory.py | 31 class PduControllerFactory(object):
|
D | helpers.py | 34 class HistoryHelper(object):
|
/openthread-latest/tests/toranj/ncp/ |
D | wpan.py | 298 class Node(object): 887 class _SenderInfo(object): 1052 class ScanResult(object): 1150 class OnMeshPrefix(object): 1232 class ChildEntry(object): 1297 class NeighborEntry(object): 1353 class RouterTableEntry(object): 1416 class AddressCacheEntry(object): 1492 class InterfaceRoute(object): 1535 class MultiRadioEntry(object):
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 66 …e function or object method that allocates a resource, then there should be one that deallocates i… 95 …- When you declare C++ free functions and object methods, you should avoid or minimize using defau… 96 - When you declare C++ virtual object methods, you shall avoid using default parameters. 98 …e shall be no use of global, static or otherwise, object construction. The use of scoped static ob… 102 …- The C++ `using namespace` statement should not be used outside of object scope inside header fil… 171 …- Detail what the free function and object / class methods are and how they are to be used, what t…
|
123