Home
last modified time | relevance | path

Searched defs:realm (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/savehttpauthcredentials_fuzzer/
H A Dsavehttpauthcredentials_fuzzer.cpp32 std::string realm((const char*)data, size); in SaveHttpAuthCredentialsFuzzTest() local
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/gethttpauthcredentials_fuzzer/
H A Dgethttpauthcredentials_fuzzer.cpp33 std::string realm((const char*)data, size); in GetHttpAuthCredentialsFuzzTest() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_web_data_base_adapter_impl.cpp35 …const ArkWebString& host, const ArkWebString& realm, const ArkWebString& username, const char* pas… in SaveHttpAuthCredentials()
42 …const ArkWebString& host, const ArkWebString& realm, ArkWebString& username, char* password, uint3… in GetHttpAuthCredentials()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_data_base_impl.cpp31 void ArkWebDataBaseImpl::GetHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, in GetHttpAuthCredentials()
41 …const ArkWebString& host, const ArkWebString& realm, const ArkWebString& user_name, const char* pa… in SaveHttpAuthCredentials()
H A Dark_web_handler_wrapper.cpp483 …ed_ptr<OHOS::NWeb::NWebJSHttpAuthResult> result, const std::string& host, const std::string& realm) in OnHttpAuthRequestByJS()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_data_base_wrapper.cpp32 …const std::string& host, const std::string& realm, std::string& user_name, char* password, uint32_… in GetHttpAuthCredentials()
47 …const std::string& host, const std::string& realm, const std::string& user_name, const char* passw… in SaveHttpAuthCredentials()
H A Dark_web_handler_impl.cpp416 … ArkWebRefPtr<ArkWebJsHttpAuthResult> result, const ArkWebString& host, const ArkWebString& realm) in OnHttpAuthRequestByJS()
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
H A Dohos_web_data_base_adapter_impl.cpp109 …sWebDataBaseAdapterImpl::SaveHttpAuthCredentials(const std::string& host, const std::string& realm, in SaveHttpAuthCredentials()
138 …osWebDataBaseAdapterImpl::GetHttpAuthCredentials(const std::string& host, const std::string& realm, in GetHttpAuthCredentials()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_web_data_base_adapter_wrapper.cpp41 …const std::string& host, const std::string& realm, const std::string& username, const char* passwo… in SaveHttpAuthCredentials()
56 …const std::string& host, const std::string& realm, std::string& username, char* password, uint32_t… in GetHttpAuthCredentials()
/ohos5.0/base/web/webview/interfaces/kits/napi/webdatabase/
H A Dnapi_web_data_base.cpp156 std::string realm; in JsSaveHttpAuthCredentials() local
217 std::string realm; in JsGetHttpAuthCredentials() local
/ohos5.0/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
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h607 … std::shared_ptr<NWebJSHttpAuthResult> result, const std::string& host, const std::string& realm) in OnHttpAuthRequestByJS()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h476 …bHttpAuthEvent(const RefPtr<AuthResult>& result, const std::string& host, const std::string& realm) in WebHttpAuthEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp557 const std::string &realm) in OnHttpAuthRequestByJS()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h434 std::string realm; /* The field of passport credentials */ variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1401 auto realm = webHttpAuthRequest->GetRealm(); in OnHttpAuthRequest() local