Home
last modified time | relevance | path

Searched refs:HOST_NAME (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_info_test/
H A Dinet_addr_test.cpp28 const std::string HOST_NAME = "127.0.0.1"; member
44 info.hostName_ = HOST_NAME; in GetINetAddrData()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dinet_addr_test.cpp28 const std::string HOST_NAME = "127.0.0.1"; member
44 info.hostName_ = HOST_NAME; in GetINetAddrData()
H A Dnative_net_conn_test.cpp36 constexpr const char *HOST_NAME = "127.0.0.1"; member
511 HttpProxy validHttpProxy = {HOST_NAME, PORT, {}}; in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp34 const std::string HOST_NAME = "host"; member
185 if (jsonUriObject.contains(HOST_NAME) && jsonUriObject.at(HOST_NAME).is_string()) { in LoadReservedUrilItem()
186 std::string hostName = jsonUriObject.at(HOST_NAME).get<std::string>(); in LoadReservedUrilItem()
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H A Ddeeplinkreserveconfig_fuzzer.cpp47 const std::string HOST_NAME = "host"; member
93 jsonUriObject["HOST_NAME"] = HOST_NAME; in DoSomethingInterestingWithMyAPI()
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtls_socket.cpp58 constexpr const char *HOST_NAME = "hostname: "; member
1560 reason = HOST_NAME + tempHostName + ". is not in the cert's altnames"; in CheckIpAndDnsName()
1571 reason = HOST_NAME + tempHostName + ". is not cert's CN"; in CheckIpAndDnsName()
1648 return HOST_NAME + hostname + ". is cert's CN"; in CheckServerIdentityLegal()
H A Dtls_socket_server.cpp55 constexpr const char *HOST_NAME = "hostname: "; member
1178 reason = HOST_NAME + tempHostName + tmpStr; in CheckIpAndDnsName()
1254 return HOST_NAME + hostname + ". is cert's CN"; in CheckServerIdentityLegal()

Completed in 12 milliseconds