Searched refs:IsConnectedKad (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DServerWnd.cpp210 KadInfoList->SetItem(next_row++, 1, theApp->IsConnectedKad() ? _("Connected"): _("Disconnected"));
211 if (theApp->IsConnectedKad()) {
H A Damule-remote-gui.h687 bool IsConnected() const { return IsConnectedED2K() || IsConnectedKad(); }
690 bool IsConnectedKad() const function in class:CamuleRemoteGuiApp
H A Damule.cpp921 if (IsConnectedKad()) {
1635 return (IsConnectedED2K() || IsConnectedKad());
1645 bool CamuleApp::IsConnectedKad() const function in class:CamuleApp
H A DamuleDlg.cpp559 || theApp->IsConnectedKad() // there's no Kad running state atm
713 if (theApp->IsConnectedKad()) {
759 (theApp->IsKadRunning() && !theApp->IsConnectedKad())) {
H A Damule.h204 bool IsConnectedKad() const;
H A DECSpecialCoreTags.cpp129 (theApp->IsConnectedKad() ? 0x04 : 0x00)
H A DExternalConn.cpp1620 if (!thePrefs::GetNetworkKademlia() && theApp->IsConnectedKad()) {
1800 if (theApp->IsConnectedKad()) {
1821 if (theApp->IsConnectedKad()) {
1867 if ( theApp->IsConnectedKad() ) {
H A DSharedFilesCtrl.cpp314 || (theApp->IsConnectedKad() && !theApp->IsFirewalledKad() ))) {
H A DPrefsUnifiedDlg.cpp718 if (!thePrefs::GetNetworkKademlia() && theApp->IsConnectedKad()) {

Completed in 50 milliseconds