Home
last modified time | relevance | path

Searched refs:otPlatLogCrashDump (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/platform/
Dmisc.h218 otError otPlatLogCrashDump(void);
/openthread-latest/examples/platforms/simulation/
Dmisc.c114 otError otPlatLogCrashDump(void) { return OT_ERROR_NONE; } in otPlatLogCrashDump() function
/openthread-latest/examples/apps/cli/
Dmain.c145 IgnoreError(otPlatLogCrashDump()); in main()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp619 …r NcpBase::HandlePropertySet<SPINEL_PROP_RCP_LOG_CRASH_DUMP>(void) { return otPlatLogCrashDump(); } in HandlePropertySet()
/openthread-latest/tests/unit/
Dtest_platform.cpp967 OT_TOOL_WEAK otError otPlatLogCrashDump(void) { return OT_ERROR_NONE; } in otPlatLogCrashDump() function