/ohos5.0/foundation/communication/netstack/test/unittest/utils/common_utils/ |
H A D | NetStackCommonUtilsTest.cpp | 430 std::string hostname = GetHostnameFromURL(""); variable 473 std::string hostname = GetHostnameFromURL(url); variable 480 std::string hostname = GetHostnameFromURL(url); variable 487 std::string hostname = GetHostnameFromURL(url); variable 494 std::string hostname = GetHostnameFromURL(url); variable 501 std::string hostname = GetHostnameFromURL(url); variable 508 std::string hostname = GetHostnameFromURL(url); variable 515 std::string hostname = GetHostnameFromURL(url); variable 522 std::string hostname = GetHostnameFromURL(url); variable 529 std::string hostname = GetHostnameFromURL(url); variable [all …]
|
/aosp14/frameworks/base/core/java/android/security/net/config/ |
H A D | ConfigNetworkSecurityPolicy.java | 37 public boolean isCleartextTrafficPermitted(String hostname) { in isCleartextTrafficPermitted() 42 public boolean isCertificateTransparencyVerificationRequired(String hostname) { in isCertificateTransparencyVerificationRequired()
|
H A D | Domain.java | 28 public final String hostname; field in Domain 35 public Domain(String hostname, boolean subdomainsIncluded) { in Domain()
|
H A D | ApplicationConfig.java | 70 public NetworkSecurityConfig getConfigForHostname(String hostname) { in getConfigForHostname() 146 public boolean isCleartextTrafficPermitted(String hostname) { in isCleartextTrafficPermitted()
|
H A D | RootTrustManager.java | 128 String hostname) throws CertificateException { in checkServerTrusted()
|
/aosp14/frameworks/base/core/java/android/security/ |
H A D | FrameworkNetworkSecurityPolicy.java | 37 public boolean isCleartextTrafficPermitted(String hostname) { in isCleartextTrafficPermitted() 42 public boolean isCertificateTransparencyVerificationRequired(String hostname) { in isCertificateTransparencyVerificationRequired()
|
H A D | NetworkSecurityPolicy.java | 78 public boolean isCleartextTrafficPermitted(String hostname) { in isCleartextTrafficPermitted()
|
/aosp14/frameworks/base/core/java/org/apache/http/conn/scheme/ |
H A D | HostNameResolver.java | 45 InetAddress resolve (String hostname) throws IOException; in resolve()
|
/aosp14/frameworks/base/core/java/com/android/server/net/ |
H A D | BaseNetdEventCallback.java | 29 public void onDnsEvent(int netId, int eventType, int returnCode, String hostname, in onDnsEvent() 42 String hostname, boolean validated) { in onPrivateDnsValidationEvent()
|
/aosp14/frameworks/base/core/java/android/net/ |
H A D | INetdEventCallback.aidl | 44 void onDnsEvent(int netId, int eventType, int returnCode, String hostname, in onDnsEvent() 70 void onPrivateDnsValidationEvent(int netId, String ipAddress, String hostname, in onPrivateDnsValidationEvent()
|
H A D | PrivateDnsConnectivityChecker.java | 45 public static boolean canConnectToPrivateDnsServer(@NonNull String hostname) { in canConnectToPrivateDnsServer()
|
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_ssl/src/ |
H A D | net_ssl_c.cpp | 82 int32_t OH_NetStack_GetPinSetForHostName(const char *hostname, NetStack_CertificatePinning *pin) in OH_NetStack_GetPinSetForHostName() 123 int32_t OH_NetStack_GetCertificatesForHostName(const char *hostname, NetStack_Certificates *certs) in OH_NetStack_GetCertificatesForHostName()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_cert_manager_adapter_impl.cpp | 76 bool ArkCertManagerAdapterImpl::GetTrustAnchorsForHostName(const ArkWebString& hostname, ArkWebStri… in GetTrustAnchorsForHostName() 84 bool ArkCertManagerAdapterImpl::GetPinSetForHostName(const ArkWebString& hostname, ArkWebStringVect… in GetPinSetForHostName()
|
/aosp14/frameworks/base/core/java/com/android/internal/net/ |
H A D | NetworkUtilsInternal.java | 61 public static boolean isWeaklyValidatedHostname(@NonNull String hostname) { in isWeaklyValidatedHostname()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_cert_manager_adapter_wrapper.cpp | 74 const std::string& hostname, std::vector<std::string>& certs) in GetTrustAnchorsForHostName() 85 bool ArkCertManagerAdapterWrapper::GetPinSetForHostName(const std::string& hostname, std::vector<st… in GetPinSetForHostName()
|
/aosp14/frameworks/base/services/core/jni/gnss/ |
H A D | AGnss.cpp | 62 jboolean AGnss::setServer(JNIEnv* env, jint type, jstring hostname, jint port) { in setServer() 98 jboolean AGnss_V1_0::setServer(JNIEnv* env, jint type, jstring hostname, jint port) { in setServer() 134 jboolean AGnss_V2_0::setServer(JNIEnv* env, jint type, jstring hostname, jint port) { in setServer()
|
/ohos5.0/foundation/communication/netstack/utils/common_utils/src/ |
H A D | netstack_apipolicy_utils.cpp | 34 …Hostname(const std::string &bundleName, const std::string &domainType, const std::string &hostname) in IsAllowedHostname()
|
H A D | netstack_common_utils.cpp | 188 auto hostname = GetHostnameWithProtocolAndPortFromURL(url); in IsAllowedHostname() local 286 std::string hostname = GetHostnameFromURL(url); in GetPortFromURL() local 332 auto hostname = GetHostnameFromURL(url); in GetHostnameWithProtocolAndPortFromURL() local
|
/aosp14/frameworks/base/core/java/android/app/admin/ |
H A D | DnsEvent.java | 49 public DnsEvent(String hostname, String[] ipAddresses, int ipAddressesCount, in DnsEvent()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/cert_mgr_adapter_test/ |
H A D | cert_mgr_adapter_test.cpp | 399 std::string hostname = ""; variable 459 const std::string hostname = "testweb"; variable
|
/ohos5.0/base/web/webview/ohos_adapter/cert_mgr_adapter/src/ |
H A D | cert_mgr_adapter_impl.cpp | 435 const std::string& hostname, std::vector<std::string>& certs) in GetTrustAnchorsForHostName() 448 const std::string& hostname, std::vector<std::string>& pins) in GetPinSetForHostName()
|
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | network_security_config_test.cpp | 251 std::string hostname("www.example.com"); variable
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | network_security_config.cpp | 533 bool NetworkSecurityConfig::IsPinOpenMode(const std::string &hostname) in IsPinOpenMode() 561 int32_t NetworkSecurityConfig::GetPinSetForHostName(const std::string &hostname, std::string &pins) in GetPinSetForHostName() 608 int32_t NetworkSecurityConfig::GetTrustAnchorsForHostName(const std::string &hostname, std::vector<… in GetTrustAnchorsForHostName()
|
/aosp14/system/core/fastboot/ |
H A D | tcp.cpp | 186 std::unique_ptr<Transport> Connect(const std::string& hostname, int port, std::string* error) { in Connect()
|
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/ |
H A D | mdns_protocol_impl.h | 37 std::string hostname; member
|