Home
last modified time | relevance | path

Searched refs:realm (Results 1 - 19 of 19) sorted by relevance

/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()
/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,
/foundation/communication/wifi/wifi/frameworks/cj/include/
H A Dffi_structs.h65 char *realm; /* The field of passport credentials */ member
/foundation/communication/wifi/wifi/frameworks/cj/src/
H A Dwifi_ffi.cpp332 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 Dwifi_native_struct.h42 std::string realm; /* The field of passport credentials */ member
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h178 const std::string &realm) override;
H A Dweb_client_impl.cpp558 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 Dwifi_msg.h430 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 Drtsp_unit_test.cpp192 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 Dwifi_device_stub_lite.cpp81 wifiEapConfig.realm = (char *)ReadString(req, &size); in ReadEapConfig()
162 (void)WriteString(reply, wifiEapConfig.realm.c_str()); in WriteEapConfig()
H A Dwifi_device_stub.cpp370 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 Dobex_headers.cpp1296 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 Dobex_headers.h133 void AppendRealm(const uint8_t *realm, const uint8_t length);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp440 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 Dwifi_device_proxy.cpp306 data.WriteString(wifiEapConfig.realm); in WriteEapConfig()
601 wifiEapConfig.realm = reply.ReadString(); in ReadEapConfig()
619 wifiEapConfig.realm = HexToString(tokens[g_bigDataRecvLen++]); in BigDataReadEapConfig()
H A Dwifi_device_proxy_lite.cpp89 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 Dweb_event.h476 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 Dwifi_napi_device.cpp404 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 Dsta_state_machine.cpp509 halDeviceConfig.eapConfig.realm = config.wifiEapConfig.realm; in FillEapCfg()

Completed in 41 milliseconds