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:Sensitive
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/
H
A
D
sensitive.h
26
class
Sensitive
final {
28
explicit
Sensitive
(std::string deviceId);
29
explicit
Sensitive
();
30
Sensitive
(const
Sensitive
&sensitive);
31
Sensitive
&operator=(const
Sensitive
&sensitive);
32
Sensitive
(
Sensitive
&&sensitive) noexcept;
33
Sensitive
[all...]
H
A
D
sensitive.cpp
22
#define LOG_TAG "
Sensitive
"
27
Sensitive
::
Sensitive
(std::string deviceId)
in Sensitive()
function in OHOS::DistributedKv::Sensitive
32
Sensitive
::
Sensitive
()
in Sensitive()
function in OHOS::DistributedKv::Sensitive
37
uint32_t
Sensitive
::GetDeviceSecurityLevel()
in GetDeviceSecurityLevel()
46
bool
Sensitive
::InitDEVSLQueryParams(DEVSLQueryParams *params, const std::string &udid)
in InitDEVSLQueryParams()
60
Sensitive
::operator bool() const
in operator bool()
65
bool
Sensitive
::operator >= (const DistributedDB::SecurityOption &option)
in operator >=()
79
Sensitive
function in OHOS::DistributedKv::Sensitive
[all...]
H
A
D
security.h
74
Sensitive
GetSensitiveByUuid(const std::string &uuid) const;
83
mutable ConcurrentMap<std::string,
Sensitive
> devicesUdid_;
H
A
D
security.cpp
98
Sensitive
sensitive = GetSensitiveByUuid(deviceId);
in CheckDeviceSecurityAbility()
174
Sensitive
Security::GetSensitiveByUuid(const std::string &uuid) const
in GetSensitiveByUuid()
187
Sensitive
sensitive(udid);
in GetSensitiveByUuid()
Completed in 2 milliseconds