Home
last modified time | relevance | path

Searched defs:aPending (Results 1 – 3 of 3) sorted by relevance

/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp182 void ThreadApiDBus::ScanPendingCallHandler(DBusPendingCall *aPending) in ScanPendingCallHandler()
215 void ThreadApiDBus::EnergyScanPendingCallHandler(DBusPendingCall *aPending) in EnergyScanPendingCallHandler()
290 void ThreadApiDBus::AttachPendingCallHandler(DBusPendingCall *aPending) in AttachPendingCallHandler()
329 void ThreadApiDBus::DetachPendingCallHandler(DBusPendingCall *aPending) in DetachPendingCallHandler()
369 void ThreadApiDBus::FactoryResetPendingCallHandler(DBusPendingCall *aPending) in FactoryResetPendingCallHandler()
420 void ThreadApiDBus::JoinerStartPendingCallHandler(DBusPendingCall *aPending) in JoinerStartPendingCallHandler()
805 void ThreadApiDBus::sHandleDBusPendingCall(DBusPendingCall *aPending, void *aThreadApiDBus) in sHandleDBusPendingCall()
/external/openthread/src/core/thread/
Dindirect_sender.hpp113 void SetIndirectSourceMatchPending(bool aPending) { mSourceMatchPending = aPending; } in SetIndirectSourceMatchPending()
/external/openthread/src/core/mac/
Ddata_poll_handler.hpp98 void SetDataPollPending(bool aPending) { mDataPollPending = aPending; } in SetDataPollPending()