Searched refs:mWaitingKeyTable (Results 1 – 2 of 2) sorted by relevance
/external/ot-br-posix/src/host/ |
D | ncp_spinel.cpp | 67 std::fill_n(mWaitingKeyTable, SPINEL_PROP_LAST_STATUS, sizeof(mWaitingKeyTable)); in NcpSpinel() 222 mWaitingKeyTable[tid] = SPINEL_PROP_LAST_STATUS; in ThreadErasePersistentInfo() 385 mCmdTable[aTid], mWaitingKeyTable[aTid], aTid); in HandleResponse() 696 switch (mWaitingKeyTable[aTid]) in HandleResponseForPropSet() 758 VerifyOrExit(aKey == mWaitingKeyTable[aTid], error = OTBR_ERROR_INVALID_STATE); in HandleResponseForPropSet() 774 switch (mWaitingKeyTable[aTid]) in HandleResponseForPropInsert() 795 otbrLogResult(error, "HandleResponseForPropInsert, key:%u", mWaitingKeyTable[aTid]); in HandleResponseForPropInsert() 807 switch (mWaitingKeyTable[aTid]) in HandleResponseForPropRemove() 828 otbrLogResult(error, "HandleResponseForPropRemove, key:%u", mWaitingKeyTable[aTid]); in HandleResponseForPropRemove() 883 mWaitingKeyTable[aTid] = SPINEL_PROP_LAST_STATUS; in FreeTidTableItem() [all …]
|
D | ncp_spinel.hpp | 378 spinel_prop_key_t mWaitingKeyTable[kMaxTids]; ///< The property keys of ongoing transactions. member in otbr::Host::NcpSpinel
|