Lines Matching defs:aInstance

42 uint32_t otThreadGetChildTimeout(otInstance *aInstance)  in otThreadGetChildTimeout()
47 void otThreadSetChildTimeout(otInstance *aInstance, uint32_t aTimeout) in otThreadSetChildTimeout()
52 const otExtendedPanId *otThreadGetExtendedPanId(otInstance *aInstance) in otThreadGetExtendedPanId()
57 otError otThreadSetExtendedPanId(otInstance *aInstance, const otExtendedPanId *aExtendedPanId) in otThreadSetExtendedPanId()
74 otError otThreadGetLeaderRloc(otInstance *aInstance, otIp6Address *aLeaderRloc) in otThreadGetLeaderRloc()
85 otLinkModeConfig otThreadGetLinkMode(otInstance *aInstance) in otThreadGetLinkMode()
94 otError otThreadSetLinkMode(otInstance *aInstance, otLinkModeConfig aConfig) in otThreadSetLinkMode()
99 void otThreadGetNetworkKey(otInstance *aInstance, otNetworkKey *aNetworkKey) in otThreadGetNetworkKey()
105 otNetworkKeyRef otThreadGetNetworkKeyRef(otInstance *aInstance) in otThreadGetNetworkKeyRef()
111 otError otThreadSetNetworkKey(otInstance *aInstance, const otNetworkKey *aKey) in otThreadSetNetworkKey()
128 otError otThreadSetNetworkKeyRef(otInstance *aInstance, otNetworkKeyRef aKeyRef) in otThreadSetNetworkKeyRef()
146 const otIp6Address *otThreadGetRloc(otInstance *aInstance) in otThreadGetRloc()
151 const otIp6Address *otThreadGetMeshLocalEid(otInstance *aInstance) in otThreadGetMeshLocalEid()
156 const otMeshLocalPrefix *otThreadGetMeshLocalPrefix(otInstance *aInstance) in otThreadGetMeshLocalPrefix()
161 otError otThreadSetMeshLocalPrefix(otInstance *aInstance, const otMeshLocalPrefix *aMeshLocalPrefix) in otThreadSetMeshLocalPrefix()
175 const otIp6Address *otThreadGetLinkLocalIp6Address(otInstance *aInstance) in otThreadGetLinkLocalIp6Address()
180 const otIp6Address *otThreadGetLinkLocalAllThreadNodesMulticastAddress(otInstance *aInstance) in otThreadGetLinkLocalAllThreadNodesMulticastAddress()
185 const otIp6Address *otThreadGetRealmLocalAllThreadNodesMulticastAddress(otInstance *aInstance) in otThreadGetRealmLocalAllThreadNodesMulticastAddress()
190 otError otThreadGetServiceAloc(otInstance *aInstance, uint8_t aServiceId, otIp6Address *aServiceAlo… in otThreadGetServiceAloc()
201 const char *otThreadGetNetworkName(otInstance *aInstance) in otThreadGetNetworkName()
206 otError otThreadSetNetworkName(otInstance *aInstance, const char *aNetworkName) in otThreadSetNetworkName()
227 const char *otThreadGetDomainName(otInstance *aInstance) in otThreadGetDomainName()
232 otError otThreadSetDomainName(otInstance *aInstance, const char *aDomainName) in otThreadSetDomainName()
245 otError otThreadSetFixedDuaInterfaceIdentifier(otInstance *aInstance, const otIp6InterfaceIdentifie… in otThreadSetFixedDuaInterfaceIdentifier()
261 const otIp6InterfaceIdentifier *otThreadGetFixedDuaInterfaceIdentifier(otInstance *aInstance) in otThreadGetFixedDuaInterfaceIdentifier()
277 uint32_t otThreadGetKeySequenceCounter(otInstance *aInstance) in otThreadGetKeySequenceCounter()
282 void otThreadSetKeySequenceCounter(otInstance *aInstance, uint32_t aKeySequenceCounter) in otThreadSetKeySequenceCounter()
288 uint16_t otThreadGetKeySwitchGuardTime(otInstance *aInstance) in otThreadGetKeySwitchGuardTime()
293 void otThreadSetKeySwitchGuardTime(otInstance *aInstance, uint16_t aKeySwitchGuardTime) in otThreadSetKeySwitchGuardTime()
298 otError otThreadBecomeDetached(otInstance *aInstance) in otThreadBecomeDetached()
303 otError otThreadBecomeChild(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mle::MleRoute… in otThreadBecomeChild()
305 otError otThreadGetNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNei… in otThreadGetNextNeighborInfo()
312 otDeviceRole otThreadGetDeviceRole(otInstance *aInstance) in otThreadGetDeviceRole()
319 otError otThreadGetLeaderData(otInstance *aInstance, otLeaderData *aLeaderData) in otThreadGetLeaderData()
332 uint8_t otThreadGetLeaderRouterId(otInstance *aInstance) in otThreadGetLeaderRouterId()
337 uint8_t otThreadGetLeaderWeight(otInstance *aInstance) in otThreadGetLeaderWeight()
342 uint32_t otThreadGetPartitionId(otInstance *aInstance) in otThreadGetPartitionId()
347 uint16_t otThreadGetRloc16(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mle::MleRouter… in otThreadGetRloc16()
349 otError otThreadGetParentInfo(otInstance *aInstance, otRouterInfo *aParentInfo) in otThreadGetParentInfo()
354 otError otThreadGetParentAverageRssi(otInstance *aInstance, int8_t *aParentRssi) in otThreadGetParentAverageRssi()
368 otError otThreadGetParentLastRssi(otInstance *aInstance, int8_t *aLastRssi) in otThreadGetParentLastRssi()
382 otError otThreadSearchForBetterParent(otInstance *aInstance) in otThreadSearchForBetterParent()
387 otError otThreadSetEnabled(otInstance *aInstance, bool aEnabled) in otThreadSetEnabled()
405 bool otThreadIsSingleton(otInstance *aInstance) in otThreadIsSingleton()
418 otError otThreadDiscover(otInstance *aInstance, in otThreadDiscover()
431 otError otThreadSetJoinerAdvertisement(otInstance *aInstance, in otThreadSetJoinerAdvertisement()
439 bool otThreadIsDiscoverInProgress(otInstance *aInstance) in otThreadIsDiscoverInProgress()
444 const otIpCounters *otThreadGetIp6Counters(otInstance *aInstance) in otThreadGetIp6Counters()
449 void otThreadResetIp6Counters(otInstance *aInstance) { AsCoreType(aInstance).Get<MeshForwarder>().R… in otThreadResetIp6Counters()
452 const uint32_t *otThreadGetTimeInQueueHistogram(otInstance *aInstance, uint16_t *aNumBins, uint32_t… in otThreadGetTimeInQueueHistogram()
460 uint32_t otThreadGetMaxTimeInQueue(otInstance *aInstance) in otThreadGetMaxTimeInQueue()
465 void otThreadResetTimeInQueueStat(otInstance *aInstance) in otThreadResetTimeInQueueStat()
471 const otMleCounters *otThreadGetMleCounters(otInstance *aInstance) in otThreadGetMleCounters()
476 void otThreadResetMleCounters(otInstance *aInstance) { AsCoreType(aInstance).Get<Mle::MleRouter>().… in otThreadResetMleCounters()
479 uint32_t otThreadGetCurrentAttachDuration(otInstance *aInstance) in otThreadGetCurrentAttachDuration()
486 void otThreadRegisterParentResponseCallback(otInstance *aInstance, in otThreadRegisterParentResponseCallback()
495 otError otThreadLocateAnycastDestination(otInstance *aInstance, in otThreadLocateAnycastDestination()
503 bool otThreadIsAnycastLocateInProgress(otInstance *aInstance) in otThreadIsAnycastLocateInProgress()
509 otError otThreadDetachGracefully(otInstance *aInstance, otDetachGracefullyCallback aCallback, void … in otThreadDetachGracefully()
515 void otThreadSetStoreFrameCounterAhead(otInstance *aInstance, uint32_t aStoreFrameCounterAhead) in otThreadSetStoreFrameCounterAhead()
520 uint32_t otThreadGetStoreFrameCounterAhead(otInstance *aInstance) in otThreadGetStoreFrameCounterAhead()
527 otError otThreadWakeup(otInstance *aInstance, in otThreadWakeup()