Lines Matching refs:instance
75 otInstance *instance = nullptr; in LLVMFuzzerTestOneInput() local
82 instance = otInstanceInitSingle(); in LLVMFuzzerTestOneInput()
83 otCliInit(instance, CliOutput, nullptr); in LLVMFuzzerTestOneInput()
84 IgnoreError(otLinkSetPanId(instance, panId)); in LLVMFuzzerTestOneInput()
85 IgnoreError(otIp6SetEnabled(instance, true)); in LLVMFuzzerTestOneInput()
86 IgnoreError(otThreadSetEnabled(instance, true)); in LLVMFuzzerTestOneInput()
87 IgnoreError(otThreadBecomeLeader(instance)); in LLVMFuzzerTestOneInput()
89 AdvanceTime(instance, 10000); in LLVMFuzzerTestOneInput()
99 AdvanceTime(instance, 10000); in LLVMFuzzerTestOneInput()
108 if (instance != nullptr) in LLVMFuzzerTestOneInput()
110 otInstanceFinalize(instance); in LLVMFuzzerTestOneInput()