Home
last modified time | relevance | path

Searched refs:CallModel (Results 1 – 25 of 53) sorted by relevance

123

/dports/net/linphone/linphoneqt-4.1.1/src/components/call/
H A DCallModel.cpp39 CallModel::CallModel (shared_ptr<linphone::Call> call) { in CallModel() function in CallModel
67 CallModel::~CallModel () { in ~CallModel()
117 void CallModel::accept () { in accept()
129 void CallModel::acceptWithVideo () { in acceptWithVideo()
141 void CallModel::terminate () { in terminate()
151 void CallModel::askForTransfer () { in askForTransfer()
176 void CallModel::takeSnapshot () { in takeSnapshot()
194 void CallModel::startRecording () { in startRecording()
206 void CallModel::stopRecording () { in stopRecording()
306 CallModel::CallStatus CallModel::getStatus () const { in getStatus()
[all …]
H A DCallModel.hpp31 class CallModel : public QObject { class
85 CallModel (std::shared_ptr<linphone::Call> linphoneCall);
86 ~CallModel ();
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/valgrind/callgrind/
H A Dcallgrindcallmodel.cpp39 class CallModel::Private
48 CallModel::CallModel() in CallModel() function in Valgrind::Callgrind::CallModel
53 CallModel::~CallModel() in ~CallModel()
58 void CallModel::clear() in clear()
74 QVector<const FunctionCall *> CallModel::calls() const in calls()
79 const Function *CallModel::function() const in function()
84 void CallModel::setCostEvent(int event) in setCostEvent()
89 int CallModel::costEvent() const in costEvent()
94 void CallModel::setParseData(const ParseData *data) in setParseData()
105 const ParseData *CallModel::parseData() const in parseData()
[all …]
H A Dcallgrindcallmodel.h41 class CallModel : public QAbstractItemModel
45 CallModel();
46 ~CallModel() override;
/dports/net/linphone/linphoneqt-4.1.1/src/components/calls/
H A DCallsListModel.cpp38 inline int findCallIndex (QList<CallModel *> &list, const shared_ptr<linphone::Call> &call) { in findCallIndex()
39 auto it = find_if(list.begin(), list.end(), [call](CallModel *callModel) { in findCallIndex()
48 inline int findCallIndex (QList<CallModel *> &list, const CallModel &callModel) { in findCallIndex()
86 void CallsListModel::askForTransfer (CallModel *callModel) { in askForTransfer()
101 CallModel::setRecordFile(params); in launchAudioCall()
121 CallModel::setRecordFile(params); in launchVideoCall()
152 emit callRunning(index, &call->getData<CallModel>("call-model")); in handleCallStateChanged()
186 CallModel *callModel = new CallModel(call); in addCall()
204 CallModel *callModel; in removeCall()
207 callModel = &call->getData<CallModel>("call-model"); in removeCall()
[all …]
H A DCallsListModel.hpp46 void askForTransfer (CallModel *callModel);
56 void callRunning (int index, CallModel *callModel);
57 void callTransferAsked (CallModel *callModel);
67 void removeCallCb (CallModel *callModel);
69 QList<CallModel *> mList;
H A DCallsListProxyModel.cpp34 …QObject::connect(callsListModel, &CallsListModel::callRunning, this, [this](int index, CallModel *… in CallsListProxyModel()
44 return !index.data().value<CallModel *>()->isInConference(); in filterAcceptsRow()
H A DCallsListProxyModel.hpp40 void callRunning (int index, CallModel *callModel);
/dports/net/linphone/linphoneqt-4.1.1/src/components/camera/
H A DCamera.hpp32 class CallModel;
70 Q_PROPERTY(CallModel * call READ getCallModel WRITE setCallModel NOTIFY callChanged);
80 void callChanged (CallModel *callModel);
84 CallModel *getCallModel () const;
85 void setCallModel (CallModel *callModel);
91 CallModel *mCallModel = nullptr;
H A DCamera.cpp131 CallModel *model = camera->getCallModel(); in synchronize()
164 CallModel *callModel = &mCall->getData<CallModel>("call-model"); in notifyReceivedVideoSize()
199 CallModel *Camera::getCallModel () const { in getCallModel()
203 void Camera::setCallModel (CallModel *callModel) { in setCallModel()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/valgrind/
H A Dcallgrindcostview.cpp73 if (qobject_cast<CallModel *>(model)) { in setModel()
74 setItemDelegateForColumn(CallModel::CalleeColumn, m_nameDelegate); in setModel()
75 setItemDelegateForColumn(CallModel::CallerColumn, m_nameDelegate); in setModel()
76 setItemDelegateForColumn(CallModel::CostColumn, m_costDelegate); in setModel()
H A Dcallgrindtool.cpp175 CallModel m_callersModel;
176 CallModel m_calleesModel;
327 m_callersView->sortByColumn(CallModel::CostColumn, Qt::DescendingOrder); in CallgrindToolPrivate()
332 m_callersView->hideColumn(CallModel::CalleeColumn); in CallgrindToolPrivate()
340 m_calleesView->sortByColumn(CallModel::CostColumn, Qt::DescendingOrder); in CallgrindToolPrivate()
345 m_calleesView->hideColumn(CallModel::CallerColumn); in CallgrindToolPrivate()
665 auto call = index.data(CallModel::FunctionCallRole).value<const FunctionCall *>(); in calleeFunctionSelected()
673 auto call = index.data(CallModel::FunctionCallRole).value<const FunctionCall *>(); in callerFunctionSelected()
/dports/net/linphone/linphoneqt-4.1.1/src/components/notifier/
H A DNotifier.cpp252 CallModel *callModel = &call->getData<CallModel>("call-model"); in notifyReceivedCall()
254 …QObject::connect(callModel, &CallModel::statusChanged, notification, [this, notification](CallMode… in notifyReceivedCall()
255 if (status == CallModel::CallStatusEnded || status == CallModel::CallStatusConnected) in notifyReceivedCall()
/dports/net/linphone/linphoneqt-4.1.1/ui/views/App/Calls/
H A DIncallAvatar.qml17 foregroundColor: call.status === CallModel.CallStatusPaused
26 username: call.status === CallModel.CallStatusPaused ? '' : _username
40 visible: call.status === CallModel.CallStatusPaused
H A DIncall.qml133 onClicked: zrtp.visible = (incall.call.encryption === CallModel.CallEncryptionZrtp)
265 visible: !call.isSecured && call.encryption !== CallModel.CallEncryptionNone
H A DConference.qml161 visible: $call && $call.status === CallModel.CallStatusOutgoing
/dports/net/linphone/linphoneqt-4.1.1/ui/modules/Linphone/Calls/
H A DCalls.qml59 icon: calls.currentIndex === callId && call.status !== CallModel.CallStatusEnded
125 return calls.currentIndex === index && $call && $call.status !== CallModel.CallStatusEnded
149 if ($call.status !== CallModel.CallStatusEnded) {
171 running: $call && $call.status === CallModel.CallStatusEnded
/dports/net/linphone/linphoneqt-4.1.1/src/components/conference/
H A DConferenceModel.cpp53 const CallModel *callModel = index.data().value<CallModel *>(); in filterAcceptsRow()
H A DConferenceHelperModel.hpp35 class CallModel;
H A DConferenceModel.hpp30 class CallModel;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/valgrind/callgrind/
H A Dmodeltest.h38 class CallModel; variable
/dports/net/linphone/linphoneqt-4.1.1/src/components/core/
H A DCoreHandlers.cpp105 call->getData<CallModel>("call-model").updateStats(stats); in onCallStatsUpdated()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DH323-MESSAGES.asn903 callModel CallModel OPTIONAL,
939 CallModel ::= CHOICE
958 callModel CallModel,
1219 callModel CallModel,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/
H A DH323-MESSAGES.asn903 callModel CallModel OPTIONAL,
939 CallModel ::= CHOICE
958 callModel CallModel,
1219 callModel CallModel,
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/
H A DH323-MESSAGES.asn903 callModel CallModel OPTIONAL,
939 CallModel ::= CHOICE
958 callModel CallModel,
1219 callModel CallModel,

123