Lines Matching refs:instance
73 otInstance *instance = nullptr; in LLVMFuzzerTestOneInput() local
80 instance = otInstanceInitSingle(); in LLVMFuzzerTestOneInput()
81 otNcpHdlcInit(instance, HdlcSend); in LLVMFuzzerTestOneInput()
82 IgnoreError(otLinkSetPanId(instance, panId)); in LLVMFuzzerTestOneInput()
83 IgnoreError(otIp6SetEnabled(instance, true)); in LLVMFuzzerTestOneInput()
84 IgnoreError(otThreadSetEnabled(instance, true)); in LLVMFuzzerTestOneInput()
85 otSrpServerSetEnabled(instance, true); in LLVMFuzzerTestOneInput()
86 IgnoreError(otThreadBecomeLeader(instance)); in LLVMFuzzerTestOneInput()
88 AdvanceTime(instance, 10000); in LLVMFuzzerTestOneInput()
96 AdvanceTime(instance, 10000); in LLVMFuzzerTestOneInput()
105 if (instance != nullptr) in LLVMFuzzerTestOneInput()
107 otInstanceFinalize(instance); in LLVMFuzzerTestOneInput()