Home
last modified time | relevance | path

Searched refs:ResultCallback (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.hpp1460 …class ResultCallback : public LinkedListEntry<ResultCallback>, public Heap::Allocatable<ResultCall… class in ot::Dns::Multicast::Core
1462 friend class Heap::Allocatable<ResultCallback>;
1463 friend class LinkedListEntry<ResultCallback>;
1467 ResultCallback(const ResultCallback &aResultCallback) = default;
1470 explicit ResultCallback(CallbackType aCallback) in ResultCallback() function in ot::Dns::Multicast::Core::ResultCallback
1505 ResultCallback *mNext;
1581 Error Add(const ResultCallback &aCallback);
1582 void Remove(const ResultCallback &aCallback);
1592 typedef OwningList<ResultCallback> CallbackList;
1600 ResultCallback *FindCallbackMatching(const ResultCallback &aCallback);
[all …]
Dmdns.cpp4647 void Core::ResultCallback::Invoke(Instance &aInstance, const BrowseResult &aResult) const in Invoke()
4655 void Core::ResultCallback::Invoke(Instance &aInstance, const SrvResult &aResult) const in Invoke()
4663 void Core::ResultCallback::Invoke(Instance &aInstance, const TxtResult &aResult) const in Invoke()
4671 void Core::ResultCallback::Invoke(Instance &aInstance, const AddressResult &aResult) const in Invoke()
4882 Error Core::CacheEntry::Add(const ResultCallback &aCallback) in Add()
4886 ResultCallback *callback; in Add()
4893 callback = ResultCallback::Allocate(aCallback); in Add()
4958 void Core::CacheEntry::Remove(const ResultCallback &aCallback) in Remove()
4960 ResultCallback *callback = FindCallbackMatching(aCallback); in Remove()
5048 Core::ResultCallback *Core::CacheEntry::FindCallbackMatching(const ResultCallback &aCallback) in FindCallbackMatching()
[all …]