Home
last modified time | relevance | path

Searched refs:mDryRun (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/posix/
Dmain.c226 aConfig->mPlatformConfig.mDryRun = true; in ParseArg()
310 if (aConfig->mPlatformConfig.mDryRun) in InitInstance()
/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h92 …bool mDryRun; ///< If 'DryRun' is set, the posix daemon will e… member
/openthread-latest/src/posix/platform/
Dsystem.cpp140 VerifyOrExit(!aPlatformConfig->mDryRun); in platformInitRcpMode()
272 gDryRun = aPlatformConfig->mDryRun; in otSysInit()