Searched refs:UserName (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/netservices/
H A DHttpAuthentication.h67 const BString& UserName() const;
/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp110 CPPUNIT_ASSERT_EQUAL(BString("user"), url.UserName());
225 BString(testUrl.UserName()));
/haiku/headers/os/support/
H A DUrl.h40 const BString& UserName() const;
/haiku/src/tests/kits/net/libnetapi/
H A DNetworkUrlTest.cpp50 CPPUNIT_ASSERT(url.UserName() == "ewe");
157 // #pragma mark - Authority Tests (UserName, Password, Host, Port)
166 CPPUNIT_ASSERT(url.UserName() == "tea");
323 CPPUNIT_ASSERT(url.UserName() == "unam");
336 CPPUNIT_ASSERT(url.UserName() == "unam");
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp237 BHttpAuthentication::UserName() const function in class:BHttpAuthentication
/haiku/src/kits/support/
H A DUrl.cpp430 BUrl::UserName() const function in class:BUrl

Completed in 288 milliseconds