Home
last modified time | relevance | path

Searched refs:aPending (Results 1 – 4 of 4) sorted by relevance

/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.hpp792 template <void (ThreadApiDBus::*Handler)(DBusPendingCall *aPending)>
793 static void sHandleDBusPendingCall(DBusPendingCall *aPending, void *aThreadApiDBus);
795 void AttachPendingCallHandler(DBusPendingCall *aPending);
796 void DetachPendingCallHandler(DBusPendingCall *aPending);
797 void FactoryResetPendingCallHandler(DBusPendingCall *aPending);
798 void JoinerStartPendingCallHandler(DBusPendingCall *aPending);
799 static void sScanPendingCallHandler(DBusPendingCall *aPending, void *aThreadApiDBus);
800 void ScanPendingCallHandler(DBusPendingCall *aPending);
801 void EnergyScanPendingCallHandler(DBusPendingCall *aPending);
Dthread_api_dbus.cpp182 void ThreadApiDBus::ScanPendingCallHandler(DBusPendingCall *aPending) in ScanPendingCallHandler() argument
185 UniqueDBusMessage message(dbus_pending_call_steal_reply(aPending)); in ScanPendingCallHandler()
215 void ThreadApiDBus::EnergyScanPendingCallHandler(DBusPendingCall *aPending) in EnergyScanPendingCallHandler() argument
218 UniqueDBusMessage message(dbus_pending_call_steal_reply(aPending)); in EnergyScanPendingCallHandler()
290 void ThreadApiDBus::AttachPendingCallHandler(DBusPendingCall *aPending) in AttachPendingCallHandler() argument
293 UniqueDBusMessage message(dbus_pending_call_steal_reply(aPending)); in AttachPendingCallHandler()
329 void ThreadApiDBus::DetachPendingCallHandler(DBusPendingCall *aPending) in DetachPendingCallHandler() argument
332 UniqueDBusMessage message(dbus_pending_call_steal_reply(aPending)); in DetachPendingCallHandler()
369 void ThreadApiDBus::FactoryResetPendingCallHandler(DBusPendingCall *aPending) in FactoryResetPendingCallHandler() argument
372 UniqueDBusMessage message(dbus_pending_call_steal_reply(aPending)); in FactoryResetPendingCallHandler()
[all …]
/external/openthread/src/core/mac/
Ddata_poll_handler.hpp98 void SetDataPollPending(bool aPending) { mDataPollPending = aPending; } in SetDataPollPending() argument
/external/openthread/src/core/thread/
Dindirect_sender.hpp113 void SetIndirectSourceMatchPending(bool aPending) { mSourceMatchPending = aPending; } in SetIndirectSourceMatchPending() argument