[style] rename header file to locator_getters.hpp (#6422)

This commit renames the `Locator` header file to follow the same style
used by other core modules (i.e., use underscore between words in a
file name).
This commit is contained in:
Abtin Keshavarzian
2021-04-10 10:16:01 -07:00
committed by GitHub
parent 193d7d3ba1
commit f7802d60a1
136 changed files with 135 additions and 135 deletions
+1 -1
View File
@@ -376,8 +376,8 @@ openthread_core_files = [
"common/instance.hpp",
"common/iterator_utils.hpp",
"common/linked_list.hpp",
"common/locator-getters.hpp",
"common/locator.hpp",
"common/locator_getters.hpp",
"common/logging.cpp",
"common/logging.hpp",
"common/message.cpp",
+1 -1
View File
@@ -384,8 +384,8 @@ HEADERS_COMMON = \
common/instance.hpp \
common/iterator_utils.hpp \
common/linked_list.hpp \
common/locator-getters.hpp \
common/locator.hpp \
common/locator_getters.hpp \
common/logging.hpp \
common/message.hpp \
common/new.hpp \
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/border_agent.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/channel_manager.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "utils/channel_manager.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/channel_monitor.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/child_supervision.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -39,7 +39,7 @@
#include "coap/coap_message.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -41,7 +41,7 @@
#include "coap/coap_message.hpp"
#include "coap/coap_secure.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/commissioner.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "crypto/aes_ccm.hpp"
#include "crypto/ecdsa.hpp"
#include "crypto/hmac_sha256.hpp"
+1 -1
View File
@@ -36,7 +36,7 @@
#include <openthread/dataset.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "meshcop/dataset_manager.hpp"
#include "meshcop/meshcop.hpp"
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/dataset_ftd.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/dataset_updater.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "meshcop/dataset_updater.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/diag.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -36,7 +36,7 @@
#include <openthread/dns_client.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "net/dns_client.hpp"
#include "net/dns_types.hpp"
+1 -1
View File
@@ -36,7 +36,7 @@
#include <openthread/icmp6.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -37,7 +37,7 @@
#include <openthread/platform/misc.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/new.hpp"
#include "radio/radio.hpp"
+1 -1
View File
@@ -36,7 +36,7 @@
#include <openthread/ip6.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#if OPENTHREAD_CONFIG_IP6_SLAAC_ENABLE
#include "utils/slaac_address.hpp"
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/jam_detection.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/joiner.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -36,7 +36,7 @@
#include <openthread/link.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "mac/mac.hpp"
#include "radio/radio.hpp"
+1 -1
View File
@@ -43,7 +43,7 @@
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/random.hpp"
#include "mac/mac_frame.hpp"
+1 -1
View File
@@ -35,7 +35,7 @@
#include <openthread/logging.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -36,7 +36,7 @@
#include <openthread/message.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -40,7 +40,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "thread/radio_selector.hpp"
using namespace ot;
+1 -1
View File
@@ -36,7 +36,7 @@
#include <openthread/netdata.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/network_time.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -36,7 +36,7 @@
#include <openthread/ping_sender.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/server.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/sntp.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/srp_client.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "net/srp_client.hpp"
using namespace ot;
+1 -1
View File
@@ -36,7 +36,7 @@
#include <openthread/srp_client_buffers.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "utils/srp_client_buffers.hpp"
using namespace ot;
+1 -1
View File
@@ -38,7 +38,7 @@
#include <openthread/srp_server.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
using namespace ot;
+1 -1
View File
@@ -37,7 +37,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
using namespace ot;
+1 -1
View File
@@ -39,7 +39,7 @@
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/settings.hpp"
using namespace ot;
+1 -1
View File
@@ -39,7 +39,7 @@
#include "backbone_router/bbr_manager.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "thread/mle_types.hpp"
#include "thread/topology.hpp"
+1 -1
View File
@@ -36,7 +36,7 @@
#include <openthread/udp.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/new.hpp"
#include "net/udp6.hpp"
+1 -1
View File
@@ -35,7 +35,7 @@
#if OPENTHREAD_FTD && OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
namespace ot {
+1 -1
View File
@@ -36,7 +36,7 @@
#if (OPENTHREAD_CONFIG_THREAD_VERSION >= OT_THREAD_VERSION_1_2)
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
namespace ot {
+1 -1
View File
@@ -37,7 +37,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
#include "thread/mle_types.hpp"
+1 -1
View File
@@ -37,7 +37,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
#include "thread/mle_types.hpp"
@@ -37,7 +37,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
#include "thread/mle_types.hpp"
+1 -1
View File
@@ -35,7 +35,7 @@
#if OPENTHREAD_FTD && OPENTHREAD_CONFIG_BACKBONE_ROUTER_DUA_NDPROXYING_ENABLE
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
namespace ot {
+1 -1
View File
@@ -43,7 +43,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
#include "common/settings.hpp"
+1 -1
View File
@@ -31,7 +31,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
#include "net/ip6.hpp"
+1 -1
View File
@@ -31,7 +31,7 @@
#if OPENTHREAD_CONFIG_DTLS_ENABLE
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/new.hpp"
#include "meshcop/dtls.hpp"
+1 -1
View File
@@ -97,7 +97,7 @@ public:
* @returns A reference to the `Type` object of the instance.
*
*/
template <typename Type> inline Type &Get(void) const; // Implemented in `locator-getters.hpp`.
template <typename Type> inline Type &Get(void) const; // Implemented in `locator_getters.hpp`.
protected:
/**
+1 -1
View File
@@ -36,7 +36,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "net/checksum.hpp"
#include "net/ip6.hpp"
+1 -1
View File
@@ -36,7 +36,7 @@
#include "border_router/routing_manager.hpp"
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
namespace ot {
+1 -1
View File
@@ -37,7 +37,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "meshcop/dataset.hpp"
#include "thread/mle.hpp"
+1 -1
View File
@@ -36,7 +36,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "net/ip6.hpp"
namespace ot {
+1 -1
View File
@@ -36,7 +36,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/random.hpp"
#include "thread/mle_router.hpp"
+1 -1
View File
@@ -36,7 +36,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
namespace ot {
+1 -1
View File
@@ -43,7 +43,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "radio/radio.hpp"
#include "utils/parse_cmdline.hpp"
+1 -1
View File
@@ -37,7 +37,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
namespace ot {
+1 -1
View File
@@ -35,7 +35,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/message.hpp"
#include "net/ip6.hpp"
+1 -1
View File
@@ -41,7 +41,7 @@
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
#include "mac/mac_frame.hpp"
+1 -1
View File
@@ -39,7 +39,7 @@
#include "common/debug.hpp"
#include "common/encoding.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
#include "common/string.hpp"
+1 -1
View File
@@ -35,7 +35,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
namespace ot {
namespace Mac {
+1 -1
View File
@@ -41,7 +41,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
#include "common/time.hpp"
+1 -1
View File
@@ -35,7 +35,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#if OPENTHREAD_FTD || OPENTHREAD_MTD
#include "mac/mac.hpp"
+1 -1
View File
@@ -39,7 +39,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "meshcop/meshcop.hpp"
#include "meshcop/meshcop_tlvs.hpp"
+1 -1
View File
@@ -37,7 +37,7 @@
#include "coap/coap_message.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "meshcop/meshcop.hpp"
#include "meshcop/meshcop_tlvs.hpp"
+1 -1
View File
@@ -40,7 +40,7 @@
#include "coap/coap_message.hpp"
#include "common/encoding.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/string.hpp"
#include "meshcop/joiner.hpp"
+1 -1
View File
@@ -39,7 +39,7 @@
#include "common/code_utils.hpp"
#include "common/encoding.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "mac/mac_types.hpp"
#include "meshcop/meshcop_tlvs.hpp"
+1 -1
View File
@@ -38,7 +38,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/settings.hpp"
#include "meshcop/dataset.hpp"
+1 -1
View File
@@ -37,7 +37,7 @@
#include <stdio.h>
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/notifier.hpp"
#include "meshcop/meshcop.hpp"
+1 -1
View File
@@ -44,7 +44,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
#include "common/timer.hpp"
+1 -1
View File
@@ -38,7 +38,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
+1 -1
View File
@@ -43,7 +43,7 @@
#include "common/debug.hpp"
#include "common/encoding.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/timer.hpp"
#include "crypto/mbedtls.hpp"
+1 -1
View File
@@ -40,7 +40,7 @@
#include "common/debug.hpp"
#include "common/encoding.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "meshcop/meshcop.hpp"
#include "meshcop/meshcop_tlvs.hpp"
+1 -1
View File
@@ -41,7 +41,7 @@
#include "common/debug.hpp"
#include "common/encoding.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/string.hpp"
#include "meshcop/meshcop.hpp"
+1 -1
View File
@@ -40,7 +40,7 @@
#include "common/code_utils.hpp"
#include "common/encoding.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "meshcop/meshcop.hpp"
#include "meshcop/meshcop_tlvs.hpp"
+1 -1
View File
@@ -35,7 +35,7 @@
#include "common/crc16.hpp"
#include "common/debug.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/string.hpp"
#include "crypto/pbkdf2_cmac.hpp"
+1 -1
View File
@@ -40,7 +40,7 @@
#include "coap/coap_message.hpp"
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
#include "meshcop/meshcop.hpp"
+1 -1
View File
@@ -39,7 +39,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "meshcop/meshcop.hpp"
#include "meshcop/meshcop_tlvs.hpp"
+1 -1
View File
@@ -38,7 +38,7 @@
#include "common/code_utils.hpp"
#include "common/encoding.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "mac/mac.hpp"
#include "net/dhcp6.hpp"
+1 -1
View File
@@ -38,7 +38,7 @@
#include "common/code_utils.hpp"
#include "common/encoding.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "thread/mle.hpp"
#include "thread/thread_netif.hpp"
+1 -1
View File
@@ -33,7 +33,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "net/udp6.hpp"
#include "thread/thread_netif.hpp"
+1 -1
View File
@@ -38,7 +38,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "net/srp_server.hpp"
#include "net/udp6.hpp"
+1 -1
View File
@@ -36,7 +36,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/message.hpp"
#include "net/checksum.hpp"
+1 -1
View File
@@ -39,7 +39,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/message.hpp"
#include "common/random.hpp"
+1 -1
View File
@@ -35,7 +35,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/message.hpp"
#include "common/random.hpp"
#include "net/ip6.hpp"
+1 -1
View File
@@ -35,7 +35,7 @@
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/message.hpp"
#include "net/ip6.hpp"
+1 -1
View File
@@ -34,7 +34,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "net/udp6.hpp"
#include "thread/thread_netif.hpp"
+1 -1
View File
@@ -33,7 +33,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
#include "common/settings.hpp"
+1 -1
View File
@@ -36,7 +36,7 @@
#if OPENTHREAD_CONFIG_SRP_SERVER_ENABLE
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/new.hpp"
#include "common/random.hpp"
+1 -1
View File
@@ -40,7 +40,7 @@
#include "common/code_utils.hpp"
#include "common/encoding.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "net/checksum.hpp"
#include "net/ip6.hpp"
+1 -1
View File
@@ -28,7 +28,7 @@
#include "radio.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "utils/otns.hpp"
namespace ot {
+1 -1
View File
@@ -34,7 +34,7 @@
#include "radio.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
namespace ot {
+1 -1
View File
@@ -38,7 +38,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
namespace ot {
+1 -1
View File
@@ -37,7 +37,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
namespace ot {
+1 -1
View File
@@ -37,7 +37,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
namespace ot {
+1 -1
View File
@@ -40,7 +40,7 @@
#include "common/debug.hpp"
#include "common/encoding.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/time.hpp"
#include "mac/mac_types.hpp"
+1 -1
View File
@@ -39,7 +39,7 @@
#include "common/code_utils.hpp"
#include "common/debug.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "meshcop/meshcop_tlvs.hpp"
#include "thread/thread_netif.hpp"
+1 -1
View File
@@ -37,7 +37,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/random.hpp"
#include "meshcop/meshcop.hpp"
+1 -1
View File
@@ -37,7 +37,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
namespace ot {
+1 -1
View File
@@ -30,7 +30,7 @@
#if OPENTHREAD_FTD && OPENTHREAD_CONFIG_MAC_CSL_TRANSMITTER_ENABLE
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "common/time.hpp"
#include "mac/mac.hpp"
+1 -1
View File
@@ -35,7 +35,7 @@
#include "common/code_utils.hpp"
#include "common/instance.hpp"
#include "common/locator-getters.hpp"
#include "common/locator_getters.hpp"
#include "common/logging.hpp"
#include "thread/mesh_forwarder.hpp"
#include "thread/mle.hpp"

Some files were not shown because too many files have changed in this diff Show More