Searched refs:IsSystemDryRun (Results 1 – 4 of 4) sorted by relevance
112 VerifyOrExit(!IsSystemDryRun()); in otPlatSettingsInit()127 VerifyOrExit(!IsSystemDryRun()); in otPlatSettingsDeinit()145 VerifyOrExit(!IsSystemDryRun()); in otPlatSettingsGet()272 bool IsSystemDryRun(void) { return false; } in IsSystemDryRun() function
40 bool IsSystemDryRun(void);
509 VerifyOrExit(!IsSystemDryRun()); in otPlatTrelEnable()526 VerifyOrExit(!IsSystemDryRun()); in otPlatTrelDisable()547 VerifyOrExit(!IsSystemDryRun()); in otPlatTrelSend()582 VerifyOrExit(!IsSystemDryRun()); in otPlatTrelRegisterService()
491 bool IsSystemDryRun(void) { return gDryRun; } in IsSystemDryRun() function