Home
last modified time | relevance | path

Searched refs:otInstanceGetId (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dinstance.h125 uint32_t otInstanceGetId(otInstance *aInstance);
/openthread-latest/src/core/api/
Dinstance_api.cpp81 uint32_t otInstanceGetId(otInstance *aInstance) { return AsCoreType(aInstance).GetId(); } in otInstanceGetId() function
/openthread-latest/src/cli/
Dcli.cpp3270 OutputLine("%lu", ToUlong(otInstanceGetId(GetInstancePtr()))); in Process()