Searched refs:isNew (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DDialUpView.h35 void AddInterface(const char *name, bool isNew = false);
36 void SelectInterface(int32 index, bool isNew = false);
H A DPTPSettings.h27 bool LoadSettings(const char *interfaceName, bool isNew);
H A DConnectionOptionsAddon.cpp46 ConnectionOptionsAddon::LoadSettings(BMessage *settings, bool isNew) argument
48 fIsNew = isNew;
55 if(!settings || isNew)
H A DPTPSettings.cpp51 PTPSettings::LoadSettings(const char *interfaceName, bool isNew) argument
60 if(interfaceName && !isNew) {
73 if(!addon->LoadSettings(settingsPointer, isNew))
H A DConnectionOptionsAddon.h40 virtual bool LoadSettings(BMessage *settings, bool isNew);
H A DDialUpAddon.h73 \param isNew Specifies if this is a newly created interface.
77 virtual bool LoadSettings(BMessage *settings, bool isNew) argument
H A DIPCPAddon.h46 virtual bool LoadSettings(BMessage *settings, bool isNew);
H A DPPPoEAddon.h42 virtual bool LoadSettings(BMessage *settings, bool isNew);
H A DGeneralAddon.h53 virtual bool LoadSettings(BMessage *settings, bool isNew);
H A DIPCPAddon.cpp61 IPCPAddon::LoadSettings(BMessage *settings, bool isNew) argument
63 fIsNew = isNew;
71 if(!settings || isNew)
H A DPPPoEAddon.cpp97 PPPoEAddon::LoadSettings(BMessage *settings, bool isNew) argument
99 fIsNew = isNew;
105 if(!settings || isNew)
H A DDialUpView.cpp483 DialUpView::AddInterface(const char *name, bool isNew = false)
505 SelectInterface(index, isNew);
510 DialUpView::SelectInterface(int32 index, bool isNew = false)
548 else if(!isNew && !fSettings.LoadSettings(
553 } else if(isNew && !fSettings.LoadSettings(
H A DGeneralAddon.cpp93 GeneralAddon::LoadSettings(BMessage *settings, bool isNew) argument
95 fIsNew = isNew;
110 if(!settings || isNew)
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DDialUpView.h63 bool LoadSettings(bool isNew);
69 void AddInterface(const char *name, bool isNew = false);
70 void SelectInterface(int32 index, bool isNew = false);
H A DConnectionOptionsAddon.h61 virtual bool LoadSettings(BMessage *settings, BMessage *profile, bool isNew);
H A DDialUpAddon.h90 \param isNew Specifies if this is a newly created interface.
94 virtual bool LoadSettings(BMessage *settings, BMessage *profile, bool isNew) argument
H A DPPPoEAddon.h61 virtual bool LoadSettings(BMessage *settings, BMessage *profile, bool isNew);
H A DDialUpView.cpp371 DialUpView::LoadSettings(bool isNew) argument
378 if(fCurrentItem && !isNew) {
395 if(!addon->LoadSettings(settingsPointer, profilePointer, isNew))
817 DialUpView::AddInterface(const char *name, bool isNew) argument
834 SelectInterface(index, isNew);
839 DialUpView::SelectInterface(int32 index, bool isNew) argument
871 else if(!isNew && !LoadSettings(false)) {
875 } else if(isNew && !LoadSettings(true))
H A DIPCPAddon.h65 virtual bool LoadSettings(BMessage *settings, BMessage *profile, bool isNew);
H A DConnectionOptionsAddon.cpp69 ConnectionOptionsAddon::LoadSettings(BMessage *settings, BMessage *profile, bool isNew) argument
71 fIsNew = isNew;
80 if(!settings || !profile || isNew)
H A DIPCPAddon.cpp84 IPCPAddon::LoadSettings(BMessage *settings, BMessage *profile, bool isNew) argument
86 fIsNew = isNew;
96 if(!settings || !profile || isNew)
H A DPPPoEAddon.cpp131 PPPoEAddon::LoadSettings(BMessage *settings, BMessage *profile, bool isNew) argument
133 fIsNew = isNew;
141 if(!settings || !profile || isNew)
H A DGeneralAddon.h73 virtual bool LoadSettings(BMessage *settings, BMessage *profile, bool isNew);
H A DGeneralAddon.cpp118 GeneralAddon::LoadSettings(BMessage *settings, BMessage *profile, bool isNew) argument
120 fIsNew = isNew;
132 if(!settings || !profile || isNew)

Completed in 69 milliseconds