/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/savehttpauthcredentials_fuzzer/ |
H A D | savehttpauthcredentials_fuzzer.cpp | 32 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 D | gethttpauthcredentials_fuzzer.cpp | 33 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 D | ark_ohos_web_data_base_adapter_impl.cpp | 35 …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 D | ark_web_data_base_impl.cpp | 31 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 D | ark_web_handler_wrapper.cpp | 483 …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 D | ark_web_data_base_wrapper.cpp | 32 …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 D | ark_web_handler_impl.cpp | 416 … ArkWebRefPtr<ArkWebJsHttpAuthResult> result, const ArkWebString& host, const ArkWebString& realm) in OnHttpAuthRequestByJS()
|
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/ |
H A D | ohos_web_data_base_adapter_impl.cpp | 109 …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 D | ark_ohos_web_data_base_adapter_wrapper.cpp | 41 …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 D | napi_web_data_base.cpp | 156 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 D | wifi_native_struct.h | 42 std::string realm; /* The field of passport credentials */ member
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 607 … 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 D | obex_headers.cpp | 1296 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 D | web_event.h | 476 …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 D | web_client_impl.cpp | 557 const std::string &realm) in OnHttpAuthRequestByJS()
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_msg.h | 434 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 D | web_delegate_cross.cpp | 1401 auto realm = webHttpAuthRequest->GetRealm(); in OnHttpAuthRequest() local
|