Home
last modified time | relevance | path

Searched refs:OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/openthread/src/core/config/
H A Dlogging.h102 #ifndef OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE
103 #define OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE 0 macro
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dopenthread-core-posix-config.h63 #ifndef OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE
64 #define OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE 1 macro
/aosp_15_r20/external/openthread/src/android/
H A Dopenthread-core-android-config.h228 #define OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE 1 macro
286 #define OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE 1 macro
/aosp_15_r20/external/openthread/src/core/instance/
H A Dinstance.hpp305 #if OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE in GetLogLevel()
315 #if OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE
716 #if OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE
H A Dinstance.cpp71 #if OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE
504 #if OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE
/aosp_15_r20/external/openthread/examples/config/
H A Dot-core-config-check-size-ftd.h73 #define OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE 0 macro
H A Dot-core-config-check-size-mtd.h73 #define OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE 0 macro
H A Dot-core-config-check-size-br.h73 #define OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE 1 macro
/aosp_15_r20/external/openthread/tests/toranj/
H A Dopenthread-core-toranj-config.h134 #define OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE 1 macro
/aosp_15_r20/external/openthread/src/core/api/
H A Dlogging_api.cpp47 #if OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE
/aosp_15_r20/external/openthread/src/core/common/
H A Dlog.cpp106 #if OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE in LogVarArgs()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_dispatcher.cpp653 #if OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE in FindSetPropertyHandler()
H A Dncp_base.cpp2550 #if OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE
/aosp_15_r20/external/openthread/etc/cmake/
H A Doptions.cmake218 ot_option(OT_LOG_LEVEL_DYNAMIC OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE "dynamic log level contro…
/aosp_15_r20/external/openthread/src/core/
H A DBUILD.gn190 defines += [ "OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE=1" ]
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp2889 #if OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE in Process()