Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dborder_router.h65 otError otBorderRouterGetNetData(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDat…
/aosp_15_r20/external/openthread/src/core/api/
H A Dborder_router_api.cpp46 otError otBorderRouterGetNetData(otInstance *aInstance, bool aStable, uint8_t *aData, uint8_t *aDat… in otBorderRouterGetNetData() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_network_data.cpp690 error = otBorderRouterGetNetData(GetInstancePtr(), false, data, &len); in OutputBinary()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_mtd.cpp715 IgnoreError(otBorderRouterGetNetData(mInstance, in HandlePropertyGet()
727 IgnoreError(otBorderRouterGetNetData(mInstance, in HandlePropertyGet()