Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dhttp_proxy.h56 void inline SetUserName(const SecureData &username) in SetUserName() argument
58 username_ = username; in SetUserName()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_common.cpp154 std::string RtspCommon::GenerateAuthorization(const std::string &username, const std::string &realm, in GenerateAuthorization() argument
158 auto urpMD5 = GetMD5(username + ':' + realm + ':' + password); in GenerateAuthorization()
161 auto authorization = "Digest username=\"" + username + "\", realm=\"" + realm + "\", nonce=\"" + nonce + in GenerateAuthorization()
H A Drtsp_sdp.cpp33 username = sm[1].str(); in Parse()
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Dconfig.rs307 pub fn basic_auth(mut self, username: &str, password: &str) -> Self { in basic_auth()
309 p = p.basic_auth(username, password); in basic_auth()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_common.h96 static std::string GenerateAuthorization(const std::string &username, const std::string &realm,
H A Drtsp_sdp.h32 // o=<username> <sess-id> <sess-version> <nettype> <addrtype> <unicast-address>
39 std::string username; member
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe.cpp422 auto username = tempProxy.GetUsername(); in SetUserInfo() local
424 if (!username.empty()) { in SetUserInfo()
425 NETPROBE_CURL_EASY_SET_OPTION(curlHandler, CURLOPT_PROXYUSERNAME, username.c_str()); in SetUserInfo()
433 NETMGR_LOG_I("username is empty."); in SetUserInfo()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp191 const std::string &username = "username"; in HWTEST_F() local
197 auto ret = RtspCommon::GenerateAuthorization(username, realm, password, nonce, method, url); in HWTEST_F()
199 "Digest username=\"username\", realm=\"realm\", nonce=\"nonce\", uri=\"url\", response=\"00000000\""); in HWTEST_F()
683 const std::string username = "StreamingServer"; in HWTEST_F() local
692 EXPECT_EQ(session->username, username); in HWTEST_F()
858 EXPECT_EQ(ret1.username, "HWPSS"); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp527 // Get the username of the current user in HWTEST_F()
534 std::string username(passwordEntry->pw_name); in HWTEST_F()
540 if (username == "root") { in HWTEST_F()

Completed in 9 milliseconds