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:DataProtect
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/libpandafile/
H
A
D
data_protect.h
31
class
DataProtect
{
class
33
DataProtect
() : protect_pointer_(0) {}
in DataProtect()
function in panda::panda_file::DataProtect
34
explicit
DataProtect
(const uintptr_t pointer)
in DataProtect()
function in panda::panda_file::DataProtect
43
~
DataProtect
() = default;
125
protect_bool_ =
DataProtect
::DataProtectPac(flag ? PAC_TRUE : PAC_FALSE,
in Update()
131
auto value =
DataProtect
::DataProtectAut(protect_bool_, reinterpret_cast<uintptr_t>(&protect_bool_));
in GetBool()
174
auto last_data =
DataProtect
::DataProtectAut(data_.back(), reinterpret_cast<uintptr_t>(&data_));
in Append()
178
data_.push_back(
DataProtect
::DataProtectPac(last_data, reinterpret_cast<uintptr_t>(&data_)));
in Append()
182
data_.push_back(
DataProtect
::DataProtectPac(temp_data, reinterpret_cast<uintptr_t>(&data_)));
in Append()
201
auto last_data =
DataProtect
in Append()
[all...]
H
A
D
file.cpp
328
static
DataProtect
start =
DataProtect
();
in CheckSecureMem()
329
static
DataProtect
end =
DataProtect
();
in CheckSecureMem()
/arkcompiler/runtime_core/libpandafile/tests/
H
A
D
data_protect_test.cpp
23
HWTEST(
DataProtect
, PacString, testing::ext::TestSize.Level0)
in HWTEST()
39
HWTEST(
DataProtect
, PacBool, testing::ext::TestSize.Level0)
in HWTEST()
Completed in 3 milliseconds