Home
last modified time | relevance | path

Searched defs:aInfraIfIsRunning (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/api/
H A Dborder_routing_api.cpp46 otError otBorderRoutingInit(otInstance *aInstance, uint32_t aInfraIfIndex, bool aInfraIfIsRunning) in otBorderRoutingInit()
/aosp_15_r20/external/openthread/src/core/border_router/
H A Drouting_manager.cpp95 Error RoutingManager::Init(uint32_t aInfraIfIndex, bool aInfraIfIsRunning) in Init()