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:Base64
(Results
1 - 16
of
16
) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H
A
D
cache_proxy.cpp
58
key_ =
Base64
::Encode(str);
in CacheProxy()
78
cachedResponse.SetRawHeader(
Base64
::Decode(responseFromCache[HttpConstant::RESPONSE_KEY_HEADER]));
in ReadResponseFromCache()
79
cachedResponse.SetResult(
Base64
::Decode(responseFromCache[HttpConstant::RESPONSE_KEY_RESULT]));
in ReadResponseFromCache()
80
cachedResponse.SetCookies(
Base64
::Decode(responseFromCache[HttpConstant::RESPONSE_KEY_COOKIES]));
in ReadResponseFromCache()
81
cachedResponse.SetResponseTime(
Base64
::Decode(responseFromCache[HttpConstant::RESPONSE_TIME]));
in ReadResponseFromCache()
82
cachedResponse.SetRequestTime(
Base64
::Decode(responseFromCache[HttpConstant::REQUEST_TIME]));
in ReadResponseFromCache()
112
cacheResponse[HttpConstant::RESPONSE_KEY_HEADER] =
Base64
::Encode(response.GetRawHeader());
in WriteResponseToCache()
113
cacheResponse[HttpConstant::RESPONSE_KEY_RESULT] =
Base64
::Encode(response.GetResult());
in WriteResponseToCache()
114
cacheResponse[HttpConstant::RESPONSE_KEY_COOKIES] =
Base64
::Encode(response.GetCookies());
in WriteResponseToCache()
115
cacheResponse[HttpConstant::RESPONSE_TIME] =
Base64
in WriteResponseToCache()
[all...]
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H
A
D
l2tp_vpn_ctl.cpp
59
std::string strongswanCfg =
Base64
::Decode(l2tpVpnConfig_->strongswanConf_);
in InitConfigFile()
65
std::string xl2tpdConf =
Base64
::Decode(l2tpVpnConfig_->xl2tpdConf_);
in InitConfigFile()
71
std::string ipsecConf =
Base64
::Decode(l2tpVpnConfig_->ipsecConf_);
in InitConfigFile()
77
std::string ipsecSecrets =
Base64
::Decode(l2tpVpnConfig_->ipsecSecrets_);
in InitConfigFile()
83
std::string optionsL2tpdClient =
Base64
::Decode(l2tpVpnConfig_->optionsL2tpdClient_);
in InitConfigFile()
H
A
D
ipsec_vpn_ctl.cpp
75
std::string swanctlCfg =
Base64
::Decode(ipsecVpnConfig_->swanctlConf_);
in InitConfigFile()
81
std::string strongswanCfg =
Base64
::Decode(ipsecVpnConfig_->strongswanConf_);
in InitConfigFile()
H
A
D
open_vpn_ctl.cpp
49
std::string cfg =
Base64
::Decode(openvpnConfig_->ovpnConfig_);
in StartOpenvpn()
/foundation/communication/netmanager_base/utils/common_utils/include/
H
A
D
base64_utils.h
21
namespace OHOS::NetManagerStandard::
Base64
{
namespace in OHOS::NetManagerStandard
24
} // namespace OHOS::NetManagerStandard::
Base64
/foundation/communication/netstack/frameworks/js/napi/http/cache/base64/include/
H
A
D
base64_utils.h
21
namespace OHOS::NetStack::
Base64
{
namespace in OHOS::NetStack
24
} // namespace OHOS::NetStack::
Base64
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
base64_utils.h
22
namespace OHOS::DataShare::
Base64
{
namespace in OHOS::DataShare
25
} // namespace OHOS::DataShare::
Base64
H
A
D
base64_utils.cpp
21
namespace OHOS::DataShare::
Base64
{
namespace in OHOS::DataShare
181
} // namespace OHOS::DataShare::
Base64
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_http_proxy_tracker.cpp
80
std::string host =
Base64
::Decode(proxyHost);
in ReadFromSettingsData()
101
httpProxy.GetHost().empty() ?
Base64
::Encode(DEFAULT_HTTP_PROXY_HOST) :
Base64
::Encode(httpProxy.GetHost());
in WriteToSettingsData()
/foundation/communication/netstack/test/unittest/http/cache/
H
A
D
Base64Test.cpp
24
using namespace
Base64
;
/foundation/CastEngine/castengine_wifi_display/services/utils/
H
A
D
base64.h
32
class
Base64
{
class
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H
A
D
published_data.cpp
118
return
Base64
::Decode(valueBytes->data);
in MoveTo()
132
std::string valueEncode =
Base64
::Encode(*valueBytes);
in MoveTo()
/foundation/communication/netmanager_base/utils/common_utils/src/
H
A
D
base64_utils.cpp
21
namespace OHOS::NetManagerStandard::
Base64
{
namespace in OHOS::NetManagerStandard
181
} // namespace OHOS::NetManagerStandard::
Base64
/foundation/communication/netstack/frameworks/js/napi/http/cache/base64/src/
H
A
D
base64_utils.cpp
20
namespace OHOS::NetStack::
Base64
{
namespace in OHOS::NetStack
188
} // namespace OHOS::NetStack::
Base64
in Decode()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H
A
D
rtsp_sdp.cpp
349
uint32_t spsLength =
Base64
::Decode(spsBase64.c_str(), spsBase64.size(), spsBuffer);
357
uint32_t ppsLength =
Base64
::Decode(ppsBase64.c_str(), ppsBase64.size(), ppsBuffer);
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H
A
D
http_exec.cpp
818
host =
Base64
::Decode(httpProxyHost);
in AddCurlHandle()
Completed in 9 milliseconds