Home
last modified time | relevance | path

Searched refs:otThreadGetNextCacheEntry (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/include/openthread/
Dthread_ftd.h649 otError otThreadGetNextCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntry…
/openthread-3.6.0/src/core/api/
Dthread_ftd_api.cpp283 otError otThreadGetNextCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntry… in otThreadGetNextCacheEntry() function
/openthread-3.6.0/src/ncp/
Dncp_base_ftd.cpp1174 SuccessOrExit(otThreadGetNextCacheEntry(mInstance, &entry, &iterator)); in HandlePropertyGet()
/openthread-3.6.0/src/cli/
Dcli.cpp2675 SuccessOrExit(otThreadGetNextCacheEntry(GetInstancePtr(), &entry, &iterator)); in Process()