/aosp12/frameworks/base/core/java/android/webkit/ |
H A D | WebViewDatabase.java | 131 public abstract void setHttpAuthUsernamePassword(String host, String realm, in setHttpAuthUsernamePassword() 148 public abstract String[] getHttpAuthUsernamePassword(String host, String realm); in getHttpAuthUsernamePassword()
|
H A D | WebViewClient.java | 465 HttpAuthHandler handler, String host, String realm) { in onReceivedHttpAuthRequest() 554 public void onReceivedLoginRequest(WebView view, String realm, in onReceivedLoginRequest()
|
H A D | WebViewProvider.java | 113 public void setHttpAuthUsernamePassword(String host, String realm, in setHttpAuthUsernamePassword() 116 public String[] getHttpAuthUsernamePassword(String host, String realm); in getHttpAuthUsernamePassword()
|
/aosp14/frameworks/base/core/java/android/webkit/ |
H A D | WebViewDatabase.java | 131 public abstract void setHttpAuthUsernamePassword(String host, String realm, in setHttpAuthUsernamePassword() 148 public abstract String[] getHttpAuthUsernamePassword(String host, String realm); in getHttpAuthUsernamePassword()
|
H A D | WebViewClient.java | 472 HttpAuthHandler handler, String host, String realm) { in onReceivedHttpAuthRequest() 561 public void onReceivedLoginRequest(WebView view, String realm, in onReceivedLoginRequest()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
H A D | ANQPMatcherTest.java | 148 String realm = "test.com"; in matchNAIRealmWithRealmMatch() local 165 String realm = "test.com"; in matchNAIRealmWithRealmMethodMatch() local 188 String realm = "test.com"; in matchNAIRealmWithExactMatch() local 215 String realm = "test.com"; in matchNAIRealmWithEAPMethodMismatch() local 243 String realm = "test.com"; in matchNAIRealmWithAuthTypeMismatch() local
|
H A D | PasspointManagerTest.java | 346 String friendlyName, String realm) { in createTestConfigWithUserCredentialAndRealm() 376 String realm) { in createTestConfigWithSimCredential() 393 String packageName, boolean isSuggestion, String realm) { in addTestProvider() 408 String packageName, WifiConfiguration wifiConfig, boolean isSuggestion, String realm) { in addTestProvider() 1661 String realm = "realm.com"; in addLegacyPasspointConfigWithUserCredential() local 1714 String realm = "realm.com"; in addLegacyPasspointConfigWithUserCredentialWithoutCaCert() local 1747 String realm = "realm.com"; in addLegacyPasspointConfigWithSimCredential() local 1790 String realm = "realm.com"; in addLegacyPasspointConfigWithCertCredential() local 1834 String realm = "realm.com"; in addLegacyPasspointConfigWithCertCredentialWithoutCaCert() local 1861 String realm = "realm.com"; in addLegacyPasspointConfigWithCertCredentialWithoutClientCert() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | ANQPMatcher.java | 110 public static boolean matchNAIRealm(NAIRealmElement element, String realm) { in matchNAIRealm() 152 private static boolean matchNAIRealmData(NAIRealmData realmData, String realm) { in matchNAIRealmData()
|
/aosp12/packages/services/Telephony/src/com/android/phone/callcomposer/ |
H A D | GbaCredentialsSupplier.java | 23 CompletableFuture<GbaCredentials> getCredentials(String realm, Executor executor); in getCredentials()
|
H A D | DigestAuthUtils.java | 96 String username, String realm, byte[] password, String method, String uri) { in computeResponse() 123 String bootstrapTransactionId, String realm, byte[] gbaKey) { in generateA1Hash()
|
/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()
|
/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
|
/aosp12/packages/services/Telephony/tests/src/com/android/phone/callcomposer/ |
H A D | CallComposerAuthTest.java | 29 String realm = "test@test.com"; in testResponseGeneration() 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
|
/aosp12/frameworks/base/obex/javax/obex/ |
H A D | ObexSession.java | 85 String realm = null; in handleAuthChall() local
|
H A D | HeaderSet.java | 678 public void createAuthenticationChallenge(String realm, boolean userID, boolean access) in createAuthenticationChallenge()
|
H A D | ObexHelper.java | 1006 public static byte[] computeAuthenticationChallenge(byte[] nonce, String realm, boolean access, in computeAuthenticationChallenge()
|
/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()
|
/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()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/ |
H A D | NAIRealmData.java | 79 String realm = ByteBufferReader.readStringWithByteLength( in parse() local
|
/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
|
/aosp12/frameworks/layoutlib/bridge/src/android/webkit/ |
H A D | WebView.java | 85 public void setHttpAuthUsernamePassword(String host, String realm, in setHttpAuthUsernamePassword() 89 public String[] getHttpAuthUsernamePassword(String host, String realm) { in getHttpAuthUsernamePassword()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
H A D | DigestMd5Utils.java | 61 public String realm; field in DigestMd5Utils.Data
|