Home
last modified time | relevance | path

Searched refs:otInstanceInitSingle (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/tests/fuzz/
Dncp_hdlc_received.cpp80 instance = otInstanceInitSingle(); in LLVMFuzzerTestOneInput()
Dradio_receive_done.cpp72 instance = otInstanceInitSingle(); in LLVMFuzzerTestOneInput()
Dcli_received.cpp82 instance = otInstanceInitSingle(); in LLVMFuzzerTestOneInput()
Dip6_send.cpp73 instance = otInstanceInitSingle(); in LLVMFuzzerTestOneInput()
/openthread-latest/include/openthread/
Dinstance.h99 otInstance *otInstanceInitSingle(void);
/openthread-latest/examples/apps/ncp/
Dmain.c112 instance = otInstanceInitSingle(); in main()
/openthread-latest/examples/apps/cli/
Dmain.c137 instance = otInstanceInitSingle(); in main()
/openthread-latest/src/core/api/
Dinstance_api.cpp78 otInstance *otInstanceInitSingle(void) { return &Instance::InitSingle(); } in otInstanceInitSingle() function
/openthread-latest/src/posix/platform/
Dsystem.cpp275 gInstance = otInstanceInitSingle(); in otSysInit()
/openthread-latest/tests/gtest/
Dfake_platform.cpp83 mInstance = otInstanceInitSingle(); in FakePlatform()
/openthread-latest/tests/unit/
Dtest_platform.cpp74 instance = otInstanceInitSingle(); in testInitInstance()