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
defs:hostname
(Results
1 - 6
of
6
) sorted by relevance
/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
, ArkWebStringVector& certs)
in GetTrustAnchorsForHostName()
argument
84
bool ArkCertManagerAdapterImpl::GetPinSetForHostName(const ArkWebString&
hostname
, ArkWebStringVector& pins)
in GetPinSetForHostName()
argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_cert_manager_adapter_wrapper.cpp
85
bool ArkCertManagerAdapterWrapper::GetPinSetForHostName(const std::string&
hostname
, std::vector<std::string>& pins)
in GetPinSetForHostName()
argument
73
GetTrustAnchorsForHostName( const std::string&
hostname
, std::vector<std::string>& certs)
GetTrustAnchorsForHostName()
argument
/base/web/webview/ohos_adapter/cert_mgr_adapter/src/
H
A
D
cert_mgr_adapter_impl.cpp
434
GetTrustAnchorsForHostName( const std::string&
hostname
, std::vector<std::string>& certs)
GetTrustAnchorsForHostName()
argument
447
GetPinSetForHostName( const std::string&
hostname
, std::vector<std::string>& pins)
GetPinSetForHostName()
argument
[all...]
/base/web/webview/test/unittest/ohos_adapter/cert_mgr_adapter_test/
H
A
D
cert_mgr_adapter_test.cpp
399
std::string
hostname
= "";
in HWTEST_F()
local
459
const std::string
hostname
= "testweb";
in HWTEST_F()
local
/base/request/request/frameworks/cj/ffi/src/
H
A
D
cj_initialize.cpp
119
std::string
hostname
= std::string(hostStart, hostEnd);
in ParseCertsPath()
local
/base/request/request/frameworks/js/napi/src/
H
A
D
js_initialize.cpp
629
std::string
hostname
= std::string(hostStart, hostEnd);
in ParseCertsPath()
local
696
auto
hostname
= GetHostnameFromURL(url);
in ParseCertificatePins()
local
Completed in 7 milliseconds