Home
last modified time | relevance | path

Searched defs:friendList (Results 1 – 12 of 12) sorted by relevance

/dports/net-im/qTox/qTox-1.17.4/src/widget/
H A Dfriendwidget.cpp200 auto friendList = qobject_cast<FriendListWidget*>(w->parentWidget()); in getCircleAndFriendList() local
210 FriendListWidget* friendList; in moveToNewCircle() local
231 FriendListWidget* friendList; in removeFromCircle() local
H A Dcategorywidget.cpp299 void CategoryWidget::moveFriendWidgets(FriendListWidget* friendList) in moveFriendWidgets()
H A Dcirclewidget.cpp101 FriendListWidget* friendList = static_cast<FriendListWidget*>(parentWidget()); in contextMenuEvent() local
/dports/net-im/qTox/qTox-1.17.4/src/
H A Dfriendlist.cpp29 QHash<ToxPk, Friend*> FriendList::friendList; member in FriendList
/dports/net-im/qTox/qTox-1.17.4/src/persistence/
H A Dprofile.cpp836 QVector<uint32_t> friendList = core->getFriendList(); in setPassword() local
/dports/net/liblinphone/linphone-3.12.0/java/impl/org/linphone/core/
H A DLinphoneCoreImpl.java102 private native void addFriendList(long nativePtr,long friendList); in addFriendList()
103 private native void removeFriendList(long nativePtr,long friendList); in removeFriendList()
491 …public synchronized void addFriendList(LinphoneFriendList friendList) throws LinphoneCoreException… in addFriendList()
495 …public synchronized void removeFriendList(LinphoneFriendList friendList) throws LinphoneCoreExcept… in removeFriendList()
/dports/net/liblinphone/linphone-3.12.0/java/common/org/linphone/core/
H A DLinphoneCore.java1079 void addFriendList(LinphoneFriendList friendList) throws LinphoneCoreException; in addFriendList()
1084 void removeFriendList(LinphoneFriendList friendList) throws LinphoneCoreException; in removeFriendList()
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dsymboldatabase.h103 std::vector<FriendInfo> friendList; variable
H A Dcheckclass.cpp1167 const std::vector<Type::FriendInfo>& friendList = scope->definedType->friendList; in privateFunctions() local
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dsymboldatabase.h103 std::vector<FriendInfo> friendList; variable
H A Dcheckclass.cpp1167 const std::vector<Type::FriendInfo>& friendList = scope->definedType->friendList; in privateFunctions() local
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dlinphonecore_jni.cc2410 ,jlong friendList in Java_org_linphone_core_LinphoneCoreImpl_addFriendList()
2418 ,jlong friendList in Java_org_linphone_core_LinphoneCoreImpl_removeFriendList()