Home
last modified time | relevance | path

Searched refs:Source (Results 1 – 17 of 17) sorted by relevance

/openthread-latest/src/posix/platform/
Dmainloop.hpp46 class Source class
68 virtual ~Source() = default;
71 Source *mNext = nullptr;
99 void Add(Source &aSource);
106 void Remove(Source &aSource);
116 Source *mSources = nullptr;
Dmainloop.cpp39 void Manager::Add(Source &aSource) in Add()
47 void Manager::Remove(Source &aSource) in Remove()
49 for (Source **pnext = &mSources; *pnext != nullptr; pnext = &(*pnext)->mNext) in Remove()
63 for (Source *source = mSources; source != nullptr; source = source->mNext) in Update()
71 for (Source *source = mSources; source != nullptr; source = source->mNext) in Process()
Dudp.hpp39 class Udp : public Mainloop::Source, public Logger<Udp>, private NonCopyable
Ddaemon.hpp41 class Daemon : public Mainloop::Source, public Logger<Daemon>, private NonCopyable
Dinfra_if.hpp57 class InfraNetif : public Mainloop::Source, public Logger<InfraNetif>, private NonCopyable
Dmdns_socket.hpp49 class MdnsSocket : public Mainloop::Source, public Logger<MdnsSocket>, private NonCopyable
Dmulticast_routing.hpp52 class MulticastRoutingManager : public Mainloop::Source, public Logger<MulticastRoutingManager>, pr…
/openthread-latest/third_party/mbedtls/repo/scripts/
Dwindows_msbuild.bat13 @rem If the %USERPROFILE%\Source directory exists, then running
/openthread-latest/third_party/mbedtls/repo/framework/
DLICENSE34 "Source" form shall mean the preferred form for making modifications,
39 transformation or translation of a Source form, including but
43 "Work" shall mean the work of authorship, whether in Source or
48 "Derivative Works" shall mean any work, whether in Source or Object
79 Work and such Derivative Works in Source or Object form.
99 modifications, and in Source or Object form, provided that You
108 (c) You must retain, in the Source form of any Derivative Works
110 attribution notices from the Source form of the Work,
120 as part of the Derivative Works; within the Source form or
/openthread-latest/third_party/mbedtls/repo/
DLICENSE34 "Source" form shall mean the preferred form for making modifications,
39 transformation or translation of a Source form, including but
43 "Work" shall mean the work of authorship, whether in Source or
48 "Derivative Works" shall mean any work, whether in Source or Object
79 Work and such Derivative Works in Source or Object form.
99 modifications, and in Source or Object form, provided that You
108 (c) You must retain, in the Source form of any Derivative Works
110 attribution notices from the Source form of the Work,
120 as part of the Derivative Works; within the Source form or
DChangeLog6049 thanks to Peking University and the OSU Open Source Lab
/openthread-latest/
DCMakeLists.txt52 message(STATUS "OpenThread Source Directory: ${PROJECT_SOURCE_DIR}")
/openthread-latest/tests/toranj/
DREADME_CLI.md21 -- OpenThread Source Directory: /Users/abtink/GitHub/openthread
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_aes.function709 /* Source and copies shifted */
Dtest_suite_psa_crypto_slot_management.function594 * Source and target key attributes may have been returned by
Dtest_suite_psa_crypto.function2869 * Source and target key attributes may have been returned by
/openthread-latest/src/cli/
DREADME_HISTORY.md504 - Source IPv6 address and port number.