Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HOST_NAME
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_info_test/
H
A
D
inet_addr_test.cpp
28
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
D
inet_addr_test.cpp
28
const std::string
HOST_NAME
= "127.0.0.1";
member
44
info.hostName_ =
HOST_NAME
;
in GetINetAddrData()
H
A
D
native_net_conn_test.cpp
36
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
D
deeplink_reserve_config.cpp
34
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
D
deeplinkreserveconfig_fuzzer.cpp
47
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
D
tls_socket.cpp
58
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
D
tls_socket_server.cpp
55
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 9 milliseconds