/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
H A D | rtsp_common.cpp | 154 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()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
H A D | rtsp_common.h | 96 static std::string GenerateAuthorization(const std::string &username, const std::string &realm,
|
/foundation/communication/wifi/wifi/frameworks/cj/include/ |
H A D | ffi_structs.h | 65 char *realm; /* The field of passport credentials */ member
|
/foundation/communication/wifi/wifi/frameworks/cj/src/ |
H A D | wifi_ffi.cpp | 332 eapConfig.realm = MallocCString(wifiEapConfig.realm); in EapConfig2C() 718 config.wifiEapConfig.realm = std::string(cfg.eapConfig.realm); in FfiWifiAddCandidateConfig()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/ |
H A D | wifi_native_struct.h | 42 std::string realm; /* The field of passport credentials */ member
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 178 const std::string &realm) override;
|
H A D | web_client_impl.cpp | 558 const std::string &realm) in OnHttpAuthRequestByJS() 565 auto param = std::make_shared<WebHttpAuthEvent>(AceType::MakeRefPtr<AuthResultOhos>(result), host, realm); in OnHttpAuthRequestByJS() 557 OnHttpAuthRequestByJS(std::shared_ptr<NWeb::NWebJSHttpAuthResult> result, const std::string &host, const std::string &realm) OnHttpAuthRequestByJS() argument
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_msg.h | 430 std::string realm; /* The field of passport credentials */ member in OHOS::Wifi::DisconnectedReason::DisconnectDetailReason::EapMethod::Phase2Method::WifiEapConfig
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/ |
H A D | rtsp_unit_test.cpp | 192 const std::string &realm = "realm"; 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() 439 const std::string &msg2 = "WWW-Authenticate: Digest realm=\"IP Camera(23435)\","; in HWTEST_F() 454 const std::string &msg2 = "WWW-Authenticate: Digest realm=\"IP Camera(23435)\","; in HWTEST_F()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_stub_lite.cpp | 81 wifiEapConfig.realm = (char *)ReadString(req, &size); in ReadEapConfig() 162 (void)WriteString(reply, wifiEapConfig.realm.c_str()); in WriteEapConfig()
|
H A D | wifi_device_stub.cpp | 370 wifiEapConfig.realm = data.ReadString(); in ReadEapConfig() 455 reply.WriteString(wifiEapConfig.realm); in WriteEapConfig() 476 bigDataStream << StringToHex(wifiEapConfig.realm) << ";"; in BigDataWriteEapConfig()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_headers.cpp | 1296 void ObexDigestChallenge::AppendRealm(const uint8_t *realm, const uint8_t length) in AppendRealm() argument 1298 tlvTriplets_.push_back(std::make_unique<TlvTriplet>(ObexDigestChallenge::REALM, length, realm)); in AppendRealm()
|
H A D | obex_headers.h | 133 void AppendRealm(const uint8_t *realm, const uint8_t length);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.cpp | 440 TAG_LOGE(AceLogTag::ACE_WEB, "WebObjectEventManager get WebAuthRequestImpl realm failed"); in GetRealm() 1401 auto realm = webHttpAuthRequest->GetRealm(); in OnHttpAuthRequest() local 1404 [weak = WeakClaim(this), host, realm, authResult, &result]() { in OnHttpAuthRequest() 1414 auto eventParam = std::make_shared<WebHttpAuthEvent>(authResult, host, realm); in OnHttpAuthRequest()
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_device_proxy.cpp | 306 data.WriteString(wifiEapConfig.realm); in WriteEapConfig() 601 wifiEapConfig.realm = reply.ReadString(); in ReadEapConfig() 619 wifiEapConfig.realm = HexToString(tokens[g_bigDataRecvLen++]); in BigDataReadEapConfig()
|
H A D | wifi_device_proxy_lite.cpp | 89 wifiEapConfig.realm = (char *)ReadString(reply, &readLen); in ReadEapConfig() 568 (void)WriteString(&req, wifiEapConfig.realm.c_str()); in WriteEapConfig()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 476 WebHttpAuthEvent(const RefPtr<AuthResult>& result, const std::string& host, const std::string& realm) in WebHttpAuthEvent() argument 477 : BaseEventInfo("WebHttpAuthEvent"), result_(result), host_(host), realm_(realm) in WebHttpAuthEvent()
|
/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_device.cpp | 404 JsObjectToString(env, napiEap, "realm", NAPI_MAX_STR_LENT, devConfig.wifiEapConfig.realm); in ProcessEapConfig() 1307 SetValueUtf8String(env, "realm", wifiEapConfig.realm.c_str(), cfgObj); in EapConfigToJs()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 509 halDeviceConfig.eapConfig.realm = config.wifiEapConfig.realm; in FillEapCfg()
|