Lines Matching defs:aCallback
216 PublisherMDnsSd::PublisherMDnsSd(StateCallback aCallback) in PublisherMDnsSd()
789 ResultCallback &&aCallback) in PublishServiceImpl()
799 std::move(aCallback)(error); in PublishServiceImpl() local
817 …d::UnpublishService(const std::string &aName, const std::string &aType, ResultCallback &&aCallback) in UnpublishService()
830 ResultCallback &&aCallback) in PublishHostImpl()
838 std::move(aCallback)(error); in PublishHostImpl() local
854 void PublisherMDnsSd::UnpublishHost(const std::string &aName, ResultCallback &&aCallback) in UnpublishHost()
868 …nsSd::PublishKeyImpl(const std::string &aName, const KeyData &aKeyData, ResultCallback &&aCallback) in PublishKeyImpl()
876 std::move(aCallback)(error); in PublishKeyImpl() local
892 void PublisherMDnsSd::UnpublishKey(const std::string &aName, ResultCallback &&aCallback) in UnpublishKey()
1008 Publisher *Publisher::Create(StateCallback aCallback) in Create()