Home
last modified time | relevance | path

Searched refs:OPENTHREAD_CONFIG_PLATFORM_INFO (Results 1 – 9 of 9) sorted by relevance

/openthread-3.5.0/tests/toranj/
Dopenthread-core-toranj-config-simulation.h42 #define OPENTHREAD_CONFIG_PLATFORM_INFO "SIMULATION-RCP-toranj" macro
44 #define OPENTHREAD_CONFIG_PLATFORM_INFO "SIMULATION-toranj" macro
Dopenthread-core-toranj-config-posix.h40 #define OPENTHREAD_CONFIG_PLATFORM_INFO "POSIX-toranj" macro
/openthread-3.5.0/src/core/config/
Dplatform.h44 #ifndef OPENTHREAD_CONFIG_PLATFORM_INFO
45 #define OPENTHREAD_CONFIG_PLATFORM_INFO "NONE" macro
/openthread-3.5.0/examples/platforms/simulation/
Dopenthread-core-simulation-config.h42 #ifndef OPENTHREAD_CONFIG_PLATFORM_INFO
43 #define OPENTHREAD_CONFIG_PLATFORM_INFO "SIMULATION" macro
/openthread-3.5.0/src/posix/platform/
Dopenthread-core-posix-config.h65 #ifndef OPENTHREAD_CONFIG_PLATFORM_INFO
66 #define OPENTHREAD_CONFIG_PLATFORM_INFO "POSIX" macro
/openthread-3.5.0/src/core/api/
Dinstance_api.cpp153 OPENTHREAD_CONFIG_PLATFORM_INFO, dateTime); in otGetVersionString()
161 const char sVersion[] = PACKAGE_NAME "/" PACKAGE_VERSION "; " OPENTHREAD_CONFIG_PLATFORM_INFO in otGetVersionString()
/openthread-3.5.0/src/cli/
Dcli_joiner.cpp163 OPENTHREAD_CONFIG_PLATFORM_INFO, // aVendorModel in Process()
Dcli.cpp6053 OutputLine("%s", OPENTHREAD_CONFIG_PLATFORM_INFO); in Process()
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp1798 vendorModel = OPENTHREAD_CONFIG_PLATFORM_INFO; in HandlePropertySet()