Symbol: SetPassword
headers/os/app/Key.h
109
status_t SetPassword(const char* password);
headers/os/support/Url.h
30
BUrl& SetPassword(const BString& password);
headers/private/netservices/HttpAuthentication.h
60
void SetPassword(const BString& password);
headers/private/netservices/HttpRequest.h
45
void SetPassword(const BString& password);
headers/private/screen_saver/ScreenSaverSettings.h
85
void SetPassword(const char* password)
src/add-ons/kernel/network/ppp/shared/libppp/headers/PPPInterface.h
35
bool SetPassword(const char *password) const;
src/bin/network/ppp_up/ConnectionView.cpp
198
interface.SetPassword(Password());
src/bin/network/pppconfig/pppconfig.cpp
242
if (!interface.SetPassword(pass)) {
src/bin/screen_blanker/PasswordWindow.h
25
void SetPassword(const char* text);
src/bin/screen_blanker/ScreenBlanker.cpp
241
fPasswordWindow->SetPassword("");
src/bin/screen_blanker/ScreenBlanker.cpp
257
fPasswordWindow->SetPassword("");
src/kits/network/libnetservices/HttpRequest.cpp
1013
authentication.SetPassword(fOptPassword);
src/kits/network/libnetservices/HttpRequest.cpp
527
authentication->SetPassword(fOptPassword);
src/kits/support/Url.cpp
1203
SetPassword(BString(&authority_c[offset],
src/preferences/screensaver/PasswordWindow.cpp
164
fSettings.SetPassword(crypt(fPasswordControl->Text(), NULL));
src/preferences/screensaver/PasswordWindow.cpp
166
fSettings.SetPassword("");
src/tests/kits/net/service/HttpTest.cpp
137
request->SetPassword("secret");
src/tests/kits/net/service/UrlTest.cpp
102
url.SetPassword("password");
src/tests/kits/net/service/UrlTest.cpp
82
url.SetPassword("pass");