Home
last modified time | relevance | path

Searched refs:instances (Results 1 – 14 of 14) sorted by relevance

/openthread-latest/examples/apps/ncp/
Dmain.c82 otInstance *instances[ENDPOINT_CT] = {NULL}; in main() local
95 instances[i] = otInstanceInitMultiple(i); in main()
97 assert(instances[i]); in main()
99 instance = instances[0]; in main()
117 otAppNcpInitMulti(instances, ENDPOINT_CT); in main()
/openthread-latest/src/ncp/
Dexample_vendor_hook.cpp172 ot::Instance *instances[SPINEL_HEADER_IID_MAX]; in otAppNcpInitMulti() local
180 instances[i] = static_cast<ot::Instance *>(aInstances[i]); in otAppNcpInitMulti()
183 ncpVendor = new (&sNcpVendorRaw) NcpVendorUart(instances, count); in otAppNcpInitMulti()
Dncp_hdlc.cpp85 ot::Instance *instances[SPINEL_HEADER_IID_MAX]; in otNcpHdlcInitMulti() local
93 instances[i] = static_cast<ot::Instance *>(aInstances[i]); in otNcpHdlcInitMulti()
96 ncpHdlc = new (&sNcpRaw) NcpHdlc(instances, aCount, aSendCallback); in otNcpHdlcInitMulti()
DCMakeLists.txt92 "-DOPENTHREAD_CONFIG_LOG_PREPEND_UPTIME=0" # Not supporting multiple instances
Dncp_base.cpp2168 uint8_t instances = 1; in HandlePropertyGet() local
2170 instances = 0; in HandlePropertyGet()
2175 instances++; in HandlePropertyGet()
2180 return mEncoder.WriteUint8(instances); in HandlePropertyGet()
/openthread-latest/tests/unit/
DCMakeLists.txt273 add_executable(ot-test-multipan-rcp-instances
277 target_include_directories(ot-test-multipan-rcp-instances
282 target_compile_options(ot-test-multipan-rcp-instances
288 target_compile_definitions(ot-test-multipan-rcp-instances
298 target_link_libraries(ot-test-multipan-rcp-instances
303 add_test(NAME ot-test-multipan-rcp-instances COMMAND ot-test-multipan-rcp-instances)
/openthread-latest/etc/gn/
Dopenthread.gni186 # Enable multiple instances
/openthread-latest/etc/cmake/
Doptions.cmake227 ot_option(OT_MULTIPLE_INSTANCE OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_ENABLE "multiple instances")
/openthread-latest/
DSTYLE_GUIDE.md135 …- All OpenThread instantiated names of instances of classes, namespaces, structures, methods, func…
/openthread-latest/tests/scripts/thread-cert/
Dnode.py4000 instances = []
4004 instances.append(elements[2][:-len('.' + name)])
4005 return instances
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md905 session IDs and values being instances of `mbedtls_ssl_session`:
/openthread-latest/src/cli/
DREADME.md1461 … that the browse response may only contain the list of matching service instances and not any deta…
/openthread-latest/doc/
DDoxyfile.in2217 # instances.
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1529 being opaque instances of `mbedtls_ssl_session`.
2609 no known instances where this changes the behavior of the library: this is