Searched refs:otInstanceGetId (Results 1 – 3 of 3) sorted by relevance
125 uint32_t otInstanceGetId(otInstance *aInstance);
81 uint32_t otInstanceGetId(otInstance *aInstance) { return AsCoreType(aInstance).GetId(); } in otInstanceGetId() function
3270 OutputLine("%lu", ToUlong(otInstanceGetId(GetInstancePtr()))); in Process()