Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread_ftd.h660 otError otThreadGetNextCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntry…
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_ftd_api.cpp275 otError otThreadGetNextCacheEntry(otInstance *aInstance, otCacheEntryInfo *aEntryInfo, otCacheEntry… in otThreadGetNextCacheEntry() function
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_ftd.cpp1174 SuccessOrExit(otThreadGetNextCacheEntry(mInstance, &entry, &iterator)); in HandlePropertyGet()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp2790 SuccessOrExit(otThreadGetNextCacheEntry(GetInstancePtr(), &entry, &iterator)); in Process()