Searched refs:WritePropertyValueIsFrame (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/ncp/ |
D | ncp_base.cpp | 517 … SuccessOrExit(WritePropertyValueIsFrame(mHostPowerStateHeader, SPINEL_PROP_HOST_POWER_STATE)); in HandleFrameRemovedFromNcpBuffer() 879 SuccessOrExit(error = WritePropertyValueIsFrame(header, propKey, isGetResponse)); in SendQueuedResponses() 952 …SuccessOrExit(WritePropertyValueIsFrame(SPINEL_HEADER_FLAG | SPINEL_HEADER_TX_NOTIFICATION_IID, pr… in UpdateChangedProps() 1206 otError NcpBase::WritePropertyValueIsFrame(uint8_t aHeader, spinel_prop_key_t aPropKey, bool aIsGet… in WritePropertyValueIsFrame() function in ot::Ncp::NcpBase 1901 … IgnoreError(WritePropertyValueIsFrame(SPINEL_HEADER_FLAG | SPINEL_HEADER_TX_NOTIFICATION_IID, in HandlePropertySet() 2298 error = WritePropertyValueIsFrame(aHeader, SPINEL_PROP_HOST_POWER_STATE); in HandlePropertySet_SPINEL_PROP_HOST_POWER_STATE()
|
D | ncp_base.hpp | 284 …otError WritePropertyValueIsFrame(uint8_t aHeader, spinel_prop_key_t aPropKey, bool aIsGetResponse…
|
D | ncp_base_mtd.cpp | 906 …WritePropertyValueIsFrame(SPINEL_HEADER_FLAG | SPINEL_HEADER_IID_0, SPINEL_PROP_THREAD_ASSISTING_P… in HandlePropertySet() 3098 …IgnoreError(WritePropertyValueIsFrame(SPINEL_HEADER_FLAG | SPINEL_HEADER_IID_0, SPINEL_PROP_MAC_AL… in HandlePropertySet() 3149 …IgnoreError(WritePropertyValueIsFrame(SPINEL_HEADER_FLAG | SPINEL_HEADER_IID_0, SPINEL_PROP_MAC_DE… in HandlePropertySet() 3219 …IgnoreError(WritePropertyValueIsFrame(SPINEL_HEADER_FLAG | SPINEL_HEADER_IID_0, SPINEL_PROP_MAC_FI… in HandlePropertySet()
|