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:Base64Helper
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/preferences/test/native/unittest/
H
A
D
base64_helper_test.cpp
64
auto result =
Base64Helper
::Encode(emptyArray);
in HWTEST_F()
67
result =
Base64Helper
::Encode(oneArray);
in HWTEST_F()
71
result =
Base64Helper
::Encode(twoArray);
in HWTEST_F()
75
result =
Base64Helper
::Encode(threeArray);
in HWTEST_F()
92
EXPECT_TRUE(
Base64Helper
::Decode(
Base64Helper
::Encode(oneArray), result));
in HWTEST_F()
95
EXPECT_TRUE(
Base64Helper
::Decode(
Base64Helper
::Encode(twoArray), result));
in HWTEST_F()
98
EXPECT_TRUE(
Base64Helper
::Decode(
Base64Helper
in HWTEST_F()
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H
A
D
base64_helper.h
24
class
Base64Helper
{
class
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H
A
D
base64_helper.cpp
56
std::string
Base64Helper
::Encode(const std::vector<uint8_t> &input)
in Encode()
83
bool
Base64Helper
::Decode(const std::string &input, std::vector<uint8_t> &output)
in Decode()
H
A
D
preferences_impl.cpp
258
if (!
Base64Helper
::Decode(element.value_, value)) {
in Convert2PrefValue()
339
elem.value_ =
Base64Helper
::Encode(value);
in Convert2Element()
/foundation/arkui/ace_engine/advanced_ui_component/formmenu/interfaces/
H
A
D
formmenu.js
36
let base64Helper = new util.
Base64Helper
();
Completed in 3 milliseconds