Home
last modified time | relevance | path

Searched refs:onReplySent (Results 1 – 14 of 14) sorted by relevance

/dports/net/sems/sems-f89581a/apps/sbc/
H A DSubscriptionDialog.cpp165 void SubscriptionDialog::onReplySent(const AmSipRequest& req, in onReplySent() function in SubscriptionDialog
168 subs->onReplySent(req,reply); in onReplySent()
169 SimpleRelayDialog::onReplySent(req,reply); in onReplySent()
H A DSubscriptionDialog.h75 void onReplySent(const AmSipRequest& req, const AmSipReply& reply);
H A DSBCSimpleRelay.h152 void onReplySent(const AmSipRequest& req, const AmSipReply& reply);
H A DSBCSimpleRelay.cpp334 void SimpleRelayDialog::onReplySent(const AmSipRequest& req, in onReplySent() function in SimpleRelayDialog
/dports/net/sems/sems-f89581a/core/
H A DAmSipSubscription.h212 void onReplySent(const AmSipRequest& req, const AmSipReply& reply);
305 void onReplySent(const AmSipRequest& req, const AmSipReply& reply) in onReplySent() function
306 { AmSipSubscription::onReplySent(req,reply); } in onReplySent()
H A DAmOfferAnswer.h84 int onReplySent(const AmSipReply& reply);
H A DAmSessionEventHandler.h87 virtual void onReplySent(const AmSipRequest& req, const AmSipReply& reply) {} in onReplySent() function
H A DAmB2BSession.h226 void onReplySent(const AmSipRequest& req, const AmSipReply& reply);
H A DAmBasicSipDialog.h458 virtual void onReplySent(const AmSipRequest& req, const AmSipReply& reply) {}
H A DAmB2BSession.cpp535 void AmB2BSession::onReplySent(const AmSipRequest& req, const AmSipReply& reply) in onReplySent() function in AmB2BSession
540 subs->onReplySent(req,reply); in onReplySent()
551 AmSession::onReplySent(req,reply); in onReplySent()
H A DAmOfferAnswer.cpp450 int AmOfferAnswer::onReplySent(const AmSipReply& reply) in onReplySent() function in AmOfferAnswer
H A DAmSipDialog.cpp317 oa.onReplySent(reply); in onReplyTxed()
H A DAmSipSubscription.cpp629 void AmSipSubscription::onReplySent(const AmSipRequest& req, in onReplySent() function in AmSipSubscription
H A DAmBasicSipDialog.cpp554 if(hdl) hdl->onReplySent(req, reply);