Searched refs:SelectInterface (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/tv/
H A DMainWin.h62 void SelectInterface(int i);
H A DMainWin.cpp271 // and 0 == Interface 0 in SelectInterface()
364 MainWin::SelectInterface(int i) function in class:MainWin
366 printf("MainWin::SelectInterface %d\n", i);
398 printf("MainWin::SelectInterface done:\n");
1288 SelectInterface(msg->what - M_SELECT_INTERFACE - 1);
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.h58 void SelectInterface(int32 index, bool isNew = false);
H A DDialUpView.cpp146 // reset, otherwise SelectInterface will not load the settings
147 SelectInterface(0);
231 SelectInterface(0);
238 SelectInterface(index);
265 SelectInterface(index);
745 SelectInterface(index, isNew);
750 DialUpView::SelectInterface(int32 index, bool isNew) function in class:DialUpView
762 SelectInterface(0);
770 SelectInterface(0);

Completed in 43 milliseconds