Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_url.h48 username_ = sm[2].str(); // 2:matching position in Parse()
56 if (username_.empty() && path_.find("?username") != std::string::npos) { in Parse()
60 username_ = path_.substr(ui + 10, pi - ui - 10); // 10:matching position in Parse()
63 username_ = path_.substr(ui + 10); // 10:matching position in Parse()
88 return username_; in GetUsername()
106 std::string username_; member in OHOS::Sharing::RtspUrl
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dhttp_proxy.cpp61 return username_; in GetUsername()
77 username_ == httpProxy.username_ && password_ == httpProxy.password_); in operator ==()
109 parcel.WriteString(username_); in Marshalling()
156 parcel.ReadString(httpProxy.username_); in Unmarshalling()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dhttp_proxy.h58 username_ = username; in SetUserName()
73 SecureData username_; member in OHOS::NetManagerStandard::final
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2034 if (!tempProxy.host_.empty() && !tempProxy.username_.empty()) { in ActiveHttpProxy()
2046 curl_easy_setopt(curl, CURLOPT_PROXYUSERNAME, tempProxy.username_.c_str()); in ActiveHttpProxy()
2121 NETMGR_LOG_I("ActiveHttpProxy user.len[%{public}zu], pwd.len[%{public}zu]", httpProxy.username_.length(), in SetGlobalHttpProxy()

Completed in 7 milliseconds